Building a Dynamic Website Viewer Component in Next.js with React and Tailwind CSSFeb 3, 2025·2 min read
Artificial Intelligence ExplainedAI didn’t suddenly appear—it quietly slipped into our lives and became impossible to ignore. Every recommendation you see, every search result you click, every “smart” feature that seems to understand you a little too well is powered by artificial in...Dec 19, 2025·3 min read
Dynamic HTML Replacement with JavaScript: Replacing Placeholders and Optimizing ImagesJan 30, 2025·3 min read
Efficient Video Streaming in Next.js: Handling Range RequestsIn modern web applications, delivering large media files like videos efficiently is crucial for performance and user experience. Next.js provides the flexibility to implement server-side logic, making it possible to handle video streaming with suppor...Jan 13, 2025·3 min read
CORS: Issues that may arise?What Is Cors? CORS stands for Cross-Origin Resource Sharing. It is an HTTP protocol that allows web applications to access resources hosted on different domains. CORS allows a server to indicate any origins other than its own from which a browser sho...Apr 20, 2023·3 min read
Merge Conflicts, What , How , WhyWhat are Merge Conflicts Conflicts while merging are a frequent part of the Git experience. If several developers are working on the same file the odds of encountering a merge conflict increase. Most of the time, Git will automatically figure out how...Apr 7, 2023·3 min read
How to fix typescript react error showing module not found when importing imagesLet's Get Started Why does this occur? Typescript cannot reference the type of the module being imported and also cannot detect what kind of module is being imported, i.e, the file extension. So for Typescript to be able to reference the type and als...Apr 5, 2023·2 min read
My First Article As A Tech WriterWhat do I hope to achieve? Getting into tech writing or even a little bit of analysis was not my first thought about going into tech. I envisioned that learning more and more and building bigger and bigger projects was the way to go but as I began to...Mar 16, 2023·2 min read