Featured

Featured posts

What’s new in Rust 1.31

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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…
Back to top button