Andrii Melashchenko, PhDProblog.javatask.dev·Oct 29, 2023Deploying a Single Page Application (SPA) on AWS: A Beginner's Guide. Part 2. Secure Static HostingIntroduction This section outlines the essential steps to deploy the necessary infrastructure for hosting your app's Frontend static assets securely. Source code repository javatask/aws-spa-beginners-guide: Code for the blog series on porting single ...Discuss·1 likeSPA on AWSAWS
Clement Nzubechukwudevread.hashnode.dev·Sep 14, 2023A Comprehensive Guide to Single Page Applications (SPAs) in Modern Web DevelopmentIn the ever-evolving world of web development, Single Page Applications (SPAs) stand out as a crucial innovation that has revolutionized how users interact with websites and web applications. This blog post aims to provide an in-depth exploration of ...Discussspa
Yash Rawatwhoopyashrawat.hashnode.dev·Jul 30, 2023Advanced Design Patterns in React: Enhancing Code Reusability and MaintainabilityReact has become one of the most popular JavaScript libraries for building user interfaces, offering a robust ecosystem that empowers developers to create complex web applications efficiently. As React applications grow in size and complexity, adopti...Discuss·10 likes·72 readsReact
Prahlad Inalaprahladinala.hashnode.dev·Jul 28, 2023Single Page Applications (SPAs): Unveiling the Modern Web Development ParadigmIntroduction In recent years, the landscape of web development has witnessed a transformative shift toward Single Page Applications (SPAs). SPAs have revolutionized the way users interact with web applications, offering seamless and dynamic user expe...DiscussWebDevspa
Fajar Chaniagoblog.fajar-dev.my.id·Jun 22, 2023"PHP" Bisa Single Page Application? Kenalan dengan laravel livewireLaravel Livewire adalah sebuah library komponen frontend untuk Laravel, sebuah framework PHP yang terkenal. Livewire memungkinkan pengembang untuk membangun antarmuka pengguna yang interaktif tanpa perlu menulis banyak kode JavaScript. Livewire mengg...Discuss·29 readsLaravel
Paul Sajesaje.hashnode.dev·Jun 16, 2023How To Fix Page Not Found - Netlify hostingIf you have ever used Netlify to host a React application, chances are that you have encountered the above bug. In this article, I will show you a quick way to resolve this. This particular bug above gave me quite a lot of headaches while working on ...DiscussNetlify
Dominik Szymańskicodesmash.dev·Jun 15, 2023Stuck in the Past: Dealing with Old SPA Code in Open TabsPicture this: you've just deployed a shiny new version of your Single-Page Application (SPA) to your eager users. You've poured countless hours of development, tweaking, and testing into this upgrade, ready to unveil its exciting features and enhance...Discuss·29 readsReact
Shivraj Singh Deopashivrajdeopa.hashnode.dev·Jun 12, 2023Actions in NgRx (as a class)Actions are one of the main building blocks in NgRx. Actions express unique events that happen throughout your application. From user interaction with the page, external interaction through network requests, and direct interaction with device APIs, t...Discuss·42 readsRedux
Onkar WaghmodeforWeb Of Wonderswebofwonders.hashnode.dev·Jun 7, 2023Single Page ApplicationsSPAs also known as Single Page Applications are used in a lot of websites nowadays. Single Page Applications are created using various types of frameworks and libraries that make website building easier. Previously Websites were multi-page applicatio...Discuss·2 likesReact
Chris Kidchriskid.hashnode.dev·May 30, 2023Blog post tutorial with total.js (part 3 end)In my previous blog post, I focused on the front-end development aspect of a modern blog, specifically using the Total.js framework. The front-end code provided in the post showcases the usage of Total.js UI components and plugins to create a dynamic...Discuss·10 likes·36 readsNode.js