Featured

Featured posts

JavaScript promises: 3 gotchas and tricks to avoid them

JavaScript promises: 3 gotchas and tricks to avoid them

Now that we’ve covered some of the basic concepts and implementation of promises, let’s take a look at three promises…
Homebrew tutorial: How to use Homebrew for MacOS

Homebrew tutorial: How to use Homebrew for MacOS

In the beginning was the command-line. That’s true of almost all operating systems, but somewhere along the way a graphical…
Microsoft puts desktop apps in containers with Windows Sandbox

Microsoft puts desktop apps in containers with Windows Sandbox

Microsoft has shipped a new feature in Windows 10 Pro and Enterprise builds 18305 and up that let users create…
How to use the Python debugger

How to use the Python debugger

The power and flexibility of the Python programming language stem from a strong standard library and a rich ecosystem of…
What a GPU-powered database can do for you

What a GPU-powered database can do for you

The SQL database dates back to the 1970s and has been an ANSI standard since the 1980s, but that doesn’t…
Clojure 1.10 upgrade supports modern Java

Clojure 1.10 upgrade supports modern Java

Clojure 1.10, an upgrade to 11-year-old language that has brought functional programming to the JVM, improves Java compatibility and error…
What’s new in Microsoft .Net Framework 4.8

What’s new in Microsoft .Net Framework 4.8

Microsoft has released an updated beta of .Net Framework 4.8. Where to download .Net Framework 4.7 You can download the…
Do more with R: RStudio addins and keyboard shortcuts

Do more with R: RStudio addins and keyboard shortcuts

If you want to speed up your R programming workflow, RStudio addins and custom keyboard shortcuts are definitely worth a…
How to migrate your apps from Azure Container Service

How to migrate your apps from Azure Container Service

Signaling another victory for Kubernetes in the container orchestration marketplace, Microsoft recently announced that it will retire its Azure Container…
The 2 most important cloud resolutions you should make

The 2 most important cloud resolutions you should make

Remember your 2018 New Year’s resolutions? Some happened but most did not. Still, the advent of the new year is…
TigerGraph review: A graph database designed for deep analytics

TigerGraph review: A graph database designed for deep analytics

Graph databases offer a more efficient way to model relationships and networks than relational (SQL) databases or other kinds of…
How to enable CORS in ASP.Net Core

How to enable CORS in ASP.Net Core

The same-origin policy is a standard security mechanism in web browsers that allows communications between two URLs only if they…
Key enterprise cloud trends for 2019

Key enterprise cloud trends for 2019

Cloud computing has become the principal paradigm for enterprise applications. As businesses modernize their computing and networking architectures, cloud-native architectures…
PyText builds on PyTorch for language recognition

PyText builds on PyTorch for language recognition

Facebook has open-sourced its PyText project, a machine learning library for natural language processing (NLP) intended to make it easier…
8 new WebAssembly tools you should know

8 new WebAssembly tools you should know

WebAssembly, aka Wasm, lets you execute code in a browser, support other languages besides JavaScript on the web, and speed…
Back to top button