🎯 Archive of Thoughts, Tips & Teachings Overview 👩🏻‍💻

🚀 All My Insights, Stories, Notes & Nuggets, Lessons, Workshops, Snippets

A mix of practical exercises, real-life examples, and tips for developers and designers.

You’ll find resources for learning, inspiration for building, and notes from my journey as a developer.

2026

2025

2024

2023

Specificity in css

8/13/2023

Hacks for dealing with specificity Rules are the children of principles. CSS specificity is the set of rules browsers use to determine which…

Selectors css

7/23/2023

CSS selectors target and select the HTML elements you want to style. They are often treated as a solved problem, something we learn once and…

Inheritance in css

7/21/2023

CSS inheritance is one of the most fundamental and most misunderstood concepts in styling the web. At first glance, it feels almost…

2022

2021

Flutter Basics🚀

2/12/2021

Core Basics Flutter includes a modern react-style framework, a 2D rendering engine, ready-made widgets, and development tools. These…

CSS - How to animate 🚀

1/11/2021

How to bring life in a webpage ? 🤔 “Animation is about creating the illusion of life.” Brad Bird By animating information onto the page, we…

2020

ReactConditional Rendering

11/12/2020

Conditional Rendering 🤔 Conditional rendering in React isn't difficult. In JSX - the syntax extension used for React - you can use plain…

ReactArray methods in React

11/10/2020

Array Methods in React 🤔 Let’s consider what is an array method. Simply put, an array method is a method that can be called on an array to…

ReactReact Hooks 🤔🎣

11/8/2020

Hooks 🎣 API 👉 The additional API that lets you use state and other features in React without writing a class is called Hooks. What Are…

Modules in JavaScript 🤔

10/29/2020

What are Modules in JavaScript? 🤔 The Module Pattern is one of the important patterns in JavaScript. It is a commonly used Design Pattern…

Node/Express App

9/10/2020

Authentication in Express.js - simple app Introduction In this article, we are going to make a simple app to demonstrate how you can handle…

DataBase - MongoDB

8/18/2020

What is MongoDB ? 🤔🔨 MongoDB is a popular NoSQL database management system that stores data as BSON (binary JSON) documents. It's…

Intro to Python

8/9/2020

Python Keywords Keywords are the reserved words in Python. We cannot use a keyword as a variable name, function name or any other identifier…

React Context APIs

8/9/2020

Context Apis React's Context API has become the state management tool of choice for many, often replacing Redux altogether. React Context…

FlexBox Model

8/3/2020

The Flexbox Model still contains the major elements of the Box Model (margin, padding, border and content), but offers flexibility to best…

GitHub

6/13/2020

What is GitHub ? 🤔 GitHub is a code-hosting platform. It lets you and others work together on projects from anywhere. 👉 Before anything…

2019

2018

2017

Learn Bash Scripting

9/18/2017

Introduction to Bash Bash (or shell) scripting is a great way to automate repetitive tasks and can save you a ton of time as a developer…

Chat Avatar