Category: Website Development
-
Firefox is not showing my cookies in the developer tab
Troubleshooting Cookie Visibility Issues in Firefox Developer Tools for Modern Web Applications In web development, inspecting cookies is a fundamental step for debugging authentication, session management, and other client-server interactions. Many developers rely on the browser’s developer tools to verify that cookies are properly set and transmitted. However, encountering situations where cookies are sent by…
-
Built ListLinkd: one place for books, films & shows. The journey so far + what’s next (need advice!)
Introducing ListLinkd: Your All-in-One Platform for Books, Films, and Shows — The Journey So Far and Future Plans During my university summer break, I dedicated time to a personal passion project driven by a simple yet profound problem: I love tracking what I read and watch, but switching between multiple apps and platforms was becoming…
-
I’m pulling my hair out with a database performance problem using Laravel ORM
Optimizing Database Performance in Laravel: Addressing Slow ORM Queries in Production Environments Deploying Laravel applications to production often reveals unforeseen performance challenges, especially when database interactions slow down unexpectedly. One common scenario involves queries that perform swiftly in development but become sluggish in the production environment. This article explores a real-world example of such an…
-
Malicious requests to my server coming from a private/internal IP
Understanding Unexpected Internal IP Traffic to Your Server: Causes and Mitigation Strategies In the realm of server security, encountering suspicious or unexpected activity is not uncommon. Recently, I observed recurring requests in my server logs originating from the internal IP address 127.0.0.1:0. These requests targeted sensitive paths such as /.git/config, /.svn/wc.db, /sftp-config.json, and endpoints associated…
-
I rebuilt my portfolio after getting laid off trying to get a new job, but a friend told me I over engineered it
Navigating Portfolio Revisions During a Job Search: Striking the Right Balance Embarking on a job search can be a challenging journey, especially after experiencing layoffs. Recently, I found myself in this situation—my previous employer laid off the entire team, prompting me to seek new opportunities. Despite actively applying, I faced a lack of responses and…
-
System-ui only gives me font-weight 400 & 700 on macOS, but SF Pro has 9 weights. Why not use SF Pro directly?
Optimizing Typography on macOS: Leveraging System Fonts for a Richer Font Weight Range When designing cross-platform web applications, achieving a native feel often involves careful font selection and rendering considerations. A common challenge arises when using the CSS system-ui generic font family on macOS, which tends to limit font-weight variations to only 400 and 700,…
-
How do you prep for interviews where you answer a vague, hypothetical architecture question?
Understanding How to Prepare for Vague or Hypothetical Architecture Interview Questions Navigating technical interviews often involves tackling abstract or broad questions that test your problem-solving abilities and architectural thinking. While such questions can seem daunting—especially under time pressure—their purpose is to evaluate your approach to designing systems rather than expecting a perfect answer. Below is…
-
Those who have made a website, how did you know whether to pursue it?
Deciding When to Pursue a Website or Digital Project: Insights from Experienced Creators Embarking on a new website or digital project can be both exciting and daunting. Many aspiring developers and entrepreneurs find themselves pondering the critical question: How do I know if my project is worth pursuing? If you’re contemplating creating a website, game,…
-
How to Optimize Web Application with Cloudflare and Contabo as Backend
Optimizing Your Web Application with Cloudflare and Contabo: A Strategic Approach In today’s digital landscape, delivering fast and efficient web experiences is crucial for user engagement and retention. As an enterprise backend developer exploring optimization strategies, you might be considering how to leverage cloud services like Cloudflare and hosting providers such as Contabo to create…