Jacksonville residents learn how to prepare, respond to emergencies at Jax Ready Fest

JACKSONVILLE, Fla. – From learning how to save a life to connecting with those who help make the rescues happen, hundreds of Jacksonville residents got plenty of behind-the-scenes experiences during Day 2 of the Jax Ready Fest. Inside and outside the Prime Osborn Convention Center people could find something fun, interesting, and even adorable to … Read more

How to Implement Micro Frontends Using SystemJS: A Comprehensive Guide

In the ever-evolving landscape of web development, the need for scalable, maintainable, and flexible architectures has never been greater. Enter micro frontends, a design approach that breaks down the frontend monolith into smaller, more manageable pieces. Much like microservices have revolutionized backend development by decomposing complex applications into smaller services, micro frontends aim to achieve … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more