Tag: Leadership and career
-
MLOps in 10 minutes
Posted on May 24, 2022, Level beginner Resource Length long
How MLOps helps across all stages of ML project. By Alexey Grigorev.
Tags ai-and-machine-learning leadership-and-career data-and-analytics
-
How narcissistic leaders destroy from within
Posted on May 23, 2022, Level beginner Resource Length long
When the person at the top is malignant and self-serving, unethical behavior cascades through the organization and becomes legitimized. By Lee Simmons.
Tags miscellaneous leadership-and-career
-
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 leadership-and-career cloud-and-infrastructure software-engineering
-
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 leadership-and-career cloud-and-infrastructure
-
Demand for cybersecurity skills rises as quantum computing threats tighten
Posted on May 19, 2022, Level beginner Resource Length short
There is a major shortage of cybersecurity professionals, with the equivalent of a major city worth of workers missing from the workforce. (ISC)2, the world's largest professional organization for cybersecurity workers, estimates in the paper linked above that the cybersecurity workforce will have to increase by 65% to meet demand. By Nils Gerhardt.
Tags miscellaneous leadership-and-career security-and-privacy
-
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 frontend-and-mobile software-engineering product-and-design leadership-and-career
-
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 security-and-privacy devops-and-ci-cd software-engineering leadership-and-career 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 software-engineering leadership-and-career
-
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 leadership-and-career data-and-analytics
-
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 frontend-and-mobile cloud-and-infrastructure how-to software-engineering leadership-and-career
-
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 cloud-and-infrastructure how-to devops-and-ci-cd leadership-and-career
-
Your complete guide to SSL/TLS and HTTPS
Posted on May 10, 2022, Level beginner Resource Length medium
Between the ever-increasing global cybersecurity threats and Google's tightening security standards, it's more important than ever for business owners to take active measures to safeguard their sites. Otherwise, you're putting both yourself and your customers at risk. Not good. By David Wahlstrom.
Tags security-and-privacy how-to cloud-and-infrastructure leadership-and-career