Passwords are like taxes, you simply cannot avoid them. They are the small mental tax you pay when you create a new account or login into an existing account. To…
Many gamers and tech enthusiasts like to tweak their computers, this includes tweaking BIOS Settings. Most overclocking and virtualization are done through BIOS settings. And even if that’s not your…
Technical debt is a topic that pops up often in the IT world. Simply stated, it’s a metaphor for all the shortcuts that you take during development that later on…
Technical debt is a commonly used metaphor in IT, it refers to shortcuts that make work more difficult in the long term. While we hear a lot about it in…
Have you ever noticed that as time passes programming projects become slower and slower? Developers seem reluctant to touch the codebase, features and bug fixes take longer and longer. And…
Technical debt is a common metaphor in software development, taking shortcuts will allow us to ship code faster, but in the long term makes the code harder to change and extend.
LXC a set of tools that provides lightweight virtualization with a shared kernel. LXC containers are an easy way of managing Linux kernel virtual machines
Neuromorphic computing is a novel approach to computing. Using tailor-made hardware, neuromorphic computing can provide power-efficient AI training. We already covered what Neuromorphic computing is and how it works in…
Neuromorphic computing uses hardware-accelerated Spiking Neural Networks to achieve power-efficient AI training.
Service mesh is a networking solution for organizations dealing with microservice proliferation. Simply said, as soon as you go further than a few services, inter-service communication becomes challenging. Service mesh…