About: A Computer Science student with passion for crafting innovative web applications fueled by Python (Flask) and JavaScript (Svelte). π°πππ, ππππππππ’ ππ’ ππππππ β
You want to learn Meta-programming, or you don't know what Meta-programming is. In this post, I will...
Have you ever found yourself struggling to create visually appealing webpages, despite your growing...
Meme As a software developer, I have learned and worked with both React and Svelte. Let's...
Meme Don't replicate entire websites first: Replicate components first. When starting...
Native HTML dialogs have been around for a while eliminating the need to rely completely on...
When it comes to frontend development, every developer knows there's one language to rule them all:...
What is a stream? A Stream is a collection of potentially unlimited data made available...
I just recently posted a blog about Annotating functions in Typescript. I just finished doing a bit...
Annotating Functions in Typescript Ezekiel γ» Dec 18 ...
The most basic way of annotating a function in typescript is like this function add(a: number,...
In agreement to This essay An incident occurred during a lecture today that might have looked funny...
We all know what CSS (not CGH Single Strand, Cascading Style Sheets ) is. A styling language...
Redis - Lists, Sets and HashMaps This is a continuation to the previous blogpost There...
Redis is a NOSQL database in which data is stored in key-value pairs. Redis stores data on main...
The old adage, "Measure twice, cut once," applies perfectly to API design. A well-designed API is the...
Why is it important to write clean REST-API Designs In today's interconnected world,...
Python's magic methods are commonly used for operator overloading. Python's dunder methods, also...
General Commands -- This is a comment \? -- more help \l -- list all databases \c...
βContribute to source code What are JWT's JWT's represent a way to authorize...