Anit Shrestha
Anit Shrestha
# POSIX  Standards are what make my computer able to communicate with yours, they make websites render the same on our respective computers, they allow our computers to interpret...
# Inter-Process Communication (IPC) In computer science, inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data....
# mmap "In computing, mmap is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements demand paging...
Observability Is Also Programmed Yury Niño Roa Cloud Infrastructure Engineer @Google Observability-as-Code [OaC] is a set of practices that allow develop, deploy, test and share observability assets such as detectors,...
Simplify and Accelerate Kubernetes Adoption https://live.infoq.com/live2022/presentation/simplify-and-accelerate-kubernetes-adoption Without a clear and comprehensive strategy, Kubernetes deployments might suffer many operational challenges, including security, stability, resilience, upgradeability, and governance. Join today’s InfoQ panel...
Structured data — typically categorized as quantitative data — is highly organized and easily decipherable. Structured query language (SQL) is the programming language used to manage structured data. By using...
Unstructured data, typically categorized as qualitative data, cannot be processed and analyzed via conventional data tools and methods. Since unstructured data does not have a predefined data model, it is...
Semi-structured data (e.g., JSON, CSV, XML) is the “bridge” between structured and unstructured data. It does not have a predefined data model and is more complex than structured data, yet...
# The future of data Recent developments in [artificial intelligence](https://www.ibm.com/cloud/learn/what-is-artificial-intelligence) (AI) and machine learning (ML) are driving the future wave of data, which is enhancing business intelligence and advancing industrial...
# Quality Metrics From CodeClimate - https://docs.codeclimate.com/docs ### Churn This churn metric is approximately the number of times a file has changed in the last 90 days, calculated by counting...