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 […]
Android 14: how to customize your lock screen
Smartphone users unlock their phones, on average, an incredible 150 times a day. That means you’re going to see your lock screen an awful lot, so it should absolutely be something you like looking at. Even if you’re only seeing it for a few seconds while you press your finger to the screen or wait […]
How to use Apple Music’s Favorite Songs playlist in iOS 17

Apple Music has always been a powerful platform for streaming and discovering new music. With the latest updates of iOS 17.1 and 17.2, Apple has introduced new features that make it even easier to add your favorite songs to your music library. Doing so takes just a few steps. Before getting started, be sure to […]
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 […]