Victor Langatvlogs.hashnode.dev·Aug 2, 2023Daemons. Silent Guardians that Power Your SystemIn the world of computer systems, daemons (pronounced "dae-mons") are essential but often invisible entities. These unassuming background processes are responsible for handling critical system-level tasks, providing crucial services, and quietly supp...Discuss·3 likes·34 readsdaemon
Stephin Rejistephin007.hashnode.dev·Jun 15, 2023Getting Started with Git CommandsGit is a popular and highly useful version control system that allows you to track changes made to your code and collaborate with others on the same project. It can be intimidating to get started with Git at first, but with a few basic commands, you ...DiscussGitHub
Dewald Swanepoelstuffididntknowthen.hashnode.dev·Mar 23, 2023The Anonymous Anonymous FunctionToday I came up against a unique challenge and landed upon an even more unique solution, so I felt it prudent to jot it down. The Scenario I don't often use the init() function in Go but today I did. I have a package called config in which I read som...Discuss·117 readsGo Language
Aprigio Simoesaprigiosimoes.com.br·Mar 18, 2023Processos de Boot no UNIX e LinuxFala pessoal tudo bom? Tem tempo que eu não escrevo nada, não é verdade? Então deixa eu me apresentar novamente como se fosse a primeira vez...Eu sou o Aprigio Simões e durante anos, basicamente entre 1998 a 2016 eu tive um blog hospedado em aprigios...Discuss·128 readsLinux
Xavierxavier7t.com·Mar 1, 2023Swift Initializers ExplainedHi all, in today’s post, we’re going to take a close look at initializers in Swift. Have you ever been confused while working with init in Swift, wondering when to use the default, when to create your own, what a convenience init and whatnot? If yes,...Discuss·121 readsSwift
Muhammed Salih Gülersalihgueler.hashnode.dev·Jan 15, 2023late Initialization in DartWhen you check the title of the blog post, you might have thought "Did he make a mistake?", "Shouldn't L be capital?" The answer is no. I wrote it on purpose and yes "late" was on purpose. From Dart 2.12, Dart language started to support late initiaz...Discuss·686 readsDart
Md. Rezwanul Haque Razibrezwanul-haque.hashnode.dev·Nov 2, 2022Golang Mistakes: #2 Misusing Init() FunctionsAs Go developers, We find many built-in features handy when we are coding in a real life. But we sometimes forget, using those built-in features too extensively which may lead to certain pitfalls. Most of the time, these pitfalls occur when we misuse...Discuss·1 like·361 readsmisuse
Mfon Thelma Ntamfon.hashnode.dev·Sep 19, 2022What is systemd?Prerequisite Have a basic understanding of Linux Have a basic understanding of the Linux Filesystem Expectations Understand systemd and its purpose Understand how systemd works and fits in the big picture Understand the relationship between Init ...Discuss·4 likes·129 readssystemd