PinnedYOLO v11: Taking Object Detection to new Heights Once AgainUltralytics introduced an new model to the YOLO family: YOLOv11. YOLOv11 aims to improve performance benchmarks in object detection. In this article, we explore its key features, provide guidance on running inference. YOLOv11 is engineered for speed,...Jan 1, 2025·2 min read
Discover Hidden URLs and Endpoints with a Simple BookmarkletIn the world of web development and cybersecurity, the ability to analyze a webpage’s structure and resources can be invaluable. Whether you're a developer debugging your site or a security professional investigating potential vulnerabilities, a tool...Jan 16, 2025·3 min read
The Simplest Guide to Setting Up Obsidian Git (Free Obsidian-Sync)For anyone looking to efficiently back up their Obsidian vaults or publish blog posts directly from Obsidian, setting up Git integration is an excellent solution. Here’s a step-by-step guide on how to achieve this setup seamlessly. 1. Fork or Create ...Jan 15, 2025·2 min read
I created a Random Bookmark Opener Chrome ExtensionIn the previous article, I spent some time learning how extensions work. I find this quite fascinating and useful for creating productivity tools. Let's start by creating a random bookmark opener. What this does is it just opens a random bookmark. Si...Jan 14, 2025·2 min read
I Created a Timer Chrome ExtensionAs a developer, there are moments when you realise you can make tools to simplify your life. I often needed a simple timer while working, so I decided to create a Chrome extension that helps me set quick timers without leaving the browser. Here’s how...Jan 13, 2025·4 min read
How to Get Started in Spring BootSpring Boot is a popular framework for building Java-based web applications and microservices. It's designed to simplify the development process, allowing developers to create robust applications with minimal configuration. If you're new to Spring Bo...Jan 11, 2025·4 min read
I Made an FPS Calculator TodayToday, I worked on a small but exciting project – creating an FPS (Frames Per Second) calculator. If you’re into gaming or graphics programming, you’ve probably heard the term "FPS" a lot. It measures how many frames are displayed per second in an ap...Jan 10, 2025·2 min read