Byteintellect

  • Home
database-internals

Meaning of ACID

We all know that guarantees provided by Transactions are often describe by the well-known acronym ACID, which stands for Atomicity…

  • Kumar D
    Kumar D
4 MIN READ
miscellaneous

feedback loop and it's importance

A tale of two friends In order to make the purpose of this blog a little easier to understand, let’s consider two people Foo and Bar (pardon…

  • Kumar D
    Kumar D
4 MIN READ
miscellaneous

Continuous integration with argo-events

Background Microservices have taken the world by storm, every new organisation these days primarily aim to use the microservice architecture…

  • Kumar D
    Kumar D
7 MIN READ
miscellaneous

service definitions with protocol buffers

We’ve all had those days when we defined our API contracts in a file and shared it with the client folks. This approach to sharing the…

  • Kumar D
    Kumar D
6 MIN READ
miscellaneous

object allocations in golang

A Tale of two memories We as programmers are aware that every program is associated with two kinds of memories Stack Memory - Gets…

  • Kumar D
    Kumar D
9 MIN READ
miscellaneous

building and running c++ programs

Given a problem which we are trying to solve, we software developers/programmers ultimately have to write code. This task can be…

  • Kumar D
    Kumar D
12 MIN READ
miscellaneous

Hash tables and hash functions

We use hash maps/dictionaries in our day to day programming jobs, they are kind of a very fundamental data structure which when used…

  • Kumar D
    Kumar D
11 MIN READ
distributed-systems

Trouble with distributed systems - Process pauses

This is a continuation for the write up at Trouble with Distributed Systems - Part 2, which focused on Issues with Time, the current write…

  • Kumar D
    Kumar D
8 MIN READ
miscellaneous

Pattern matching

As computer science students/professionals, when we hear the term pattern matching, the first thing which comes to mind, is the tricky…

  • Kumar D
    Kumar D
8 MIN READ
single-sign-on

Single Sign On with SAML

If you’ve worked with any B2B firms who provide Software as a services to clients in a multi tenanted environment, you might have heard of…

  • Kumar D
    Kumar D
10 MIN READ
Byteintellect © 2025
Latest PostsLinkedInTwitter