iMasters.com - Knowledge for Developers.
Follow Us
Home Archive 4 Columns

Archive 4 Columns

Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet

BackendCloud & Infra

How Grafana management can help developers improve monitoring

Surely you who work with application development must have heard about – or already use – Grafana, an Opensource tool that uses virtual...

Cloud & Infra

What is the potential of Software Delivery for companies

Companies that invest in software to improve operations enjoy a significant competitive advantage in the market. This technological maturity is becoming essential, but...

BackendFrontend

Best practices you can use when making your commits

See in this article some of the good practices that you can use when giving your commits The idea of ​​this post is...

Cloud & Infra

Clouded Crystal Ball: Looking Beyond Cloud TCO Calculators

Each major cloud provider (AWS, Azure, and GCP) has an online calculator designed to help organizations estimate the total cost of ownership (TCO)...

Backend

How to solve memory leaks in maps

One of the most common ways to cache Go applications is by using a map. If you already did this, you may have...

Backend

How to implement a function using context

In this post, we will implement a function that uses context. In the calling example, I will use the WithTimeout context. In this...

Backend

How Uber Optimizes the Timing of Push Notifications using ML and Linear Programming

*Authored by Uber Engineering. Vinay Sharma, Rémi Torracinta, Giacomo Lamberti and Britton Overall. Introduction Push notifications are an integral channel for Uber Eats...

Backend

Axios Interceptors Tutorial

Axios is, without a doubt, the most popular HTTP client in the JavaScript world, and I dare say it is more popular even...

Backend

Nearest Neighbor Artificial Intelligence with PHP

Have you ever heard of the nearest neighbor? In my studies of Artificial Intelligence, this was the first thing (I don’t remember the...

Backend

Agile methodologies adoption in I.T. can make a difference in a world of rapid changes

Gradually, IT ceased to be a support area to become a critical factor for the success of virtually all organizations. The “heat” of...

Security

Why CISOs are making API security a top priority

A CISO’s mission is to enable the company to advance key growth initiatives while reducing risk. To do this, they must continually assess...

Backend

Why I like Go’s error handling

One of the most controversial issues in the Go language is how to handle errors. I remember when I started working with the...