<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Contextify</title><description>A tech blog featuring tutorials, guides, and insights on web development, programming languages, and software engineering best practices.</description><link>https://contextify.dev/</link><language>en-us</language><lastBuildDate>Sun, 12 Apr 2026 11:57:09 GMT</lastBuildDate><managingEditor>Kunal Saini</managingEditor><item><title>Golang Basics and Concurrency: A Practical Guide</title><link>https://contextify.dev/blog/golang-basics-concurrency</link><guid isPermaLink="true">https://contextify.dev/blog/golang-basics-concurrency</guid><description>Explore the fundamentals of Go programming language and its powerful concurrency model with practical examples.</description><pubDate>Sun, 02 Mar 2025 00:00:00 GMT</pubDate><content:encoded>Explore the fundamentals of Go programming language and its powerful concurrency model with practical examples.&lt;p&gt;Topics: golang, go, concurrency, basics&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/golang-generic-mini.jpg&quot; alt=&quot;Golang Basics and Concurrency: A Practical Guide&quot; /&gt;</content:encoded><category>golang</category><category>go</category><category>concurrency</category><category>basics</category></item><item><title>Background Queue Process in Node.js with Redis</title><link>https://contextify.dev/blog/background-queue-in-nodejs</link><guid isPermaLink="true">https://contextify.dev/blog/background-queue-in-nodejs</guid><description>A guide to build background queues in nodejs using redis to communicate with a worker process</description><pubDate>Wed, 22 May 2024 00:00:00 GMT</pubDate><content:encoded>A guide to build background queues in nodejs using redis to communicate with a worker process&lt;p&gt;Topics: nodejs, redis, worker&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/nodejs-sandbox.jpg&quot; alt=&quot;Background Queue Process in Node.js with Redis&quot; /&gt;</content:encoded><category>nodejs</category><category>redis</category><category>worker</category></item><item><title>Caching Strategies in AWS Lambda with Go</title><link>https://contextify.dev/blog/caching-strategies-aws-lambda-golang</link><guid isPermaLink="true">https://contextify.dev/blog/caching-strategies-aws-lambda-golang</guid><description>A Comprehensive Guide to implementation strategies for AWS Lambda in Golang.</description><pubDate>Sun, 24 Mar 2024 00:00:00 GMT</pubDate><content:encoded>A Comprehensive Guide to implementation strategies for AWS Lambda in Golang.&lt;p&gt;Topics: golang, go, aws lambda, aws&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/golang-generic-mini.jpg&quot; alt=&quot;Caching Strategies in AWS Lambda with Go&quot; /&gt;</content:encoded><category>golang</category><category>go</category><category>aws lambda</category><category>aws</category></item><item><title>Install Docker on Amazon Linux 2023</title><link>https://contextify.dev/blog/install-docker-amazon-linux-2023</link><guid isPermaLink="true">https://contextify.dev/blog/install-docker-amazon-linux-2023</guid><description>Docker, a popular platform for containerization, enables developers to create, deploy, and run applications in isolated environments called containers. In this article, how to Install Docker on AWS Amazon Linux 2023.</description><pubDate>Thu, 24 Aug 2023 00:00:00 GMT</pubDate><content:encoded>Docker, a popular platform for containerization, enables developers to create, deploy, and run applications in isolated environments called containers. In this article, how to Install Docker on AWS Amazon Linux 2023.&lt;p&gt;Topics: AWS, Amazon Linux 2023, Docker&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/docker-amazon-linux-2023.jpg&quot; alt=&quot;Install Docker on Amazon Linux 2023&quot; /&gt;</content:encoded><category>AWS</category><category>Amazon Linux 2023</category><category>Docker</category></item><item><title>Install Docker on Amazon Linux 2</title><link>https://contextify.dev/blog/install-docker-amazon-linux</link><guid isPermaLink="true">https://contextify.dev/blog/install-docker-amazon-linux</guid><description>Docker, a popular platform for containerization, enables developers to create, deploy, and run applications in isolated environments called containers. In this article, how to Install Docker on AWS Amazon Linux 2.</description><pubDate>Thu, 13 Jul 2023 00:00:00 GMT</pubDate><content:encoded>Docker, a popular platform for containerization, enables developers to create, deploy, and run applications in isolated environments called containers. In this article, how to Install Docker on AWS Amazon Linux 2.&lt;p&gt;Topics: AWS, Amazon Linux 2, Docker&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/docker-amazon-linux.jpg&quot; alt=&quot;Install Docker on Amazon Linux 2&quot; /&gt;</content:encoded><category>AWS</category><category>Amazon Linux 2</category><category>Docker</category></item><item><title>Step-by-Step Guide: Installing Microsoft Edge on Ubuntu</title><link>https://contextify.dev/blog/install-microsoft-edge-ubuntu</link><guid isPermaLink="true">https://contextify.dev/blog/install-microsoft-edge-ubuntu</guid><description>Microsoft Edge has built in AI-powered features that enhance your browsing experience including a side-by-side view making it easier and faster to shop, get in-depth answers, summarize information, or discover new inspiration to build upon, all without leaving your browser or switching tabs. In this article, how to Install Microsoft Edge Browser on Ubuntu is explained.</description><pubDate>Thu, 13 Jul 2023 00:00:00 GMT</pubDate><content:encoded>Microsoft Edge has built in AI-powered features that enhance your browsing experience including a side-by-side view making it easier and faster to shop, get in-depth answers, summarize information, or discover new inspiration to build upon, all without leaving your browser or switching tabs. In this article, how to Install Microsoft Edge Browser on Ubuntu is explained.&lt;p&gt;Topics: Ubuntu, Microsoft Edge&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/install-edge-ubuntu.jpg&quot; alt=&quot;Step-by-Step Guide: Installing Microsoft Edge on Ubuntu&quot; /&gt;</content:encoded><category>Ubuntu</category><category>Microsoft Edge</category></item><item><title>JSON Web Tokens (JWT): A Comprehensive Guide</title><link>https://contextify.dev/blog/what-is-json-web-tokens</link><guid isPermaLink="true">https://contextify.dev/blog/what-is-json-web-tokens</guid><description>A comprehensive guide to JSON Web Tokens (JWT). Understand the header, payload, and signature structure, when to use JWTs for authentication, and how to implement them securely.</description><pubDate>Thu, 13 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A comprehensive guide to JSON Web Tokens (JWT). Understand the header, payload, and signature structure, when to use JWTs for authentication, and how to implement them securely.&lt;p&gt;Topics: jwt&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/jwt-banner.jpg&quot; alt=&quot;JSON Web Tokens (JWT): A Comprehensive Guide&quot; /&gt;</content:encoded><category>jwt</category></item><item><title>Cast JSON Object to TypeScript Class</title><link>https://contextify.dev/blog/cast-json-object-to-typescript-class</link><guid isPermaLink="true">https://contextify.dev/blog/cast-json-object-to-typescript-class</guid><description>A Comprehensive Guide to cast json object to TypeScript Class.</description><pubDate>Thu, 06 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A Comprehensive Guide to cast json object to TypeScript Class.&lt;p&gt;Topics: javascript, TypeScript, basics&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/ts-generic.jpg&quot; alt=&quot;Cast JSON Object to TypeScript Class&quot; /&gt;</content:encoded><category>javascript</category><category>TypeScript</category><category>basics</category></item><item><title>Next.js Introduction: Getting Started with Examples</title><link>https://contextify.dev/blog/nextjs-introduction</link><guid isPermaLink="true">https://contextify.dev/blog/nextjs-introduction</guid><description>A beginner-friendly introduction to Next.js — the React framework for production. Learn server-side rendering, static generation, routing, and API routes with hands-on examples.</description><pubDate>Thu, 06 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A beginner-friendly introduction to Next.js — the React framework for production. Learn server-side rendering, static generation, routing, and API routes with hands-on examples.&lt;p&gt;Topics: react, nextjs&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/nextjs-intro.jpg&quot; alt=&quot;Next.js Introduction: Getting Started with Examples&quot; /&gt;</content:encoded><category>react</category><category>nextjs</category></item><item><title>Basics of Node.js: A Comprehensive Introduction</title><link>https://contextify.dev/blog/basics-node-js</link><guid isPermaLink="true">https://contextify.dev/blog/basics-node-js</guid><description>A comprehensive introduction to Node.js — learn the event loop, modules, async programming, and how to build your first server-side JavaScript application from scratch.</description><pubDate>Tue, 04 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A comprehensive introduction to Node.js — learn the event loop, modules, async programming, and how to build your first server-side JavaScript application from scratch.&lt;p&gt;Topics: javascript, nodejs, basics&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/nodejs-basics.jpg&quot; alt=&quot;Basics of Node.js: A Comprehensive Introduction&quot; /&gt;</content:encoded><category>javascript</category><category>nodejs</category><category>basics</category></item><item><title>React Loop JSX Iterations: A Comprehensive Guide</title><link>https://contextify.dev/blog/react-loop-jsx-iterations</link><guid isPermaLink="true">https://contextify.dev/blog/react-loop-jsx-iterations</guid><description>A comprehensive guide to looping and iterating in React JSX. Learn how to use map, filter, and reduce to render dynamic lists, nested components, and conditional elements.</description><pubDate>Tue, 04 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A comprehensive guide to looping and iterating in React JSX. Learn how to use map, filter, and reduce to render dynamic lists, nested components, and conditional elements.&lt;p&gt;Topics: react, jsx, iterations&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/react-jsx-loop.jpg&quot; alt=&quot;React Loop JSX Iterations: A Comprehensive Guide&quot; /&gt;</content:encoded><category>react</category><category>jsx</category><category>iterations</category></item><item><title>Rust Programming: A Beginner&apos;s Guide with Examples</title><link>https://contextify.dev/blog/rust-basics</link><guid isPermaLink="true">https://contextify.dev/blog/rust-basics</guid><description>A beginner&apos;s guide to Rust programming with practical examples. Understand ownership, borrowing, structs, enums, and pattern matching — the core concepts that make Rust safe and fast.</description><pubDate>Tue, 04 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A beginner&apos;s guide to Rust programming with practical examples. Understand ownership, borrowing, structs, enums, and pattern matching — the core concepts that make Rust safe and fast.&lt;p&gt;Topics: rust, basics&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/rust-basics.jpg&quot; alt=&quot;Rust Programming: A Beginner&apos;s Guide with Examples&quot; /&gt;</content:encoded><category>rust</category><category>basics</category></item><item><title>String Concatenation in Go: A Comprehensive Guide</title><link>https://contextify.dev/blog/string-concatenation-in-golang-guide</link><guid isPermaLink="true">https://contextify.dev/blog/string-concatenation-in-golang-guide</guid><description>A comprehensive guide to string concatenation in Go. Compare the + operator, fmt.Sprintf, strings.Builder, and bytes.Buffer with benchmarks and best practices for high-performance code.</description><pubDate>Tue, 04 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A comprehensive guide to string concatenation in Go. Compare the + operator, fmt.Sprintf, strings.Builder, and bytes.Buffer with benchmarks and best practices for high-performance code.&lt;p&gt;Topics: golang, string concatenation&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/golang-generic.jpg&quot; alt=&quot;String Concatenation in Go: A Comprehensive Guide&quot; /&gt;</content:encoded><category>golang</category><category>string concatenation</category></item><item><title>How to implement google one-tap login with javascript and firebase</title><link>https://contextify.dev/blog/google-one-tap-login-firebase</link><guid isPermaLink="true">https://contextify.dev/blog/google-one-tap-login-firebase</guid><description>A guide that explains how to implement google one-tap login using firebase in javascript</description><pubDate>Mon, 03 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A guide that explains how to implement google one-tap login using firebase in javascript&lt;p&gt;Topics: javascript, firebase, google, one-tap login&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/google-one-tap-firebase.jpg&quot; alt=&quot;How to implement google one-tap login with javascript and firebase&quot; /&gt;</content:encoded><category>javascript</category><category>firebase</category><category>google</category><category>one-tap login</category></item><item><title>Find a value in JavaScript array</title><link>https://contextify.dev/blog/find-in-array-javascript</link><guid isPermaLink="true">https://contextify.dev/blog/find-in-array-javascript</guid><description>A guide that explains how to find a value in JavaScript array.</description><pubDate>Sun, 02 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A guide that explains how to find a value in JavaScript array.&lt;p&gt;Topics: javascript, array&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/javascript-generic.jpg&quot; alt=&quot;Find a value in JavaScript array&quot; /&gt;</content:encoded><category>javascript</category><category>array</category></item><item><title>Handle UUID mongo query in golang</title><link>https://contextify.dev/blog/handle-uuid-query-golang</link><guid isPermaLink="true">https://contextify.dev/blog/handle-uuid-query-golang</guid><description>A guide that explains how to handle CSUUID mongo query in Golang.</description><pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate><content:encoded>A guide that explains how to handle CSUUID mongo query in Golang.&lt;p&gt;Topics: golang, uuid, csharp&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/mongo-golang-uuid.jpg&quot; alt=&quot;Handle UUID mongo query in golang&quot; /&gt;</content:encoded><category>golang</category><category>uuid</category><category>csharp</category></item><item><title>Installing Go on a Mac</title><link>https://contextify.dev/blog/installing-go-on-a-mac</link><guid isPermaLink="true">https://contextify.dev/blog/installing-go-on-a-mac</guid><description>In this article, I am going to show you how to install &amp; setup Go (Golang) on Mac and also setup/configure VS Code for writing Go (Golang) code.</description><pubDate>Fri, 30 Jun 2023 00:00:00 GMT</pubDate><content:encoded>In this article, I am going to show you how to install &amp; setup Go (Golang) on Mac and also setup/configure VS Code for writing Go (Golang) code.&lt;p&gt;Topics: go&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/golang-basics.png&quot; alt=&quot;Installing Go on a Mac&quot; /&gt;</content:encoded><category>go</category></item><item><title>What is Sandbox and How to create one in NodeJs</title><link>https://contextify.dev/blog/node-sandbox</link><guid isPermaLink="true">https://contextify.dev/blog/node-sandbox</guid><description>Article explains what is sandbox and how to crate a sandbox environment in NodeJs</description><pubDate>Fri, 30 Jun 2023 00:00:00 GMT</pubDate><content:encoded>Article explains what is sandbox and how to crate a sandbox environment in NodeJs&lt;p&gt;Topics: nodejs&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/nodejs-sandbox.jpg&quot; alt=&quot;What is Sandbox and How to create one in NodeJs&quot; /&gt;</content:encoded><category>nodejs</category></item><item><title>How to compare dates in JavaScript</title><link>https://contextify.dev/blog/how-to-compare-dates-in-javascript</link><guid isPermaLink="true">https://contextify.dev/blog/how-to-compare-dates-in-javascript</guid><description>How to compare dates in JavaScript natively using the Date Object, without using any third-party libraries.</description><pubDate>Thu, 29 Jun 2023 00:00:00 GMT</pubDate><content:encoded>How to compare dates in JavaScript natively using the Date Object, without using any third-party libraries.&lt;p&gt;Topics: javascript&lt;/p&gt;&lt;img src=&quot;https://contextify.dev/images/javascript-logo-banner.jpg&quot; alt=&quot;How to compare dates in JavaScript&quot; /&gt;</content:encoded><category>javascript</category></item></channel></rss>