Blog about software development
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 and tell you which one is the best.
In this tutorial, we will create a mini programming language. That compiles: to Which we will use to draw interesting stuff on the HTML canvas. So let’s start! Basic stuff Before doing the code, we need to know the logic. Lexing First, we lex the code. This is the process of splitting the code into …
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 for a given task. It’s mainly a game and very useful for improving your programming skills. There are many sites where you can …