Tag: Learning
-
Guidelines for choosing a Node.js framework
Posted on June 2, 2022, Level beginner Resource Length long
With lots of frameworks to choose from, and all those strong opinions, it's easy to feel a little lost. Comparing frameworks based on the features they list can be a headache, and features are only part of the picture. It would be awesome if you had a clear checklist you could evaluate Node.js frameworks against. By Simon Plenderleith.
Tags javascript how-to app-development learning cio agile management
-
30 positive feedback examples that create positive outcomes
Posted on May 27, 2022, Level beginner Resource Length long
Giving positive feedback to your employees is one of the most powerful things a leader can do. It encourages your direct reports to continue doing good work, but it also strengthens the relationships. By Lucy Georgiades.
Tags management miscellaneous cio learning
-
How decision intelligence solves the last mile of analytics challenge
Posted on May 26, 2022, Level beginner Resource Length medium
In this article authors focused on the role of decision intelligence in closing the "last mile" gap between current technologies and the value large organizations seek to extract from their data analytics investments. By diwo.ai.
Tags analytics learning big-data cio data-science
-
Secure communication with light particles
Posted on May 25, 2022, Level beginner Resource Length long
Researchers are developing an anti-eavesdropping quantum network. By Technische Universitat Darmstadt.
Tags miscellaneous learning data-science cloud infosec
-
6 essential digital optimization skills you need
Posted on May 21, 2022, Level beginner Resource Length medium
To succeed as a customer-centric team, building and honing digital optimization skills is crucial. Here are the skills to focus on.. By Will Watkinson. By Mallory Busch.
Tags cio cloud career performance management learning
-
Building a business system integration and automation platform at Shopify
Posted on May 20, 2022, Level intermediate Resource Length long
Companies organize and automate their internal processes with a multitude of business systems. Since companies function as a whole, these systems need to be able to talk to one another. At Shopify, we took advantage of Ruby, Rails, and our scale with these technologies to build a business system integration solution. By Will Watkinson.
Tags cio cloud management learning
-
SwiftUI -- MVVM state management in a simple way
Posted on May 17, 2022, Level intermediate Resource Length medium
SwiftUI is Apple's new declarative framework for building user interfaces for all Apple devices. This framework can be broken down into two essential components: views and state. By Amisha I.
Tags swiftlang programming app-development learning
-
What exactly should we be logging?
Posted on May 15, 2022, Level intermediate Resource Length medium
As a security architect and the technical leader for the Logging Made Easy project, I am often asked "what logs should I be collecting?" I absolutely hate the standard 'it depends' response. So, I've been answering with a question of my own: "For what?" This has led to a number of interesting discussions on the topic of who should be logging what, and when. By Adam B.
Tags infosec devops programming learning software how-to
-
OOP vs Type Classes: Ideology
Posted on May 14, 2022, Level intermediate Resource Length medium
This is the 1st article of a series that explores the difference between OOP design, and parametric polymorphism with Type Classes, as both are possible in Scala. By Alexandru Nedelcu.
Tags oop programming learning software
-
Physical theory explains how time is non-existent, irrelevant to our lives
Posted on May 13, 2022, Level beginner Resource Length medium
Time is an important aspect of life that each person relies on in order to function in society. Time can be measured in many ways, such as in calendars and clocks, and can be viewed at any moment of the day, at any place. By Ron Jefferson.
Tags miscellaneous cio learning data-science
-
Swift actors: How do they work, and what kinds of problems do they solve?
Posted on May 12, 2022, Level intermediate Resource Length medium
Since the very first version of Swift, we've been able to define our various types as either classes, structs, or enums. But now, with the launch of Swift 5.5 and its built-in concurrency system, a new type declaration keyword has been added to the mix -- actor. By John Sundell.
Tags swiftlang linux how-to programming learning
-
Modern alternatives to some of the classic Linux commands
Posted on May 11, 2022, Level beginner Resource Length medium
When you start learning Linux, you begin with a standard set of Linux commands that have been in existence since the UNIX days. As you grow old as a Linux user, you keep on mastering the same set of standard commands. By Abhishek Prakash.
Tags miscellaneous linux how-to devops learning