TypeScript: A Love-Hate Relationship

As a developer working with TypeScript for several years, I've developed what can only be described as a complicated relationship with this language. It's like that friend who's always looking out for...
0 Read More

Chapter 5: JavaScript

Cover image by Audy of Course Recap Last time, we finished optimising our images: Used the fs module from Node to elegantly handle nested directories inside src/img Learned about short-circui...
0 Read More

Functions in Java Script

new Date(): Its a object in java script that is used create the new object in js.The data object represents a single moment in time. getHours(): This method is used to get the hour of...
0 Read More

Daily React Learning -8

Day-8:👨‍💻🔥(React)Today, I used localStorage in my Todo Application, it is very useful because it stores data using the web api and we can get that data to ensure the data user placed remain...
0 Read More

Tauri File Management on Android

How to implement file management in a Tauri-based Android app. Introduction Recently, I decided to revive an old project of mine—a personal savings journal. Initially built with Next.js and ...
0 Read More