Author Archives: Codango Admin
How to Structure a React Project in 2025: Clean, Scalable, and Practical
How should you organize a React project? Have you ever asked yourself that question when starting a new React app? Whether it’s a tiny side project or a big production Continue reading How to Structure a React Project in 2025: Clean, Scalable, and Practical
My Experience with Hyperlane A Rust Newbie’s Journey in Developing a Campus API
As a junior computer science student, I was working on a campus second-hand trading platform project last semester when I stumbled upon the Hyperlane Rust HTTP framework. I was in Continue reading My Experience with Hyperlane A Rust Newbie’s Journey in Developing a Campus API
Junior Year Self-Study Notes My Journey with the Hyperlane Framework
Day 1: First Encounter with Hyperlane I stumbled upon the Hyperlane Rust HTTP framework on GitHub and was immediately captivated by its performance metrics. The official documentation states: “Hyperlane is Continue reading Junior Year Self-Study Notes My Journey with the Hyperlane Framework
How do you translate Cloud Computing?
I was reading a web page in español and saw the term “en la computación en la nube” (the translation for cloud computing) and that gave me pause. Is there Continue reading How do you translate Cloud Computing?
My HTML Learning Journey
Getting Started with HTML Today, I dove into the world of HTML and learned about the basic structure of HTML documents. Here’s what I covered: HTML Tags: I learned about Continue reading My HTML Learning Journey
Getting Started with Web Development: My First Day Learning HTML & CSS
Hey everyone! This is my very first blog post, and I’m super excited to share my journey into web development with you. I recently joined an offline class to learn Continue reading Getting Started with Web Development: My First Day Learning HTML & CSS
Creative coding like this is exactly the kind of work that reminds us tech can be both expressive and deeply human. Plus pure CSS for sky, stars, and aurora ✨
My First Post: I Built a Payment Template—Now Reality Check Me on KYC
Okay, real talk: I built a payment platform template that pretends KYC doesn’t exist. It’s called NoVerif (because naming things is hard), and it’s for devs who want to prototype Continue reading My First Post: I Built a Payment Template—Now Reality Check Me on KYC
Build an LLM Web App in Python from Scratch: Part 4 (FastAPI, Background Tasks & SSE)
Ever asked an AI to write a whole blog post, only to stare at a loading spinner for five minutes, wondering if your browser crashed? We’ve all been there. Today, Continue reading Build an LLM Web App in Python from Scratch: Part 4 (FastAPI, Background Tasks & SSE)
🔥 Stop Wasting Time Debugging Markdown Previews — Meet SubhDev.com 🚀
As developers, bloggers, or tech writers, we all know the struggle: You write Markdown. You want to see how it actually looks. You open up clunky desktop apps or outdated Continue reading 🔥 Stop Wasting Time Debugging Markdown Previews — Meet SubhDev.com 🚀
Gmsh FEA & CFD mesh generation with MATLAB
Gmsh Mesh Generator Gmsh is a very capable and cross platform stand-alone open source mesh generator for FEA and CFD applications. In addition to many built-in mesh generation algorithms, it Continue reading Gmsh FEA & CFD mesh generation with MATLAB
Hexagonal Rails: Escape the Framework Trap
Your Rails app is not your business. Let’s face it: most Rails codebases look like this: class OrdersController < ApplicationController def create @order = Order.new(order_params) if @order.save PaymentService.new(@order).process! # Direct Continue reading Hexagonal Rails: Escape the Framework Trap
Why do we still fall back to email for messages outside our usual tools?
In my intro post, I gave a quick overview of RelayBeam: a platform I built to handle both internal and external communication in one place. In this post, I want Continue reading Why do we still fall back to email for messages outside our usual tools?
JavaScript Interaction: Adding Tasks with Functions and Events
Welcome to the next exciting step in “JavaScript Deep Dive”! Previously, we mastered managing tasks with arrays and objects. Now, let’s introduce user interactions through functions and event listeners, enabling Continue reading JavaScript Interaction: Adding Tasks with Functions and Events
