Home Tags Programming

Tag: Programming

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

MikroORM 4.1: Let’s talk about performance from DailyJS – Medium

0
I just shipped version 4.1 of MikroORM, the TypeScript ORM for Node.js, and I feel like this particular release deserves a bit more attention...

Tools, projects, and examples for FeathersJS developers in 2020 from DailyJS...

0
As any JavaScript framework community grows, it becomes difficult to navigate which avenues developers have to look for solutions to problems they have encountered....

How we debug Feathers APIs using Postman from DailyJS – Medium

0
At Aquil.io, developing APIs and collaborating with clients walk hand in hand. Communication is essential in any consulting environment, and explaining information about a...

An Introduction to testing in Javascript from DailyJS – Medium

0
Today, we are going to discuss testing in Javascript and help you in starting your journey towards understanding and mastering it.Continue reading on DailyJS...

TypeScript 3.0 is finally released with ‘improved errors’, editor productivity and...

0
It’s finally here! Microsoft just released the latest version of their favorite web development language almost 2 years after TypeScript 2.0 was announced. TypeScript...

CMake 3.12.0 releases!

0
CMake 3.12.0 is now available for download. The new release includes changes in generators, command lines, variables, modules and other updates. Let’s have a look...

8 Reasons why architects love API driven architecture

0
Everyday, we see a new architecture popping up, being labeled as a modern architecture for application development. That’s what happened with Microservices in the...

Java Multithreading: How to synchronize threads to implement critical sections and...

0
One of the most common situations in concurrent programming occurs when more than one execution thread shares a resource. In a concurrent application, it...

Abandoning Agile

2
“We’re Agile”. That’s the kind of phrase I would expect from a football team, a troupe of ballet dancers or maybe a martial artist. Everytime...