This excerpt describes toolmaking in PowerShell and why you should learn it.
Read on if you’re interested in learning PowerShell or improving your existing PowerShell skill set.
This book is for anyone who wants to learn Rust and maybe doesn’t have a lot of time in their day to do it.
This book is intended to get you up to speed with Go by using it in a series of immediately useful, small-scale projects. If you’re a developer who’s interested in learning Go and doing in a fast and practical way, read on!
This excerpt covers:
Will QC ever become a reality, and will it make existing software developers obsolete? In this video, Johan answers these and other “qubits-like” questions, like Java-based Strange.
In this video, we join Christian in his live coding challenge of refactoring the famous Gilded Rose Kata.
In this video, Michał Płachta focuses on problems with mutable states, explains why pure functions can’t use them in majority of cases, and shows you how to fight mutability by working with immutable values, which are used extensively in functional programming.
From Code like a Pro in C# by Jort Rodenburg
This article gives an overview of exactly how C# code is compiled.
This part of the article series delves into using map to transform an object contained in an Option and how to chain optional values together using flatMap.