Tag: Programming
-
C# Delegates with IoC containers and Dependency Injection
Posted on May 26, 2020, Level intermediate Resource Length long
Developers are usually encouraged to do dependency injection with interfaces. Some developers don't know that they can do dependency injection with delegates, and there are good reasons to do this. By Christian Findlay.
Tags programming code-refactoring software software-architecture
-
Pymp, OpenMP-like Python programming
Posted on May 22, 2020, Level intermediate Resource Length short
Ever since Python was created, users have been looking for ways to achieve multiprocessing with threads, which the Python global interpreter lock (GIL) prevents.By Jeff Layton.
Tags python app-development functional-programming programming performance
-
What is Kata and how is it different from Lean?
Posted on May 13, 2020, Level beginner Resource Length medium
This article tries to find answer to questions: What is Kata? How do Kata Coaching and the Improvement Kata work? How are they different from other lean concepts? By Rever Team.
Tags agile management cio programming career teams
-
Kotlin: An illustrated guide to conditionals When and If
Posted on May 12, 2020, Level beginner Resource Length medium
In real life, we do different things depending on the circumstances. For example, if it's raining outside, I'll probably grab an umbrella. If it's sunny outside, I'll grab my sunglasses. I do different things depending on the weather. By Dave Leeds.
Tags kotlin android app-development programming career
-
How to build stateful, cloud-native services with Akka and Kubernetes
Posted on May 10, 2020, Level intermediate Resource Length long
In this white paper by Jonas Bonér, CTO and co-founder of Lightbend, Inc you will learn few tips for running your stateful services as if they are stateless. The next frontier of competitive advantage is the speed with which you can extract value from data.
Tags akka programming scala containers
-
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
-
10000 nodes and beyond with Akka Cluster and Rapid
Posted on May 7, 2020, Level advanced Resource Length long
At the foundation of clustered systems are so-called membership protocols. The job of a membership protocol is to keep clustered applications up-to-date with the list of nodes that are part of the cluster, allowing all the individual nodes to act as one system. By Manuel Bernhardt.
Tags scala java programming akka devops performance software-architecture
-
How to unlock Windows systems with a bootable flash drive
Posted on May 2, 2020, Level advanced Resource Length long
Accessing a locked system is always a challenge. Full-disk encryption presents an immediate challenge to forensic experts. When acquiring computers with encrypted system volumes, the investigation cannot go forward without breaking the encryption first. By Oleg Afonin from ElcomSoft.
Tags infosec programming software
-
Railway oriented programming in Kotlin
Posted on April 30, 2020, Level intermediate Resource Length medium
Railway Oriented Programming (ROP) is a functional programming technique that allows sequential execution of functions, not necessarily synchronous. The key concept is that each function can only accept and return Container of either Success or Failure. Failure wraps Throwable type and Success can be of any type. Published by Tonje Krosby.
Tags java functional-programming programming kotlin
-
Socket.IO, React and Node.js: Going Real-Time
Posted on April 26, 2020, Level intermediate Resource Length medium
Learn the basics of WebSockets and Socket.IO while pairing your first real-time server with a React frontend. Everybody builds chat apps with Socket.IO these days yet messaging applications are only the tip of the iceberg. Think a moment about it: there are a million of other things you can build within the real-time domain. By Valentino Gagliardi.
Tags golang javascript programming web-development
-
The 15 coding languages with the highest salaries, and how to learn them online at no cost
Posted on April 25, 2020, Level beginner Resource Length medium
Marguerite Ward wrote this piece about monetary evaluation of various jobs using different programming languages. If you're self-isolating and have extra time on your hands, or if you recently became unemployed and are looking to gain an in-demand skill, learning how to code could help your career.
Tags career management agile programming
-
The 4 most common API developer portal mistakes
Posted on April 15, 2020, Level intermediate Resource Length long
How (not) to put your APIs in a freezer while implementing a Frankensite or an API Ghosttown. In this article we will investigate developer portal anti-patterns -- common solutions to developer portal problems where the solution is ineffective and may result in undesired consequences. By Diliny Corlosquet.
Tags apis software-architecture programming web-development