How to Get a Job in Crypto: Bitcoin Price Spike Draws Young Startup Founders

Mimi St Johns couldn’t wait to drop out of Stanford University. The 24-year-old computer science and German double major, former Thiel Capital intern and software engineer had the pedigree to land a coveted role in the upper echelons of Corporate America. But last fall, as the so-called crypto winter started to thaw, she hatched a […]

How To Become An AWS Hero

Photo by Gabriel Bassino on Unsplash Ever since I was named an AWS Hero, lots of people have been asking me how they can become an AWS Hero. In my opinion, this is the wrong question to be asking. I never had the goal to become an AWS Hero. I did and will continue to […]

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 […]

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 Get Gemini Advanced, Google’s Subscription-Only AI Chatbot

Google just upgraded its AI chatbot. Access to the new Gemini Advanced chatbot is available right now through a monthly subscription to Google One, the company’s cloud backup service. With today’s release, there’s a new tier of Google One service called the AI Premium plan, which costs $20 per month; subscribe and you’ll get the […]

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 build your own custom GPT with ChatGPT

Custom GPTs are one of the most exciting features OpenAI has introduced to ChatGPT in quite some time. They let you fully customize your own natural language AI chatbots with personalized information on conversational style, any foundational documents or data they need to know to help you, and their general reason for being. I’ve been […]