cloudadore.hashnode.devCORS : the bridge between frontend and backendIntroduction In the dynamic realm of web development, ensuring seamless integration between different web components while maintaining stringent security measures is paramount. At the intersection of these priorities lies a critical concept: Cross-Or...Oct 20, 2023·3 min read
cloudadore.hashnode.devHTTPS : the secure way to browse the webintroduction In this article, we will look at HTTPS as a concept. What is HTTPS? How does it work? HTTPS stands for HyperText Transfer Protocol Secure, It is a protocol that encrypts data transfer from a web browser (you on the internet) to a web ser...Sep 6, 2023·3 min read
cloudadore.hashnode.devBasic usage of GitIn this article we will explore Git as a version control system and how we can use it Introduction Git is a collection of commands that makes it function as a version control system, it is used to track changes made when coding, collaborate on projec...Sep 1, 2023·5 min read
cloudadore.hashnode.devrepo hosting servicesAs developers, working on a project can be tedious, from implementing designs to making sure, the program is scalable and is written efficiently, which will create a product that will be available to the market as fast as possible, with code that can...Aug 17, 2023·4 min read
cloudadore.hashnode.devEnhancing Frontend App Testing, with Jest: A Journey towards Exceptional Quality.In the evolving realm of frontend web development crafting applications is an exhilarating endeavor. As your app expands, ensuring impeccable quality becomes a mission fit for superheroes! Come along on an exploration of how we can amplify frontend a...Aug 7, 2023·1 min read