SixPixelforSixPixelsixpixel.hashnode.dev·Nov 16, 2024Jadani Font FreeUnlock Your Creativity with the Jadani Font In the ever-evolving world of design, the right font can be the spark that ignites your creative journey. Enter Jadani, an exceptional script font that effortlessly blends elegance with versatility. Its dyn...Discussjadani
Snehangshu Bhattacharyablogs.snehangshu.dev·Sep 21, 2024Python Multitasking: Key Practices and ChallengesWhen I first encountered the Python language, I was amazed by what you could do with so little code, and it has been one of my favourite programming languages since. Some time ago, I faced a problem where I was trying to create something like a web s...Discuss·112 readsgreenlets
Mostafa Youssefmostafaelsawy.hashnode.dev·Sep 5, 2024[2] Understanding ProcessesIn this article we will be Exploring definition of a process, Process Creation, State Management, Context Switching, and CPU Virtualization in Modern Operating Systems What is a Process A process, as defined by the operating system, is simply an ab...Discuss·139 readsOperating Systems Three Easy Piecesoperating system
Vandana Panditvandanapandit.hashnode.dev·Jul 19, 2024Day 9: Monitoring Process Script and configuring SMTP Postfix to send mail from ubuntu machine using Gmail accountTask of Monitoring script: Process Selection: The script should accept a command-line argument to specify the target process to monitor. For example: ./monitor_process.sh <process_name>. Process Existence Check: Implement a function that checks if th...Discuss·26 reads#90daysofdevops chanllenge
HelloSeaNationwomenwholovecode.hashnode.dev·Jul 16, 2024Day 1 Minimalist Mobile app processFirst things first, I set up Flutter and updated Android Studio since it's been a while since I last used it. My skills with Android Studio are a bit rusty. After setting up the application, I attempted to remove the mobile status bar. The result is...DiscussFlutter
Ayomide Fowokantouchfk.hashnode.dev·Jun 30, 2024Discovering Backend Development Through HNG: My Experience and InsightsHey everyone, I'm new to backend and excited to share a personal challenge and how I'm overcoming it. But first, let me introduce myself. I'm Ayomide Fowokan, and like many of you, I'm passionate about backend development and coding in general and I'...Discussbackend
Chetan Dattachetan77.hashnode.dev·Jun 22, 202424 Java - Multithreading 1Introduction Before we understand what is multithreading, lets first understand Thread and Process. Process Process is an instance of a program that is getting executed. It has its own resource like memory, thread etc. OS allocate these resource...Discuss·146 readsJavamultithreading
Jasai Hansdajasaiblogs.hashnode.dev·May 9, 2024Demystifying the Kitchen: A Guide to Operating System LingoUnderstand from simple restaurant analogy some important terms of Operating System like kernel, shell, terminal, shell script, process, thread etc. Let's start with imagining your computer system as a restaurant. Here's how these terms would fit in: ...Discuss·10 likesoperating system
Gourav KumarforKeploy Tech Blogkeploy-blog.hashnode.dev·Apr 19, 2024Managing Go ProcessesIntroduction: The Challenge of Managing Blocking Processes While working on an application that required executing a command to run a blocking program, such as a TCP/HTTP server, I encountered an interesting challenge. I needed a way to stop the appl...Discuss·80 likes·153 readsGo Language
Cloud Tunedcloudtuned.hashnode.dev·Apr 4, 2024Exploring the Differences Between a Program, a Process, and a ThreadExploring the Differences Between a Program, a Process, and a Thread In the realm of computer science and operating systems, the terms "program," "process," and "thread" are frequently used but often misunderstood. While they are all integral parts o...Discussprocess