Container ImagesContainer Images are static files containing the necessary resources for creating containers.Mar 14Mar 14
Container ArchitectureCreation and execution of container is enabled using features like namespaces, Cgroups, seccomp, and SELinuxJan 27, 2023Jan 27, 2023
ContainersA container is a set of one or more isolated processes running on an OS, it could be on a VM or directly on the physical hardware. Usually,Jan 19, 20231Jan 19, 20231
Takeaways from Deep Work by Cal Newport“Deep Work” is a book by Cal Newport (www.calnewport.com), a computer science professor at Georgetown University. This book focuses mostly…Dec 20, 2020Dec 20, 2020
Linked ListsA linked list is a sequence of elements. Each element in the linked list contains a value and a pointer to the next element.Dec 4, 2020Dec 4, 2020
ArraysAn array takes a fixed chunk of memory and divides it into equal parts. These parts are accessed using indices.Dec 1, 2020Dec 1, 2020
A Better Way of Reading BooksA way in which you can get most out of what you read.Apr 29, 2020Apr 29, 2020
Published inLinear AlgebraPart 24 : Diagonalization and Similarity of MatricesDiagonalization is a process of converting a n x n square matrix into a diagonal matrix having eigenvalues of first matrix as diagonal…Aug 23, 20191Aug 23, 20191
Published inLinear AlgebraPart 23 : Orthonormal Vectors, Orthogonal Matrices and Hadamard MatrixTwo vector x and y are said to be orthogonal if they are perpendicular to each other i.e. their dot product is 0.Aug 18, 20191Aug 18, 20191
Published inLinear AlgebraPart 22 : Eigenvalues and EigenvectorsWe multiply a vector x with A, we get another vector as a product. If that product vector points in same direction as x, then it will be…Aug 2, 2019Aug 2, 2019