Lucas Lagonetrendytechnology.hashnode.dev·18 hours agoMastering React Native for Web: From Fundamentals to ExpertiseAre you ready to launch your brand-new web application development but struggling with choosing which platforms to target? Look no further, as React Native for the Web is the perfect solution for you. This popular tool allows your web app to work sea...DiscussReact Native
Mfon Ekweremurphydhee.hashnode.dev·Sep 22, 2023Implementing Pagination and Infinite Scrolling with SWR in Your Web ApplicationIn today's digital world, web applications especially dashboards often deal with massive datasets. With the constant competitive ecosystem to offer a seamless experience users expect to go through these datasets without overwhelming load times. Two c...DiscussPagination
Dominik KellerforLow-Code Software Engineeringfive.hashnode.dev·Sep 13, 2023Excel to Web App [Quick, Easy & Free 3-Step Tutorial]Are you planning to go from Excel to web app? Here's a quick and easy tutorial to explain how you can convert an Excel spreadsheet into a web application. We will be using Five's free download to build our prototype application - so before we get sta...Discussexcel
Ofat Devofat.hashnode.dev·Aug 28, 2023An introduction to the Laravel FrameworkLaravel is a web framework that helps you build web applications. You will be able to build your whole app without ever leaving the Laravel ecosystem. This is especially nice for people who are coming from a PHP background. Laravel has a whole array ...DiscussLaravel
Kevin TauchmanforKevBot's Security Blogkevbotsec.hashnode.dev·Aug 21, 2023Django Framework in CybersecurityIn the ever-evolving landscape of cybersecurity, the need to safeguard web applications against various threats is paramount. One powerful ally in this battle is the Django framework, renowned for its robustness, security features, and ease of use. I...DiscussDjango
Haneunhanlee.hashnode.dev·Aug 21, 2023Cyber Security: What is Web ShellDefinition A Web Shell is an application or script used to remotely control web servers through a web-based interface. Web shells come in various forms and versions with different functionalities. They are typically written in various web languages s...DiscussCyber Securitycybersecurity
Nodforgodev.techgodev.tech·Feb 2, 2023GO Tutorial: Build a Web ApplicationIntroduction Go, also known as Golang, is a statically typed, compiled programming language designed by Google. It is known for its simplicity, strong performance, and ease of use, making it an excellent choice for building web applications. Web appl...Discuss·27 readsGo Language
Ajewole Seyisheyitofunmi.hashnode.dev·Jul 24, 2023Web Application Design Patterns: Single-Page Application VS Multi-Page ApplicationIntroduction We live in a technology-powered world; In the ever-evolving digital landscape, technology has become an integral part of our day-to-day lives, shaping the way we work, communicate, and entertain ourselves. One of the most significant con...Discuss·21 likes·63 readsWeb Development
KikiDotPykikidotpy.hashnode.dev·Jul 17, 2023Making Radio Buttons Shine: A Tale of Accessibility and Pizza CravingsAs software engineers, it is our responsibility to ensure that the web applications we build are accessible to all users, including those with disabilities. In this blog post, we will walk through the steps to create accessible radio button groups fo...Discuss·40 readsa11y
Sanjay Singhaniacapitalnumbers.hashnode.dev·Jun 19, 2023Using Node.js to Build Real-Time Web Applications with WebSocketsIn today's digital world, real-time web applications have become increasingly popular. These applications allow users to receive instant updates and communicate seamlessly. One of the powerful technologies used for building such applications is Node....Discuss·13 likes·57 readsNode JS Development