LNLaureen Ndanuinbeginning-of-my-tech-blogging-journey.hashnode.devBeginning of My Tech Blogging Journey?I’ve been thinking about this for a while. Not the blogging part specifically 😂 but the stepping out part. The part where you stop consuming quietly and finally decide to contribute. The part where y17h ago·3 min read
AJAyush Jaininayushjjainn.hashnode.devJavascript Array Methods You Must KnowI was trying to get a specific part of an array to work with. Not the whole thing, just a portion. I used splice, logged the result, and it looked right. Then I logged the original array and it had ch3h ago·13 min read
AAAdnan Arifinqacop.hashnode.devWhen to Quit Your Tech Job (And When to Stay)When to Quit Your Tech Job (And When to Stay) Every developer thinks about quitting sometimes. The project is frustrating. The manager is difficult. The company is making decisions that seem wrong. Someone on LinkedIn posted about a better opportunit...36m ago·5 min read
VvictorstackAIinvictorstackai.hashnode.devExploration: Composer Path Repositories for Local Drupal Module DependenciesThe Hook When one Drupal module depends on another, I want to iterate across both without publishing interim versions or wiring up a private Composer repo. Path repositories give me that speed while keeping dependency boundaries honest. Why I Built ...51m ago·3 min read
Jjorzelinjorzel.hashnode.devIntelligence is Cheap. What's Expensive?The Drudgery is Gone The growing tempo of AI and agentic coding is changing the software industry. Not threatening to change it, not promising to. Actually changing it, right now. Software engineers s57m ago·8 min read
NHNash Hasaninblog.edtechniti.comThe Dawn of the Autonomous Enterprise: Inside Nvidia’s Record-Breaking Pivot to Agentic AIOn February 26, 2026, the financial world witnessed a defining moment in the evolution of technology. Nvidia released its Q4 fiscal earnings, reporting a staggering $68.1 billion in quarterly revenue—1h ago·4 min read
VvictorstackAIinvictorstackai.hashnode.devReview: FlowDrop Agents + Node SessionFlowDrop is a visual, drag-and-drop workflow editor for Drupal with AI integration hooks. The core project is moving quickly with Drupal 11 releases (0.5.1 shipped January 27, 2026), which makes it a good time to evaluate the AI-adjacent contrib piec...2h ago·3 min read
AJAyush Jaininayushjjainn.hashnode.devJavaScript Arrays 101When I first started writing JavaScript, I was storing related values in separate variables. I had a project where I needed to track five student scores. So I wrote score1, score2, score3, score4, sco5h ago·8 min read
VvictorstackAIinvictorstackai.hashnode.devDrupal migration mapping validatorimport Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; I shipped a Drupal migrate mapping validator utility that catches broken mappings before they land in prod. Why I Built It Migration debugging is a time sink when a single typo in...3h ago·2 min read
VvictorstackAIinvictorstackai.hashnode.devDrupal multilingual HTML email stackI outlined a practical stack for multilingual HTML email in Drupal using Mail Composer plus a dedicated HTML mailer, and packaged it as a small demo repo you can reference. Why I Built It Drupal mail APIs are flexible, but multilingual HTML email be...4h ago·2 min read