IT topics

Here Alot Of best IT topics

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…
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…
What’s new in AWS Lambda

What’s new in AWS Lambda

What’s new in AWS Lambda November 2018 release Amazon Web Services has fitted its AWS Lambda serverless computing platform with…
Don’t let AWS Re:Invent blind you to your real cloud needs

Don’t let AWS Re:Invent blind you to your real cloud needs

I went to Amazon’s AWS Re:Invent trade show this week for the first time ever. It’s more of a place…
Do more with R: Quick lookup tables using named vectors

Do more with R: Quick lookup tables using named vectors

What’s the state abbreviation for Arkansas? Is it AR? AK? AS? Maybe you’ve got a data frame with the information.…
State of JavaScript: ECMAScript 6 rules

State of JavaScript: ECMAScript 6 rules

The year 2018 has been a calm one for JavaScript, with ECMAScript 6 remaining the top variant of the scripting…
Why developers shouldn’t just dismiss low-code platforms

Why developers shouldn’t just dismiss low-code platforms

The business need for new applications has never been greater, and IT departments are being asked to find faster and…
Asynchronous JavaScript: Callbacks and promises explained

Asynchronous JavaScript: Callbacks and promises explained

Dealing with asynchronous code, meaning code that doesn’t execute immediately like web requests or timers, can be tricky. JavaScript gives…
AWS piles on the machine learning services

AWS piles on the machine learning services

Amazon has unveiled a boatload of new machine learning services for AWS. The new offerings include AI services for developers,…
AWS adds blockchain and time-series databases

AWS adds blockchain and time-series databases

Amazon has spent more than a decade trying to free itself of Oracle’s “one database to rule them all” approach,…
Rust language is too hard to learn and use, says user survey

Rust language is too hard to learn and use, says user survey

A new survey of the Rust user community, conducted by the Rust language team, shows growing interest in the language…
How to build a Redis Streams application

How to build a Redis Streams application

Redis Streams is a new Redis data structure that allows you to manage data channels between producers and consumers. In…
Rust tutorial: Get started with the Rust language

Rust tutorial: Get started with the Rust language

Over the last couple of years, Rust has gone from a curiosity brewed up in the lab of a Mozilla…
What’s new in Angular: Version 7.1 arrives

What’s new in Angular: Version 7.1 arrives

Version 7.1 of Angular, Google’s popular JavaScript framework for building mobile and desktop applications, is now available, with an improvement…
Back to top button