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

How to Launch a Custom Chatbot on OpenAI’s GPT Store

Get ready to share your custom chatbot with the whole world. Well, at least with other ChatGPT Plus subscribers. OpenAI recently launched its GPT Store, after it delayed the project following the chaos of CEO Sam Altman’s firing and reinstatement late in 2023. While OpenAI’s GPT Store shares some similarities to smartphone app marketplaces, it […]

How to turn on Eco Mode for AMD CPUs — and why you should

AMD Ryzen 7000 processors are amazing. The 7800X3D and 7950X3D are the best gaming CPUs in the world, and the non-X3D versions offer an amazing mix of gaming performance and productivity. But there’s one feature of these CPUs that’s often overlooked: Eco Mode. This power limiting command does impact performance, but not as much as […]

How to switch back to Chrome’s classic design

Google Chrome, one of the most popular web browsers, underwent a significant redesign known as “Material You” a few months ago. While some users embraced the changes, others found them unappealing and disruptive to their browsing experience. If you fall into the latter category and miss the classic Chrome design, there’s good news – you […]

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