Education

Technology education including blogs, best practices, tutorials, eBooks and webinars for developer and enterprise communities.

An In-Depth Explanation of Code Complexity

An In-Depth Explanation of Code Complexity

9
By reducing complexity, we can reduce the number of bugs and defects, along with its lifetime cost. Yet, what exactly is complex code?
PostgreSQL: How to update large tables

PostgreSQL: How to update large tables

0
Updating a large table in PostgreSQL, an advanced open-source database management system, is not straightforward. If you have a table with hundreds...
firstbird use case

Interview with Daniel Pfeiffer, CTO at Firstbird

0
We had a very nice talk with Daniel Pfeiffer, CTO at Firstbird; it was an informal conversation in which we looked to understand the reasons why...
kubernetes

Add a Custom Host to Kubernetes

0
I’ve been working with different MicroK8s instances a lot in the last months. Microk8s, from my point of view, it’s the absolutely perfect abstraction for deploying...
javascript checkers

Deciphering Javascript Checkers: Know Why and When You Might Use Them

0
We’re all familiar with rules of grammar, which aid in communication by letting us know when to use a comma, how to spell a...