Recent Blog
-
How Much Should I Charge for Developing Larger Websites?
When deciding on how much to charge for developing larger websites, several factors need to be considered to ensure fair compensation and to meet client expectations. Here’s a comprehensive approach to setting your pricing: Understand the Scope of the Project: Begin with a detailed discussion with your client to understand what they require. Larger websites…
-
Why might having a home server operating on port 80 be problematic, and should I switch to HTTPS?
Operating a home server on port 80 can be problematic primarily due to security concerns. Port 80 is typically used for HTTP, which does not encrypt data being transmitted between the client and the server. This lack of encryption makes it easier for malicious actors to intercept and view sensitive information such as passwords, personal…
-
Just pushed a major update to my Windows XP design portfolio – added media player, image viewer and fixed mobile bugs
Introducing the Latest Version of My Windows XP-Inspired Portfolio: New Features and Mobile Enhancements I’m excited to share the recent updates to my personal portfolio website, inspired by the classic Windows XP aesthetic. After months of dedicated development, I’ve finally rolled out a series of significant improvements aimed at enhancing user experience and showcasing my…
-
I just noticed NameCheap gives me 50 databases with their cheapest hosting option. That feels like a lot – what might someone use them for?
Understanding the Capacity of Multiple Databases in Affordable Web Hosting Plans In the landscape of web hosting, especially for those exploring budget-friendly options, the number of included databases can vary significantly. Recently, I noticed that NameCheap’s most economical hosting package offers an impressive 50 databases. Upon reflection, this seems quite generous—so much so that I…
-
Public APIs – do you publish these on a separate instance?
Best Practices for Publishing Public APIs: Should They Reside on a Separate Instance? In the evolving landscape of Software as a Service (SaaS) applications, providing available and reliable APIs is increasingly essential. Many organizations design their architecture by separating the API layer from the front-end interface, often to enhance security, scalability, and maintainability. However, a…
-
Built a real-time status monitor for developer tools – feedback wanted
Introducing DevTools.ink: A Real-Time Developer Tools Status Monitor to Streamline Your Debugging As developers, encountering unpredictable platform outages or slow response times can significantly hinder productivity and cause unwarranted frustration. Recognizing this pain point, I recently developed DevTools.ink, a centralized, real-time status monitoring tool designed specifically for web developers. This article explores the motivation behind…
-
I Built a US Scratch-Off Tickets Odds and Prize Tracker with React, NextJS, Python and Selenium
Understanding the Probabilities: Developing a US Scratch-Off Ticket Odds and Prize Tracker In the realm of lottery gaming, transparency and access to accurate data are paramount for enthusiastic players seeking the best odds and most rewarding games. Recognizing this need, I embarked on an innovative side project: Scratch-Off Hub, a comprehensive platform dedicated to tracking…
-
What’s the best and reliable way to achieve Link Previews?
Optimizing Link Previews in WordPress: Best Strategies for Reliability and Cost-Effectiveness In today’s digital landscape, providing dynamic and informative link previews enhances user engagement and improves the overall experience on your website. Whether you’re building a project akin to Notion, messaging platforms like WhatsApp, or content aggregation sites, displaying rich link previews—such as favicons, thumbnails,…
-
How to move a glitch app (node.js express) to vercel?
Migrating Your Node.js Express Application from Glitch to Vercel: A Step-by-Step Guide As the tech landscape evolves, developers often seek more robust and scalable hosting solutions beyond platforms like Glitch. Vercel has emerged as a popular choice, offering seamless deployment for modern web applications. If you’re transitioning a Node.js and Express-based app from Glitch to…