Put Design Thinking into practice with the Open Practice Library
Jul20

Put Design Thinking into practice with the Open Practice Library

Put Design Thinking into practice with the Open Practice Library Leigh Griffin Wed, 07/20/2022 – 03:00 1 reader likes this 1 reader likes this Design Thinking has been getting a lot of attention over the past few years as a way to enhance your problem solving, ensure learning goals are met, and increase team engagement. As a concept, it’s all about problem solving, but it’s designed to break down existing approaches...

Read More
How much JavaScript do you need to know before learning ReactJS?
Jul20

How much JavaScript do you need to know before learning ReactJS?

How much JavaScript do you need to know before learning ReactJS? Sachin Samal Wed, 07/20/2022 – 03:00 1 reader likes this 1 reader likes this React is a UI framework built on top of HTML, CSS, and JavaScript, where JavaScript (JS) is responsible for most of the logic. If you have knowledge of variables, data types, array functions, callbacks, scopes, string methods, loops, and other JS DOM manipulation-related topics, these will...

Read More
Turn your Python script into a command-line application
Jul19

Turn your Python script into a command-line application

Turn your Python script into a command-line application Mark Meyer Tue, 07/19/2022 – 03:00 Register or Login to like Register or Login to like I’ve written, used, and seen a lot of loose scripts in my career. They start with someone that needs to semi-automate some task. After a while, they grow. They can change hands many times in their lifetime. I’ve often wished for a more command-line tool-like feeling in those...

Read More
Code your first React UI app
Jul19

Code your first React UI app

Code your first React UI app Jessica Cherry Tue, 07/19/2022 – 03:00 Register or Login to like Register or Login to like Who wants to create their first UI app? I do, and if you’re reading this article, I assume you do, too. In today’s example, I’ll use some JavaScript and the API with Express I demonstrated in my previous article. First, let me explain some of the tech you’re about to use. What is React?...

Read More
Event-driven architecture explained in a coloring book
Jul19

Event-driven architecture explained in a coloring book

Event-driven architecture explained in a coloring book Seth Kenlon Tue, 07/19/2022 – 03:00 Register or Login to like Register or Login to like “Explain it to me like I’m five.” When you want someone to get to the point as efficiently and as clearly as possible, that’s what you say. Following that logic, you might be compelled to ponder the most powerful tool the average, everyday 5-year old wields:...

Read More
How I configure a DHCP server on my personal network
Jul18

How I configure a DHCP server on my personal network

How I configure a DHCP server on my personal network David Both Mon, 07/18/2022 – 03:00 Register or Login to like Register or Login to like The Dynamic Host Configuration Protocol (DHCP) provides a centralized and automated method for configuring the network attributes of hosts when they connect to the network. The DHCP server assigns IP addresses to hosts, along with configuration information such as DNS servers, the domain...

Read More