Browsing Category
Software
9236 posts
POST API for pushing content on Devto
First of all let’s see the code below // Function to post to Dev.to app.post("https://dev.to/post-to-devto", async (c) =>…
Infrastructure Testing (Test Kitchen, etc.)
Infrastructure Testing: Ensuring a Solid Foundation for Your Applications Introduction In today’s dynamic and complex software landscape, infrastructure…
The BEST Code Editor for Everything — Honest Comparison for 2025
Heavyweight Comparison Between the Top Editors for Devs, Creators, and Tinkerers 🧠 Whether you’re just starting out or…
Deploying an Private ALB to LocalStack
In the previous articles we stood up LocalStack and configured Terraform to plan a deployment. Next we will…
Vibe Coding: Why AI-Powered Development Is Reshaping Software Creation
Vibe coding has quickly shifted from an insider buzzword to a mainstream method shaping how software gets built.…
Introduction to system design
What is system design? System design is the process of defining the elements of a system, as well…
Announcing Imagen 4 Fast and the generally availability of the Imagen 4 family in the Gemini API
Google announces the general availability of Imagen 4, its advanced text-to-image model, in the Gemini API and Google…
First App Journey (Learned the Hard Way About WatchConnectivity)
When I set out to build Locker Manager. The goal of the app was an easy way to…
Founding full stack engineer
tl;dr: founding full stack engineer (leaning front-end), 150k-220k + 0.5-1.5% equity, SF🌞 As we all know, the best…
Angular Signals vs. BehaviorSubject: Which Should You Use?
We as angular developers have long relied on RxJS BehaviorSubject for managing reactive state. But with the introduction…