
My few obvious advices I wish someone had told me when I started coding
How to improve your code with a few obvious advices

How to improve your code with a few obvious advices

In this article we will explore the basics of currying in javascript

Creating your first svelte component is simple. In this post, we'll go over the basics of creating a component

New article to discuss how to use backtracking algorithms to solve sudoku puzzles

What are first-class and higher-order functions in javascript ? Let's find out in this blog post.

Looping through an array is one of the most common tasks needed to perform when working with Javascript. Let's see how to do that.

What is backtracking, and how to solve the n queens problem ? Check out my new article to find out!

Recursion is a powerful programming technique that can be used to solve problems in a more elegant way than traditional looping mechanisms.

In this blog post, we will discuss how to use Airtable as a database for your React application. We will use TypeScript and create a custom hook to get the data.

Environment variables are incredibly useful when it comes to backend development, but how to set your react app to use some on the front end?