Our Blog

Thoughts, tutorials, and insights on software development and technology.

Lottery Draw Generator built with Python & Flask!
pythonflaskweb development

Lottery Draw Generator built with Python & Flask!

Built a lottery draw generator that guarantees the result never matches your tickets 🎯

Feb 23, 20269 min read
Read
Are Aliens Real — or Just a Tool for Keeping Us Scared?
philosophypoliticsscience

Are Aliens Real — or Just a Tool for Keeping Us Scared?

Do aliens really exist, or does the story of them always serve the authorities to divert attention from other topics?

Feb 20, 20267 min read
Read
UI code for modern frost, clear and blur buttons
htmlcssgit

UI code for modern frost, clear and blur buttons

In this article, you will find detailed guide and code to get modern buttons

Feb 6, 202611 min read
Read
Music Voice Separator — AI Audio Source Separation
pythonaimachine-learning

Music Voice Separator — AI Audio Source Separation

An AI-powered web app that separates vocals from instrumentals using Meta's Demucs deep learning model. Upload any song and download isolated tracks instantly.

Jan 21, 20265 min read
Read
Font Inspector Pro — Typography Analysis Tool
chrome-extensionjavascripttypography

Font Inspector Pro — Typography Analysis Tool

A powerful Chrome extension that helps designers and developers identify, analyze, and export font information from any website with a single click.

Jan 17, 20268 min read
Read
Chromatic — Color Contrast Tool
cssthemingdesign

Chromatic — Color Contrast Tool

A modern, accessible color contrast checker that helps designers and developers create WCAG-compliant color combinations.

Dec 27, 20256 min read
Read
The Bible for Every Developer
webdevelopmentsoftware

The Bible for Every Developer

A Universal, Language-Agnostic Guide to Building Quality Software

Dec 15, 202516 min read
Read
React and the DOM - Understanding the Separation
reactprogrammingeducation

React and the DOM - Understanding the Separation

This is the foundation for anyone starting out with React.

May 26, 20252 min read
Read
Installation of Next.js - App Router (app/)
nextjsreacttutorial

Installation of Next.js - App Router (app/)

A comprehensive guide to installation of Next.js - App Router (app/)

Apr 7, 20256 min read
Read
Installation of tailwind 4.0 + vite
tailwindreactvite

Installation of tailwind 4.0 + vite

A detailed guide to using tailwind 4.x in the Vite environment for React.

Feb 23, 20254 min read
Read
Clean node_modules Locally — Why I Didn't Build a Web App
pythonnodejsdevops

Clean node_modules Locally — Why I Didn't Build a Web App

Two Python scripts to safely clean gigabytes of node_modules folders from your projects. Learn why local-first beats web-based file processing.

Jan 27, 202517 min read
Read
How to Use React Components from Different UI Library Sites
reactnextjsui-libraries

How to Use React Components from Different UI Library Sites

A comprehensive guide to combining components from Magic UI, Eldora UI, React Bits, and other shadcn-style libraries in your Next.js projects

Jan 26, 202515 min read
Read
Artificial "intelligence" as a tool or threat?
aiphilosophy

Artificial "intelligence" as a tool or threat?

This is just my perspective on how AI is developing right now and how it interacts with people..

Dec 24, 20242 min read
Read
Building a Simple Counter App with React, Vite, Git, and GitHub
reactvitegit

Building a Simple Counter App with React, Vite, Git, and GitHub

In this article, we'll create a simple counter app using React, style it with CSS, and version-control the project with Git. Additionally, we'll upload the project to GitHub so that others can view it.

Nov 3, 20247 min read
Read
Python OOP Fundamentals — Building a Login System with Tkinter
pythonooptkinter

Python OOP Fundamentals — Building a Login System with Tkinter

An educational deep-dive into Object-Oriented Programming in Python, featuring a practical Sign Up/Login application with GUI built using Tkinter.

Apr 15, 20243 min read
Read