Tag: 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
-
How to set up your own home VPN server
Posted on November 26, 2020, Level beginner Resource Length medium
Virtual Private Networks (VPNs) are very useful, whether you're traveling the world or just using public Wi-Fi at a coffee shop in your hometown. But you don't necessarily have to pay for a VPN service—you could host your own VPN server at home. By Chris Hoffman.
Tags how-to infosec miscellaneous servers
-
Mapping the future of legal personality
Posted on November 22, 2020, Level beginner Resource Length long
This article evaluates how to adapt to disruption by examining the concept of legal personality as applied to DAOs, taking into account the unique features of DAOs, and reimagining how these and other Innovative Technology Arrangements might be regulated more effectively. By Max Ganado, Joshua Ellul, Gordon Pace, Steven Tendon, and Bryan Wilson.
Tags blockchain teams crypto miscellaneous how-to cloud cio
-
A sysadmin's guide to containerizing applications
Posted on November 15, 2020, Level beginner Resource Length medium
Curious how to containerize your Linux applications? Learn by example, and understand the challenges of various application types and how to overcome them. By Scott McCarty (Red Hat, Sudoer).
Tags software linux devops how-to cio
-
Game development with .NET
Posted on October 10, 2020, Level beginner Resource Length short
Microsoft launched a new Game Development with .NET section on their site. It's designed for current .NET developers to explore all the choices available to them when developing games. By Abdullah.
Tags azure software programming how-to
-
Scrum of scrums: how to succeed in 4 simple steps
Posted on August 31, 2020, Level beginner Resource Length medium
Scrum of Scrums is a technique used to scale Agile by dividing the groups into Agile teams of 5-10. Each daily scrum within a sub-team ends by designating one member as representative to participate in a daily meeting with ambassadors from other teams, called the Scrum of Scrums. This article provides some tips on how to succeed with Scrum of Scrums. By Sergio Fiorillo.
Tags how-to agile cio teams management software
-
US begins $1 billion quantum computing plan to get ahead of 'adversaries'
Posted on August 30, 2020, Level beginner Resource Length medium
The government is funding basic research in AI, too. When big technologies like mobile phones, 5G networks and e-commerce arrive, it's important to get in on the ground floor. That's why the US government is establishing 12 new research centers, funded with hundreds of millions of dollars, to boost artificial intelligence and quantum computing. By Stephen Shankland @cnet.com.
Tags how-to cloud data-science machine-learning big-data software
-
Developing on Windows with WSL2
Posted on August 18, 2020, Level beginner Resource Length medium
Since a new build of Windows with WSL2 (Windows Subsystem for Linux) just got out, author took the chances and tried out a whole new developer experience: Doing web development in Windows! And by web development author means fullstack. By Sebastian Deutsch.
Tags how-to linux software programming
-
Working with an internet connection on iOS with Swift: Best practices
Posted on August 16, 2020, Level intermediate Resource Length medium
Networking is an integral part of most iOS applications. A common network-related task is Internet connectivity detection. Written by Vadim Bulavin.
Tags swiftlang web-development app-development how-to