iMasters.com - Knowledge for Developers.
Follow Us
Home Archive classic

Archive classic

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

Backend

Implementing the Specification pattern in Node.js with TypeScript

The Specification pattern is a software design pattern that allows you to define business rules in a readable and reusable format. It...

Backend

How to find out client and server IP using Golang

Recently I ran into an interesting problem. I needed to upload a small REST service to manage some hardware: all without human...

Backend

The X of Xamarin.Forms—Overflow, OverFlower

Hey guys, what’s shaking? As you know, I like plugins and controls for Xamarin.Forms. Besides solving difficulties in some implementations, we always...

Backend

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

Backend

What is SOLID?

SOLID is an acronym that stands for five principles in object-oriented software design: Single ResponsabilityOpen-ClosedLiskov SubstitutionInterface SegregationDependency Inversion Principle Although Go is...