Multi-Tenancy / Global Filters in Entity Framework – cloudncode
Multi-Tenancy / Global Filters in Entity Framework In this article I am going to describe a method to add global filters in Entity framework. The version I used for this example is 6.1 What does it…
Next Big Future: Chips for Deep learning continue to leapfrog in capabilities and efficiency
Deep learning has continued to drive the computing industry’s agenda in 2016. But come 2017, experts say the Artificial Intelligence community will intensify
How blockchain can create the world’s biggest supercomputer | TechCrunch
As our desktop computers, laptops, mobile devices, etc. stand idly by for a huge portion of the day, the need for computing resources is growing at a fast pace. So how can we make a more economic and efficient use of all the computing power that’s going to waste?
The Distribution of Users’ Computer Skills: Worse Than You Think
Across 33 rich countries, only 5% of the population has high computer-related abilities, and only a third of people can complete medium-complexity tasks.
UNIX (well, POSIX) signals are probably one of the worst parts of the UNIX API, and that’s a relatively high bar. A signal can be sent to your program at any point when it’s running, and you have to deal with it somehow. Traditionally, there are three ways ...
Introduction Hi, I’m Glenn Fiedler and welcome to Networking for Game Programmers. In this article we start with the most basic aspect of network programming: sending and receiving data over the network. This is perhaps the simplest and most basic part of what network programmers do, but still it is quite intricate and non-obvious as to what the best course of action is. You have most likely heard of sockets, and are probably aware that there are two main types: TCP and UDP.
Good software is uncommon because writing it is hard. In the abstract, we all know that it is hard. We talk incessantly about how it’s hard. And yet, we also collectively seem shocked — just shocke…
machine-learning-for-software-engineers/README.md at master · ZuzooVn/machine-learning-for-software-engineers · GitHub
A complete daily plan for studying to become a machine learning engineer. - machine-learning-for-software-engineers/README.md at master · ZuzooVn/machine-learning-for-software-engineers
Docker in Production: A History of Failure – The HFT Guy
Introduction My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. At the time it wasn’t possible to run a container [i…