© 2022 Hashnode
June 2022 Hackathon · Compete for $10K in prizesThe countdown has begun!
6 days : 5 hours : 20 mins : 1 secs
We just came back from our three-week vacation in Scandinavia. While on the road with our camper van, I had some time to reflect on the last couple of months. Maybe the last couple of years. Being sel…
At some certain point in your JavaScript journey, you'll find yourself in the position where most hot jobs are looking for at least experience with TypeScript, most even asking you to have expertise w…
Premise Ruby on Rails is rarely seen as a framework oriented towards speed and performance. And that's true: Rails was born as a tool to speed up development and to make developers' life easier. This …
Hi again, everyone! In this article you'll find all the answers to all your questions about Nuxt 3. First of all, we'll talk about what updates we've seen so far in Nuxt 3. It is currently in RC (rele…
If you've been writing JavaScript long enough, chances are that you'd have used an NPM package in a project at one point or the other. NPM packages are composed of single or multiple JavaScript files …
Overview In this blog I am going to explain all necessary steps to create a multiple pages portfolio/website using React, Next.js and Tailwind with JavaScript. Hope you enjoy it ! React And Next.js R…
intro Yes! I can imagine how frustrating it can be huh? You just started your new react app, or you have been working on a project for a while, and have noticed the unpleasant double rendering of yo…
If you've ever built a full-stack web app, you've probably run into a templating engine like the one provided by Django or Flask. These neat utility packages parse your HTML files and "fill-in-the-bla…
Using If-Else is one of the programming fundamentals that we learned in college and it is helpful to get us into our first jobs. Interestingly, many senior developers are convinced that If-Else is evi…
So you have a bunch of data that comes from some human source (Free text form fields, reviews, blogs, classified ads, social media) and you want to do some analysis on it. but with people being the wa…