32 followers
Self-taught Python and JavaScript developer
Subscribe to my newsletter and never miss my upcoming articles
TypeScript is a good advancement in the javascript ecosystem. Today we are going to talk about the difference between the String and string types in Typescript. Type error: Type 'String' is not assignable to type 'string'. Let's take a look at the ...
Scooter Scooter is a simple web app that allows you to create bit-sized code snippets and share it with the world. The Idea Last week, i decided i was going to do an interesting challenge which was to build a functional app in a small amount of time ...
Have you ever thought about creating your own HTMl element ? If you have ever used a frontend framework like React or Vue or even Angular, you might have been amazed by the fact that you could create literally any component and have reused it through...
In this post you are going to learn some very useful javascript array methods. Coupled with examples, at the end of this post you will be having a good understamding of some javascript array methods. Before we start, let's understand what we mean by ...
Hi 👋. Today I am going to present to you an app I had built sometime ago. It's called least notes. This app helps you write a message and encode it in a link 🤯. You can share the link anywhere and anyone who clicks it will get directed to a page w...
Build and host a Todo App with React and stormkit Hey guys! In this tutorial, i am going to show you how to build and host a todo app made in react on stormkit. Get your machine ready and let's start. First things first, make sure you have NodeJS ins...