Felix Verduinfsvtech.hashnode.dev·Dec 18, 2024Three Game-Changing Tips I Wish I Knew Starting Out in Power PlatformAs a Power Platform developer, I’ve had the opportunity to create numerous applications over the years. Along the way, I’ve encountered my fair share of challenges—some of which kept me up at night! Looking back, there are several things I wish I had...45 readsMicrosoft PowerFx
Navayuvan Subramanianblogs.navayuvan.dev·Dec 14, 2024TypeScript Won’t Save Your Product: The Case for Clean Code PracticesYou think using TypeScript is gonna keep your product alive, definitely NOT 😂 Here's why! People are obsessed with TypeScript, and I don't say it's wrong. But when it's used incorrectly (without proper clean code principles), even it'll cause a disa...TypeScript
Felix Verduinfsvtech.hashnode.dev·Dec 5, 2024Automate Mass Approvals in Azure DevOps Pipelines with Canvas Apps and Power AutomateIf you're using Azure DevOps (ADO) pipelines, chances are you're leveraging Azure DevOps environments for gate approvals. This setup provides excellent control over when to promote a new version to the next environment. However, Azure DevOps' UI lack...AzurePipelines
Sunil Kumarcskblogs.hashnode.dev·Nov 10, 2024The Comprehensive Guide to Developer Experience (DevEx): Why It Matters and the Roles Driving ItThe Developer Experience, or DevEx, is now one of the most crucial aspects of how companies support, engage, and retain their engineering talent. With the rising complexity of technology and fierce competition for skilled developers, companies are tu...DevEx roles
Mohammad Imranimransaifi.hashnode.dev·Oct 26, 2024Pieces for Developers: Revolutionize Your Coding Workflow with AI and Smart OrganizationImagine you're deep in a coding session, you need to reuse a function you wrote a few weeks ago, but now you can't remember where you saved it. Or you're toggling between several tabs to find a relevant snippet buried in old documentation. Frustratin...code snippet manager
Vitor Amaralblog.basestack.co·Oct 14, 2024Top 10 VS Code Extensions Every JavaScript Developer Should Use in 2024As JavaScript developers, we spend a huge chunk of our time in code editors, and none is more popular than Visual Studio Code (VS Code). While VS Code is great out of the box, it's the extensions that turn it into a powerhouse for developers. With th...47 readsDevBytesCoding tools 2024
Santosh Sadasivunissadasivuni.hashnode.dev·Aug 12, 2024Microservices: The Dependency NightmareMicroservices, often touted as the silver bullet for scalability and agility, can quickly turn into a dependency nightmare if not carefully managed. The allure of independently deployable, scalable services can obscure the underlying complexities. ...microservice complexity
Santosh Sadasivunissadasivuni.hashnode.dev·Jun 21, 2024The "Works on My Machine" Curse: Slaying the Productivity Dragon in Local DevelopmentIntroduction Ever spent hours coding something that works perfectly on your machine, only to see it mysteriously fail for others? The "Works on My Machine" (WOMMM) phenomenon strikes again! We've all been there. Different operating systems, software ...cloud native
Santosh Sadasivunissadasivuni.hashnode.dev·May 2, 2024Cloud Conundrum: Picking the Perfect Architecture for Your Code? AI to the Rescue!Introduction Every developer has been there, staring down a new project, codebase in hand, but a nagging question lingering: “What cloud architecture and stack should I use?” The cloud offers a vast playground of services and possibilities, but choos...generative ai
Brian Kingsolodev.app·Apr 24, 2024Installing Twinny for VS Code.TL;DR. Installing Twinny for VS Code involves creating two Miniconda environments to run different variations of Code Llama using LiteLLM, which provides accessible IP addresses and ports for local LLMs. Twinny, an AI code completion tool, is integra...122 readsThe AI Series#Twinny