PinnedPublished inNerd For TechSetting up NodeJS to make use of Bull Queue and TypescriptJan 4, 20231Jan 4, 20231
PinnedPublished inNerd For TechHow to install mongodb on macOS (Big Sur)MongoDB is a popular NoSQL (not only SQL) database which has seen wide adoption in the industry because of its ease of use and efficiency.Mar 24, 20214Mar 24, 20214
Data structures (part 1) — Binary HeapThe heap data structure — implementation and use caseOct 2, 2024Oct 2, 2024
Published inNerd For TechUseful but not frequently used express propertiesI have been writing NodeJS apps for some time now and in that period, I have used various frameworks including Express, Nest, Koa, etc. I…Apr 9, 2023Apr 9, 2023
Published inNerd For TechHTTP versions and their peculiaritiesHTTP is a protocol used for communication over the internet. It is used for transferring information between a server and a client.Feb 3, 2023Feb 3, 2023
Published inNerd For TechUUIDs — What about them?I recently was thinking about UUID and how easy it must be to implement. The idea (or so I thought) is to select random characters from…Jan 18, 2023Jan 18, 2023
Published inNerd For TechHow does Google Authenticator work?Google Authenticator is one of the applications used in facilitating MFA (multi-factor authentication). MFA is a method of providing…Jan 16, 2023Jan 16, 2023
Published inNerd For TechSSL terminationWhen a client sends a request to the server on a secure website, the request is encrypted for security purposes. This process prevents…Jan 11, 2023Jan 11, 2023
Published inNerd For TechIdempotency in backend servicesWhat does idempotency mean?Jan 10, 2023Jan 10, 2023
Published inNerd For TechUsing EventEmitter in NodeJSNodeJS is often publicised as an event-driven language. According to Wikipedia,Jan 6, 2023Jan 6, 2023