π™΄πš£πšŽπš”πš’πšŽπš•

π™΄πš£πšŽπš”πš’πšŽπš• @ezek-iel

About: A Computer Science student with passion for crafting innovative web applications fueled by Python (Flask) and JavaScript (Svelte). π™°πš•πšœπš˜, πš™πš˜πšœπšœπš’πš‹πš•πš’ πš‹πš’ 𝚌𝚘𝚏𝚏𝚎𝚎 β˜•

Location:
🌍 Planet Earth
Joined:
Apr 1, 2024

π™΄πš£πšŽπš”πš’πšŽπš•
articles - 20 total

✨Meta Programming Guide.

You want to learn Meta-programming, or you don't know what Meta-programming is. In this post, I will...

Learn More 2 0May 3

CSS Isn't Enough: Mastering the Design Principles That Make Websites Shine

Have you ever found yourself struggling to create visually appealing webpages, despite your growing...

Learn More 2 0Mar 24

React vs. Svelte: A Developer's Honest Opinion

Meme As a software developer, I have learned and worked with both React and Svelte. Let's...

Learn More 2 6Mar 17

How to properly learn CSS

Meme Don't replicate entire websites first: Replicate components first. When starting...

Learn More 4 0Mar 6

Native HTML Dialogs

Native HTML dialogs have been around for a while eliminating the need to rely completely on...

Learn More 2 0Jan 31

Choosing the Right Programming Language for your backend

When it comes to frontend development, every developer knows there's one language to rule them all:...

Learn More 82 25Jan 21

All you need to know about Streams

What is a stream? A Stream is a collection of potentially unlimited data made available...

Learn More 1 0Jan 5

Annotating Functions in Python

I just recently posted a blog about Annotating functions in Typescript. I just finished doing a bit...

Learn More 3 0Dec 26 '24

⭐

Annotating Functions in Typescript Ezekiel ・ Dec 18 ...

Learn More 0 1Dec 18 '24

Annotating Functions in Typescript

The most basic way of annotating a function in typescript is like this function add(a: number,...

Learn More 2 0Dec 18 '24

Meme

A post by Ezekiel

Learn More 0 1Dec 13 '24

The Sad Reality of CS LecturesπŸ˜”

In agreement to This essay An incident occurred during a lecture today that might have looked funny...

Learn More 1 0Nov 12 '24

Do you have the CSS gene?🧬

We all know what CSS (not CGH Single Strand, Cascading Style Sheets ) is. A styling language...

Learn More 1 1Aug 29 '24

Redis 2

Redis - Lists, Sets and HashMaps This is a continuation to the previous blogpost There...

Learn More 2 0Aug 14 '24

Redis

Redis is a NOSQL database in which data is stored in key-value pairs. Redis stores data on main...

Learn More 5 2Aug 10 '24

The Art of API Design: Lessons Learned in Building VividBlog

The old adage, "Measure twice, cut once," applies perfectly to API design. A well-designed API is the...

Learn More 4 0Jun 8 '24

REST API Design Rules

Why is it important to write clean REST-API Designs In today's interconnected world,...

Learn More 416 26Jun 1 '24

Dunder Methods in Python

Python's magic methods are commonly used for operator overloading. Python's dunder methods, also...

Learn More 5 1May 24 '24

PostgreSQL Cheat Sheet

General Commands -- This is a comment \? -- more help \l -- list all databases \c...

Learn More 12 2May 18 '24

Json Web Tokens

⭐Contribute to source code What are JWT's JWT's represent a way to authorize...

Learn More 0 0May 11 '24