Harendra Barotharrybdevops.hashnode.dev·Nov 13, 2024Improve Server Operations with Server Performer AnalyzerGoal of this project is to write a script to analyze server performance stats. Overview server-stats.sh is a shell script designed to analyze basic server performance statistics. It provides detailed insights into system resource usage, top processe...Discussserverless
Romman Sabbirrommansabbir.com·Nov 11, 2024Network Security in Android: A Comprehensive Guide [PART 4]Network security is critical for protecting the communication between your Android app and remote servers. Without proper security measures, sensitive data like user credentials, personal information, or financial details can be intercepted, altered,...Discuss·28 readsAndroid : Security, Encryption and Secure Practicescertificatepinning
Aakashi Jaiswalaakashi.hashnode.dev·Nov 9, 2024Preventing Website Crashes: Solutions for a Seamless Online ExperienceWebsite crashes can be a significant headache for both website owners and users. When a website goes down, it can lead to lost revenue, damaged reputation, and frustrated visitors. Understanding the reasons for these crashes and how to resolve them i...Discuss·10 likeswebsite crash
Tanmay Bhansaliadvance-tic-tac-toe.hashnode.dev·Nov 3, 2024Day 2: Building a Customizable Tic Tac Toe with Socket.io - Set Your Own Board Size and Play Online!Welcome to Day 2 of building our customizable Tic Tac Toe game! After setting up the Pass & Play mode, I’m diving into Connect & Play — a feature that lets players connect remotely and play in real-time from separate devices. Today’s focus is on impl...Discuss·10 likestic tac toe
Michael Raymond (mray)michaelraymond.dev·Nov 3, 2024I turned my old macbook into a linux server because why not 🍎🐧Alrighty, so just like those stupid recipe sites, I’ll first write up 5 pages telling you a long unnecessary story about my first experience with Linux. I’ll then explain how what you’re referring to as “Linux”, is in fact, GNU/Linux, or as I’ve rece...DiscussLinux
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 1, 2024Integrating Jenkins Agents for Scalable CI/CD : A Step-by-Step GuideUnderstanding Jenkins Master and Agents Jenkins Master The Jenkins master server acts as the brain of the Jenkins environment. It manages and orchestrates the workflows defined in your pipelines. Key responsibilities of the Jenkins master include: S...Discuss·2 likesDevops
Mohammad Amanmohammadaman.hashnode.dev·Oct 31, 2024Brotli vs. GZIP: What They Are and How They Differ ?Brotli and Gzip are two popular compression algorithms used for reducing the size of files transmitted over the internet, especially for web assets like HTML, CSS, and JavaScript files. Both aim to improve load times and bandwidth usage by minimizing...Discussbrotli
SSD Nodesssdhostingprovider.hashnode.dev·Oct 30, 2024Is VPS Hosting Fast ?When it comes to hosting a website or application, speed is crucial. Fast page load times can improve user experience, boost SEO rankings, and increase conversion rates. Among various hosting options, Virtual Private Server (VPS) hosting stands out a...Discussvps
FYGS \_°<fygs.hashnode.dev·Oct 29, 2024How to Create a Modern Backend Using HonoJS, PostgreSQL, and Drizzle ORM with TypeScriptIn the rapidly evolving landscape of web development, choosing the right tools can significantly impact the efficiency and scalability of your applications. This article explores the integration of HonoJS, a modern web framework, with PostgreSQL usin...Discuss·1 like·60 readsbackend
JIMOH Mofoluwasho Kolawolekorlahwarleh.hashnode.dev·Oct 29, 2024Install and run Laravel application on a remote server (Part C)This is the final part of our three-part tutorial on installing your Laravel application on a remote server. In Part A, we covered setting up a Linux server using a DigitalOcean droplet (you can also use an AWS EC2 instance for this). Part B focused ...Discuss·1 likeLaravel