Akash Sblog.akkupy.me·Sep 24, 2023Self Signed SSL Certificate Generation.Private CA and self-signed certs that work with Chrome This method is for testing and development only. The vast majority of users should not use this method, as it requires loading a cert on each of your devices, which is both error-prone and requir...DiscussSSL
Uva Prasaathuva.hashnode.dev·Sep 24, 2023The HTTPS EnigmaUnveiling the Secrets of Secure Data Transmission In our previous discussions, we talked about how computers share data and the connections they create. But here's the catch: the protocol we used had a problem. So, what's the issue, and how can we fi...Discuss·1 likehttp
Neeraj Muktablogs.neerajmukta.com·Sep 20, 2023Serving React app from S3 bucket using Cloudflare CDNThe most common way to deploy any static website today is, through AWS. Specifically, S3 bucket in combination with Certificate Manager and Cloudfront services. The combination of these AWS services works well and it's straightforward to set up. Howe...DiscussReact
Benedict Kipkoechpontuagi.hashnode.dev·Sep 17, 2023What happens when you type www.google.com in your browser and press enter:Sometimes while interacting with the internet, have you ever wondered what goes on behind the scenes? What happens when you search for something on your browser? Well, today I am going to explore what happens when you type "www.google.com" in your br...DiscussSoftware Engineering
Faizan Anwarlogicodev.hashnode.dev·Aug 30, 2023🖥 HTTP Request Response Cycles🔍 Ever wondered what happens when you hit 'Enter'? The web's dance of data servers unfolds in ways you've never imagined! We take a thrilling journey through the mesmerizing world of HTTP Request Response Cycles. Get ready to be amazed! 1️⃣ Your bro...Discusshttp
Mandlaiammandla.hashnode.dev·Aug 23, 2023Securing Web Apps: An Overview of The Vital Role of Developers.Introduction. Web applications have become an integral part of our digital lives, providing users with that all-important seamless online experience for various tasks. However, with the increasing reliance on web technology, as it is with technology ...DiscussSecurity
Farzana Rahmanlearningwithfarzana.hashnode.dev·Aug 19, 2023How to setup HTTPS users to upload code into codecommit using git credentailCodeCommit is a fully managed source control service that makes it easy to host secure and highly scalable private Git repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. Y...DiscussGitLab
Clement Nzubechukwudevread.hashnode.dev·Aug 18, 2023Unveiling the Web: Journey into Understanding HTTPIntroduction: Have you ever wondered how websites and online services communicate with each other? Well, it's all thanks to something called HTTP, or Hypertext Transfer Protocol. In this blog post, we're embarking on an exciting journey to understand...Discusshttp
Naman Gargnamangargwebdevelopment.hashnode.dev·Aug 18, 2023Getting started with Web DevelopmentToday, the word "Web Development" is common among all tech enthusiasts. What exactly is Web Development? Web Development is simply creating websites (a collection of webpages), and managing these web pages with a database. These web pages can be stat...DiscussWeb Development
Idris Yakubblog.driiis.com·Aug 16, 2023The Journey of a Web Request: From Typing "https://www.google.com" to Loading the PageIntroduction: In today's interconnected world, browsing the web has become an integral part of our daily lives. Have you ever wondered what happens behind the scenes when you type a URL like "https://www.google.com" into your browser and hit Enter? T...DiscussWeb Architectures,