Published onJune 29, 2021 ☕️ 2 min readGit Fetch vs Pull: What's the Difference Between the Git Fetch and Git Pull Commands?GITGitHub
Published onJune 26, 2021 ☕️ 2 min readDockerDevOpsDocker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
Published onJune 16, 2021 ☕️ 3 min readMemozNPMMemoz is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported, Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Published onJune 15, 2021 ☕️ 3 min readCallback Functions In JavaScriptjavascriptIn computer programming, a callback, also known as a “call-after” function, is any executable code that is passed as an argument to other code