Featured
Featured posts
What’s new in Rust 1.31
December 6, 2018
What’s new in Rust 1.31
Version 1.31 of the Rust systems programming language is now available. Current version: What’s new in Rust 1.31 Rust 1.31,…
Application monitoring: What devops can do better
December 6, 2018
Application monitoring: What devops can do better
Many devops teams focus on implementing CI/CD pipelines, automating regression testing, configuring the infrastructure as code, and containerizing the application…
How JavaScript promises work
December 6, 2018
How JavaScript promises work
Last week we looked at callbacks and promises. I made a case for using promises to easily coordinate asynchronous code.…
Google Go roadmap: What to expect in Versions 2 and 1.13
December 6, 2018
Google Go roadmap: What to expect in Versions 2 and 1.13
Builders of the Google Go language (Golang) are exploring directions for the language’s next generation. Major themes emerging for Go…
What’s new in Visual Studio 2019: The first beta arrives
December 6, 2018
What’s new in Visual Studio 2019: The first beta arrives
The first beta version of Visual Studio 2019, the next major version of Microsoft’s signature IDE, is now available. It…
What is Rust? Safe, fast, and easy software development
December 5, 2018
What is Rust? Safe, fast, and easy software development
Fast, safe, easy to write—pick any two. That’s been the state of software development for a good long time now.…
Software licensing: The blind spot in public cloud costs
December 5, 2018
Software licensing: The blind spot in public cloud costs
Over the last five years, as enterprise IT teams have implemented better cloud governance, they have moved from “cloud bill…
AWS completes TISAX high assessment
December 5, 2018
AWS completes TISAX high assessment
by Gerald Boyne | on 05 SEP 2018 | We have completed the European automotive industry’s TISAX high assessment for 43 services. To successfully complete…
Docker, Microsoft unveil deployment standard for cloud-native applications
December 4, 2018
Docker, Microsoft unveil deployment standard for cloud-native applications
Microsoft and Docker have jointly announced a new project to create “an open-source, cloud-agnostic specification for packaging and running distributed…
Microsoft open-sources WPF, WinForms, and WinUI XAML
December 4, 2018
Microsoft open-sources WPF, WinForms, and WinUI XAML
Microsoft is open-sourcing three Windows UX frameworks, including Windows Presentation Foundation (WPF), Windows Forms, and the Windows UI XAML library (WinUI).…
Don’t go overboard at the edge in edge computing
December 4, 2018
Don’t go overboard at the edge in edge computing
The whole idea of edge computing is to push some processing and data retention out to the edge of the…
Get started with Microsoft Learn developer tutorials
December 4, 2018
Get started with Microsoft Learn developer tutorials
How we developers use documentation has changed. Sites like Stack Overflow have given us different expectations of how we can…
Try to Get Reflection
December 4, 2018
Try to Get Reflection
Camera Model: NIKON D810 F-Stop: F/4 Exposure Time: 1/800sec ISO: ISO-140 Focal Length: 300mm
How to implement global exception handling in ASP.Net Core Web API
December 3, 2018
How to implement global exception handling in ASP.Net Core Web API
Exceptions are runtime errors that occur in an application. If they are not handled properly, the running program is terminated.…
SQL tutorial: Learn SQL on MariaDB
December 3, 2018
SQL tutorial: Learn SQL on MariaDB
MariaDB is popular fork of MySQL, founded by Monty Widenius, the main author of the original version of MySQL. As…