As the letter ‘d’ in the name of “systemd-networkd” infers for “daemon” mode, this service is meant to manage all network stuff in the background rather than “NetworkManager” is for setting network graphically up with the help of its GUI.
I wanted to switch to “systemd-networkd” in my Ubuntu Linux machine for the sake of getting some kind of Linux experience and also getting rid of the distracting message of the “NetworkManager” — alerting about its failure on registering the network. For that reason, after searching, I came up with a set of relatively easy commands to handle.
Here I am going to share my experience with F# — the functional-first, general-purpose, strongly typed, multi-paradigm programming language — which I have recently started to learn.
This programming language encompasses functional, imperative, and also object-oriented programming methods nevertheless, its functional approach weighs the most.
In brief, I am going to explain the following titles
One of the aspects of any Functional programming is its ability to chaining a bunch of functions in a line to make the output of one function as the input of another function. …
Here I want to tell my experience with Docker builder and GitHub Workflow. I had a React project developed using Next.js and stored in my GitHub account for a while, so it came to my mind to fiddle with this repository using:
Using Docker Builder
For the sake of showing an example, I attached…
I recently have developed four types of linked-lists, namely:
Upon the completion of my React web app that was initially made by create-react-app, I tried to deploy it on Heroku, but it basically seemed a bit difficult. To get some clues for resolving that, as googling has been always the primitive choice, so I did it. Searching resulted in a ton of diverse ideas and methods, including adding some metadata in the package.json, setting a Procfile to incorporating Express server inside the application. Eventually, I learned that those techniques were to some extent antipattern, even so, the core concepts of them were helpful.
Graduate Alumni from AUA