Category: Website Development
-
I built a Frontend Roadmap using my web app that allow people build and share graphs together in real-time
Introducing Graphito: A Collaborative Frontend Roadmap & Visual Graph Tool for Creative Minds In the ever-evolving landscape of digital collaboration and idea visualization, tools that enable seamless sharing and real-time interaction are increasingly vital. Today, I am excited to share the development of Graphito, a free, web-based visual graph application designed to help users organize,…
-
should i use python+django or stick to javascript for a website im making?
Choosing the Right Technology Stack for Your Web Development Project: Python with Django vs. JavaScript When embarking on a web development project, selecting the appropriate technologies can significantly influence your workflow, efficiency, and the overall success of the project. A common dilemma faced by developers is whether to utilize Python-based frameworks like Django or Flask…
-
(JS/TS) Do you use the # syntax for private members? And if so, do you still use TS privates?
Enhancing Encapsulation in JavaScript and TypeScript: Are Private Fields the Future? In recent years, JavaScript has evolved significantly, introducing new syntax and conventions to support better encapsulation and data hiding within classes. One notable addition is the use of the # syntax to declare private fields, offering a truly private scope that cannot be accessed…
-
Turned my multiline cursor fiddling while listening to music into a VS Code extension
Transforming Music into a Visual Coding Experience: Developing a VS Code Extension for Audio-Responsive Multi-Cursor Effects In the realm of software development, productivity and creative expression often intersect in unexpected ways. Recently, I embarked on an innovative project that merges auditory stimuli with coding visuals, enhancing the way developers interact with their environment. The Concept…
-
Moving My Django/Next.js SaaS from Homelab to Cloud — AWS, DigitalOcean or other?
Optimizing Cloud Deployment Strategies for a Django & Next.js SaaS: A Guide to Selecting the Right Infrastructure In today’s rapidly evolving cloud landscape, launching and maintaining a scalable, reliable, and cost-effective SaaS product involves strategic decisions about infrastructure. If you’re a solo developer or a small team venturing into cloud hosting for your Django and…
-
Opening 3d files in augmented reality without installing an app
Enabling Augmented Reality 3D Model Viewing on Websites Without App Installations Recently, I shared a blog post demonstrating how to seamlessly display 3D models in augmented reality (AR) directly within mobile browsers, without requiring users to install dedicated applications. This approach leverages web-based AR technologies, allowing visitors to experience 3D content effortlessly on both Android…
-
I made a tiny typing game (React) – feedback welcome!
Creating an Engaging Typing Game with React: Introducing “Typing Rush” In the ever-evolving landscape of web development, interactive browser-based games continue to captivate audiences across all platforms. Recently, I embarked on a project to develop a simple yet engaging typing game named “Typing Rush”, designed to challenge users’ typing speed and accuracy while providing a…
-
Do AI translation tools actually save time for content-heavy sites?
Evaluating the Effectiveness of AI Translation Tools for Content-Intensive Websites In the dynamic landscape of digital content management, website owners often grapple with balancing quality, speed, and scalability—especially when handling large volumes of content. For sites specializing in fields like travel, where fresh and frequent updates are essential, the decision to expand language accessibility can…
-
What’s the most ridiculous thing your superior asked you to do?
The Most Unusual Request from Management: When Your Job Description Gets Rewritten As a seasoned backend web developer, my career has equipped me with a broad skill set to handle a variety of technical challenges—ranging from server management and database architecture to API integrations and security protocols. However, recently, I found myself facing a request…