iMasters.com - Knowledge for Developers.
Follow Us
Home Archive main grid

Archive main grid

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

Data & AI

DeepETA: How Uber Predicts Arrival Times Using Deep Learning

*Authored by Uber Engineering, with Xinyu Hu, Olcay Cirit, Tanmay Binaykiya and Ramit Hora. At Uber, magical customer experiences depend on accurate...

Data & AI

Capacity Recommendation Engine: Throughput and Utilization Based Predictive Scaling

*Authored by Uber Engineering. Shu-Ming Peng, Jianing He and Ranjib Dey Introduction Capacity is a key component of reliability. Uber’s services require enough...

Backend

Putting your site in multiple languages ​​with .NETCore Web Razor and Globalization

Do you want to make your site work in several languages ​​automatically? Then read on.I advise you also to do the example reported...

Cloud & Infra

Mob Programming Immersion. Experiment it your team!

A full week of mob programming with 8 teams fully immersed I have been advocating for mob programming for a long time ago....

Security

Best cybersecurity practices should integrate the entire code and application development cycle.

Internet security has been hotly debated in recent years. Users began to give more importance to the topic as they began to understand...

BackendFrontend

How can the developer benefit from low code technologies?

One of the biggest myths in the area of ​​application development is that tools like low-code and no-code add little to the work...

Cloud & Infra

Three Drawbacks of a Long-term Hybrid IT Model

With today’s businesses increasingly relying on public cloud services such as AWS, Microsoft Azure or Google Cloud Platform, there is an inevitable transition...

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...

Frontend

TypeScript: Tuples

For those unfamiliar with Tuples, they represent a simple array-like data structure. The big difference between the two is that in arrays we...