Posandu Mapa
@posandu
User has not added any information in their about section.
Javascript shorthand tricks 🔥
Written by Posandu Mapa
While writing code, we often write long lines of code. But some techniques can help us write shorter code. When we write shorter code, it is easier to read and understand (Not always, but mo...
Create a poll app using NextJS
Written by Posandu Mapa
## Intro In this tutorial, we'll make a poll app using NextJS, Prisma and MySQL. You can find the final code in the end of this article. ## Prerequisites You need some basic understanding...
Creating a todo CLI with Rust 🔥
Written by Posandu Mapa
Hey! in this article, we'll build a to-do CLI application with Rust. Local JSON files are used to store the data. Here's a preview of the app: ![todo app preview](https://raw.githubusercont...
Best UI libraries for React
Written by Posandu Mapa
If you don't like writing CSS, you can use a UI library that does all the hard work for you. But there are a lot of options. So In this article, I will compare the best React UI libraries an...
Write bug-free code with JavaScript
Written by Posandu Mapa
Do you see unexpected behavior in your JavaScript code? And don't have any clue how to fix it? Well, you can follow these tips to write bug-free code. ## 1. Use meaningful names You should...
Let's code golf with JavaScript
Written by Posandu Mapa
In this article, we'll golf some JavaScript code. But first, we'll need to know what the heck is code-golf? ## What is code-golf? Code golfing is trying to make the shortest possible code...