Ayman Patelaymanace2049.hashnode.dev·Oct 28, 2024Local First SoftwareAn interesting article of a different way of writing client-side apps which are "local-first". Notable writers include Martin Klepmmann (Author of Designing Data Intensive Apps), Adam Wiggins, Peter and Mark from Heroku. Seven ideals of Local Fir...Discuss·27 readslocal first
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Oct 9, 2024Think Server Actions Can Only Be Used in Server Components? Think againOne common misconception in Next.js development is thinking that server actions can only be utilized within server components. However, this isn't the case. Server actions can be used inside client components as well, which allows us to interact with...DiscussYou Don't Know Next.jsNext.js
Karthi Skarthi-devopswork.hashnode.dev·Sep 30, 2024Step-by-Step Guide to Setting Up NFS Server and Client for file sharing | Linux (6) #LinuxAdminSetup NFS server-client in Centos 7. #linux#nfs#centos#filesharing What is NFS ? In modern networks, efficiently sharing files between systems is crucial. NFS (Network File System) provides a seamless solution, enabling Linux and Unix-based systems ...DiscussNfs
Karthi Skarthi-devopswork.hashnode.dev·Sep 20, 2024File System Management with autofs: Setup Guide #RHCSA | Linux (3) #LinuxAdminIn this blog post, we’ll delve into autofs, a dynamic filesystem mounting service in Red Hat Linux. This service automates the mounting and unmounting of file systems on demand, optimizing system performance and simplifying administration. What is au...Discussautofs
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 10, 2024Think Client Components Only Run on the Client Side? Think AgainIn Next.js, there’s often a misconception that client components run only on the client, as their name might suggest. However, this isn't entirely true. In reality, client components in Next.js execute both on the server during the initial page rende...Discuss·10 likesYou Don't Know Next.jsrsc-payload
Ahmed Zubairudevahmed365.hashnode.dev·Sep 9, 2024Masterclass: Client-Server Architechture1. Introduction Definition of Client-Server Architecture: Client-server architecture is a foundational model in computing that defines how services are requested and provided across a network. In this model, there are two main components: the client,...Discuss·32 readsArchitecture Design
Sheraz Manzoorsherazmanzoor.hashnode.dev·Jun 28, 2024Key Differences Between Server-Side Rendering (SSR) and Static Site Generation (SSG)In the modern web development world, performance and user experience are everything. While developers pursue optimization of the apps, it is very important to know about variety in rendering techniques In this post, we are going to discuss the Next.j...Discussasync function
Pranav Bawgikarpranavbawg.hashnode.dev·Jun 16, 2024The basics of Distributed Systems[13] Introduction Once upon a time, there was an ice-cream maker named Ben with the most delicious ice cream in town. His truck was always buzzing with happy customers, but lately, things had gotten a little crazy! The line stretched around the block...Discussdistributed system
Ruchir Dixitruchirstechblogs.hashnode.dev·Jun 14, 2024Build Chat Application using JavaIntroduction Socket programming is an essential concept in network communications, enabling devices to connect and share data over a network. By using sockets, you can build robust applications that communicate efficiently, whether on a local network...Discuss·36 readsJava
Shikhor Royshikhorroy.hashnode.dev·Apr 14, 2024What Happens When You Hit a URL on a Browser?If you want to share resources (mp3, mp4, pdf, HTML, etc.) from one device to another then you have to use networking! In the networking world, there are two architectures we follow for that purpose: Client/Server: A device (or machine) will work as...DiscussAPI Basicsclient-server