Tag: How to
-
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
-
Beyond the Sandbox: Signing and distributing macOS apps outside of the Mac App Store
Posted on August 11, 2020, Level intermediate Resource Length long
Since the advent of OS X Mojave and especially Catalina and the requirement for app notarization, some of us old-time macOS developers are concerned that Apple will pull the plug on the apps that we distribute ourselves. Many of you have downloaded and installed macOS software directly from websites, i.e., not from the Mac App Store. Have you ever really considered it? By Andrew Jaffee.
Tags swiftlang app-development web-development learning how-to
-
Word search Kata in F#
Posted on May 9, 2020, Level beginner Resource Length long
An article by Paweł Zelmański about his journey with a first bigger kata programmed in F#. The term 'Kata' means a structured way of doing things or practice. It has its roots in Japanese martial arts where learners spend much of their time practicing drills to improve specific moves.
Tags functional-programming programming how-to
-
Remote work: How global teams collaborate across time zones
Posted on May 1, 2020, Level beginner Resource Length medium
Laura Heisman is an author of this article about how they have built and managed very successful global teams through the years and share some great insight on how to work with dispersed teams around the world.
Tags how-to learning career cio distributed miscellaneous
-
Scaling Kubernetes monitoring without blind spots or operations burden
Posted on April 20, 2020, Level intermediate Resource Length medium
Kubernetes has seized center stage in the DevOps world when building and migrating applications to a cloud-native environment. In reality, Kubernetes is a means to an end — to scale operations of containerized microservice architecture. By Daniella Pontes.
Tags agile kubernetes devops how-to