Give a quick description of what you're up to and what some recent learnings have been. This series has been great so far, keep it up!

For further actions, you may consider blocking this person and/or reporting abuse
Give a quick description of what you're up to and what some recent learnings have been. This series has been great so far, keep it up!
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (43)
Working on some post-CodeLand blog posts.
This weekend I have been working on adding a new feature to Mapzy, an open-source and self-hostable store finder (there's also a hosted version). Specifically, I'm building a feature we call "Sync API" - once done, it will allow users to host their locations on their own database and synchronize with Mapzy by calling this new API endpoint.
This is useful if you already keep a database of your locations, and don't want to manually enter and update them on Mapzy, but still take advantage of the embedded Mapzy map on your website without building your own Mapbox integration.
I'm not finished yet, but figured out most unknowns, so it should be a smooth ride from here.
I'm a daily user of spotify-tui & there are a few bugs I'd like to try and fix, so I've been trying to learn Rust via "the book". It's a bit too in-depth for me right now so I may switch to the "Rust by Example" and go back to "the book" later.
That's awesome. Really great reason to learn Rust 😆
Updating my github "template" repo with bug fixes.
Ya know so I can "do stuff faster" and make more incomplete projects, rather than finish what I already have!
Hahaha that's a good one. That's 90% the story of our lives. Incomplete projects.
Improving my problem solving skills, working on react native project.
Published a new article on my article site
Guys, this weekend was hella fun for me. I experimented using two different databases: Did a little follow-along project with Prisma and PlanetScale that I'd really recommend (resource here), also experimented with User Authentication powered by Supabase (repo with demo here), and also made a demo on Intersection Observer API (repo and demo here) using React and Next.js.
Hope you all had a great weekend! Cheers!
I wrote a new post for my newsletter The UX and a11y tips. I told about we should add switching pictures more user-friendly using keyboard. Also I published the post about how to make multi-line paddings in my CSS isn't magic newsletter.
I'm working on tsParticles, I've released 2.1.0 few hours ago. particles.js.org
JavaScript Particles effects for any website. This is my main side project, it has also React, Angular, Vue and Svelte libraries, and other frameworks.
Working on an API project and I'm all 😵.
I've mostly been submitting proposals for jobs all week but I did find some time recently to update one of my old libraries and improve it's documentation.
It's a simple touch gesture controller for web apps that I've used in quite a few projects.