Tag: How to
-
The revival of stoicism
Posted on July 1, 2021, Level beginner Resource Length long
Everyone from Silicon Valley billionaires to self-help enthusiasts is repurposing Stoicism for our modern age, with results that are good, bad, and highly indifferent. By Shayla Love.
Tags miscellaneous how-to cio learning management
-
What is the Circular Economy?
Posted on April 30, 2021, Level beginner Resource Length medium
The World Economic Forum's circular economy definition is "an industrial system that is restorative or regenerative by intention and design." As opposed to the traditional linear model that transforms raw materials into products that are used once and discarded, the circular model closes the loop by bringing products back into the cycle after use so they can be reused, recycled, or repurposed.
Tags miscellaneous cio learning how-to management
-
When does reinventing the wheel make perfect sense?
Posted on April 28, 2021, Level beginner Resource Length long
Electrification of road transport promises environmental and commercial gains. At the threshold of an evolution in transport, the environmental consequences are huge. So too are the commercial gains for the earliest and fastest movers. By Serge Colle, Randall Miller, Thierry Mortier, Marc Coltelli, and Andrew Horstead @ey.com.
Tags miscellaneous data-science how-to management
-
Kubernetes Ingress for beginners
Posted on March 18, 2021, Level beginner Resource Length short
As a short definition, an Ingress is a rule that charts how a service, walled inside the cluster, can bridge the divide to the outside world where clients can use it. By Nick Ramirez.
Tags devops kubernetes containers how-to
-
Why reading code is just as important as writing code: How to get better at it
Posted on March 16, 2021, Level beginner Resource Length long
It strikes me as odd. We've heard the same messages: Write clean code. Write readable code. Write meaningful code. By Amy M Haddad.
Tags programming learning teams miscellaneous how-to
-
How to write custom cypher procedures with NetworkX and Memgraph
Posted on February 15, 2021, Level intermediate Resource Length medium
Angular is one of the most popular front-end frameworks, with 30% of developers preferring it for their projects. Angular is especially useful for large scale projects with many different views and components. By Ryan Thelin.
Tags linux devops how-to app-development cloud big-data cio data-science
-
Windows 10 Device Guard and Credential Guard demystified
Posted on February 9, 2021, Level intermediate Resource Length medium
While helping Windows Enterprise customers deploy and realize the benefits of Windows 10, I've observed there's still a lot of confusion regarding the security features of the operating system. By Priyanka_Pillai @Microsoft.
Tags software how-to azure cio cloud
-
Electronics component series: The introduction
Posted on January 29, 2021, Level intermediate Resource Length long
Welcome to this new exciting series! In this series, I will explain the basic components that are used in everyday consumer electronics gadgets. Let's get started. By Chiratidzo Charakupa.
Tags learning miscellaneous how-to
-
Demystifying Ansible for Linux sysadmins
Posted on January 19, 2021, Level beginner Resource Length short
Taking the labor out of labor-intensive tasks is what Ansible is all about. Learn the basics here. By Pratheek Prabhakaran.
Tags ansible linux devops how-to
-
How to SSH into a Docker container
Posted on January 4, 2021, Level intermediate Resource Length medium
How do you use SSH to enter a Docker container? The traditional approach consists of two step. By Debdut Chakraborty.
Tags containers docker devops infosec how-to
-
How to grid search deep learning models for time series forecasting
Posted on November 29, 2020, Level intermediate Resource Length medium
Grid searching is generally not an operation that we can perform with deep learning methods. This is because deep learning methods often require large amounts of data and large models, together resulting in models that take hours, days, or weeks to train. By Jason Brownlee.
Tags how-to machine-learning big-data data-science
-
Learn how to use webhooks by connecting NodeJS, IFTTT and Twitter
Posted on November 28, 2020, Level intermediate Resource Length medium
In this guide, you'll learn what webhooks are and how they work. You'll then put together a simple Webhook integration for IFTTT and Twitter, using Node and a simple Express app. By Robbie Cahill.
Tags how-to event-driven messaging nodejs app-development web-development