Power Automate – How to Test your Flows
There are 2 things developers hate, testing and documentation. I know it doesn’t matter how important they are, they are just boring π But I look at them as an investment, 10 minutes of testing = hour saved of debugging, and the only thing worst than debugging is debugging when it’s in production. There are […]
How to overcome writer’s block as a developer blogger?
This year, I decided to solidify my writing habit by publishing an article every week. It went well for the first couple of weeks, but as time went on, it began to feel like a drag. Ideas kept slipping away, and words seemed to escape me. Writing became a chore. I found myself scrambling every […]
How to talk to your kids when tragedy strikes
HOUSTON β Over the past few days, tragedies involving children in our area have been making national headlines. The body of 11-year old Audrii Cunningham was found in the Trinity River Tuesday after she was reported missing last week. The 7-year-old son of the Lakewood shooter is also fighting for his life after being shot […]
Maryam Banikarim: Life’s an obstacle course β here’s how to navigate it
“Instead of seeing life’s challenges as obstacles, I see them as an obstacle course β a fascinating array of tests that I’m curious to see if I can pass,” says community builder Maryam Banikarim. Telling the story of her experience emigrating from Iran as a child, Banikarim shares how her search for belonging led her […]
Database 101: How to Model Leaderboards for 1M Player’s Game.
Ever wondered how a game like League of Legends, Fortnite, or even Rockband models its leaderboards? In this article, we’ll find out how to properly model a schema to handle them in a monstrously performative way! If youβre just getting started with databases in general or databases, you might want to start off by reading […]
How to Create Exam Marker with Power Automate and MS Forms
So the objective was easy, I wanted a way to test users and automatically send them their results. I had no budget for an off the shelf option, and hey I’m a Power Platform developer, this should be easy. I could have gone down the Power App avenue, but that would be locked to one […]
How to fix huggingface ssh authentication error with git
So I recently started to use huggingface.co to store and retrieve models for our AI project at work, and as it essentially works like any other git repositories, I wanted to clone a model I needed to use, and used the SSH protocol to do so, as I really don’t want to enter credentials every […]
How to Review Code – DEV Community
Everyone of us does code reviews daily, weekly, or at least monthly, however, what strategy do you use to review code? I hope you’re not jumping on a piece of code and start reviewing. Writing code is an art, similarly reviewing it. Background Even after writing and reviewing the code in different languages for more […]
How To Build a Web Application with HTMX and Go
This UI and backend are implemented with only 150 lines of code, including the HTML!The full example code for this tutorial is available in the babyapi GitHub repository if you’re eager to get into it. In my recent article, The Easiest Way to Create a REST API With Go, I demonstrated how babyapi can jumpstart […]
How to Donate to Charity, Get a Tax Break and Have Income for Life
Tax breaks for charitable donations come in many flavors, and this year Congress has a new one for seniors called an IRA charitable gift annuity. It allows older owners of traditional IRAs to donate account funds to a charity and get tax breaks plus income payments for life.Β Brian and Deborah Smith of Park City, […]