Blog
Create a simple compiler in javascript
In this post we will build a simple compiler in javascript. The compiler will be able to take a string as input and will output a new string.
Understanding Big O Time Complexity
Big O notation is a way to describe the performance of an algorithm. It's a way to compare the efficiency of different algorithms.
Protect NextJS API with Zod
Zod is a TypeScript library for data validation. It's a great tool to validate data in your NextJS API routes.