I’ve been diving into Japanese software development practices, and honestly, it’s totally changed the way I look at writing code. While a lot of developers in the West are caught up in chasing the latest JavaScript framework or debating tabs vs. spaces, Japanese teams are quietly cranking out some of the most reliable, maintainable codeContinue reading “The Japanese Way of Coding”
Category Archives: Technology
What’s New in Storybook 9
1. Storybook Test: A Complete Component Testing Suite 2. Significantly Lighter & Faster 3. Stories as Testable Units 4. Tag-Based Organization & Globals 5. Framework Support & Upgrades Why It Matters What to Do Next Bottom line: Storybook 9 is no longer just a playground—it’s now a compact, powerful component development and testing platform, builtContinue reading “What’s New in Storybook 9”
Google I/O 2025: A New Chapter in Everyday AI
Day one of Google I/O 2025 was packed with bold announcements, painting a clear picture: Google is going all-in on AI, not just as a buzzword, but as an everyday utility. Here are the key highlights that caught my attention. Gemini: Google’s New AI Super Assistant One of the biggest reveals was Gemini, Google’s next-generationContinue reading “Google I/O 2025: A New Chapter in Everyday AI”
Build 2025: AI Agents, Open Web, and the Future of Dev Workflows
Microsoft Build 2025 just wrapped, and it’s clear: we’re entering the age of AI agents, open platforms, and developer-first tooling. Here’s a quick rundown of what went down and what it means for us as developers. AI Agents: From Assistants to Autonomous Collaborators The star of the show was the rise of “agentic AI.” MicrosoftContinue reading “Build 2025: AI Agents, Open Web, and the Future of Dev Workflows”
Figma Config 2025: Key Takeaways for Tech Teams
Figma Config 2025 just dropped a whole bunch of shiny new toys, and you know I had to dig in and see what’s actually going to matter for us in the web and mobile world. Forget incremental updates; this Config felt like a strategic leap, blurring the lines between design and code in exciting newContinue reading “Figma Config 2025: Key Takeaways for Tech Teams”
Pagination in API and Frontend Development
It’s been a great experience interacting with our freshers while assessing their projects at the end of their fullstack training. One of the key things that I observed was the concept of pagination wasn’t implemented. Pagination is a crucial concept in both API and frontend development. It allows developers to manage and present large datasetsContinue reading “Pagination in API and Frontend Development”
TerraCognita: Reverse Terraform
While we were checking out competitors for an opportunity with one of our clients, we came across this feature at cycloid.io to generate Terraform state files for existing infra on public cloud infrastructure (Azure, AWS, GCP) or VMWare. Was surprised to see that they had open-sourced the core of this functionality with TerraCognita! Since I have worked withContinue reading “TerraCognita: Reverse Terraform”
GitOps Workflow – Simplified Visual Guide
GitOps brought a shift in how software and infrastructure are managed with Git as the central hub for managing and automating the entire lifecycle of applications and infrastructure. Here’s a simplified visual guide (from my favourite blog, bytebytego) It’s built on the principles of version control, collaboration, and continuous integration and deployment (CI/CD). Key featuresContinue reading “GitOps Workflow – Simplified Visual Guide”
Modern CSS Upgrades (Part 2)
We continue our journey through the transformative world of modern CSS upgrades! color-scheme You may be familiar with the prefers-color-scheme media query to customize dark and light themes. The CSS property color-scheme is an opt-in to adapting browser UI elements including form controls, scrollbars, and CSS system colors. The adaptation asks the browser to renderContinue reading “Modern CSS Upgrades (Part 2)”
Modern CSS Upgrades (Part 1)
In the ever-evolving landscape of web development, the language of design undergoes constant refinement. CSS, the style sheet language that breathes life into the digital realm, is no exception. Sometimes, improving your CSS just takes a one-line upgrade or enhancement! Learn about 10 properties to start incorporating into your projects, and enjoy reducing technical debt,Continue reading “Modern CSS Upgrades (Part 1)”
