Want a Headless CMS & great SEO? Sanity CMS and Spirit Fish are a match made in Atlantis. (more…)
Read more »
Hello, tiny coders, I’m back with another dwitter dissection! Today we will explore the JavaScript code that produces this beautiful procedurally generated cityscape. for(z=k=2e3;k–;x.f… (more…)
Read more »
Hi there! 👋
Recently, I was working as a software engineering intern at a startup as a back end developer. My task was to build the architecture & infrastructure from scratch using a modern server side framework Node.js. The co-founder who was also ..... (more…)
Read more »
An extremely fast JavaScript bundler and minifier. Contribute to evanw/esbuild development by creating an account on GitHub. (more…)
Read more »
We have learnt scopes and closures in JavaScript with my previous posts. Combining these two core concepts, JavaScript gives us a beautiful syntax called self-invoking anonymous functions. It simply means an unnamed function that executes itself. This spe... (more…)
Read more »