-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
75 lines (75 loc) · 7.88 KB
/
index.xml
File metadata and controls
75 lines (75 loc) · 7.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Wave Delight</title>
<link>https://itzdm.github.io/</link>
<description>Recent content on Wave Delight</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 08 Feb 2024 14:56:41 +0530</lastBuildDate>
<atom:link href="https://itzdm.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Supercharge Your PC Experience with Windows Shortcuts! 🚀</title>
<link>https://itzdm.github.io/useful-windows-command/</link>
<pubDate>Thu, 08 Feb 2024 14:56:41 +0530</pubDate>
<guid>https://itzdm.github.io/useful-windows-command/</guid>
<description>Welcome to the world of quick and easy! If you&rsquo;re a Windows user, buckle up for a ride through the land of keyboard shortcuts—your ticket to a faster and more enjoyable computing experience. These shortcuts aren&rsquo;t just for tech wizards; they&rsquo;re for everyone who wants to get things done with a simple key press. Let&rsquo;s dive into the shortcuts that will turbocharge your Windows journey!
1. Basic Navigation: Windows Key: Opens or closes the Start Menu.</description>
</item>
<item>
<title>Supercharge Your Coding: Essential Visual Studio Code Shortcuts 🚀</title>
<link>https://itzdm.github.io/useful-vscode-shortcut/</link>
<pubDate>Thu, 01 Feb 2024 15:08:53 +0530</pubDate>
<guid>https://itzdm.github.io/useful-vscode-shortcut/</guid>
<description>Welcome, fellow developers! If you&rsquo;re a coder who spends a significant amount of time in Visual Studio Code, you know the importance of efficiency and speed in your workflow. One of the keys to mastering VS Code is harnessing the power of keyboard shortcuts. In this blog post, we&rsquo;ll explore some of the most useful and time-saving shortcuts that will supercharge your coding experience.
1. Basic Navigation: Ctrl + P: Quickly open files by name.</description>
</item>
<item>
<title>Mastering the Terminal: A Beginner Guide to Basic Commands 🚀</title>
<link>https://itzdm.github.io/basic-command-blog/</link>
<pubDate>Mon, 29 Jan 2024 13:14:28 +0530</pubDate>
<guid>https://itzdm.github.io/basic-command-blog/</guid>
<description>The terminal, often referred to as the command line or shell, is a powerful tool that allows users to interact with their computer through text commands. For beginners, the terminal might seem intimidating, but fear not! In this guide, we&rsquo;ll walk you through some basic terminal commands that will help you become a command line maestro in no time. 🎩✨
1. Navigating the File System 📂 pwd - Print Working Directory The pwd command displays the current directory path.</description>
</item>
<item>
<title>Boost Your Full Stack Development: Top VS Code Extension You need to Use in 2024! 🚀</title>
<link>https://itzdm.github.io/vscode-extension-for-fullstack-dev/</link>
<pubDate>Fri, 05 Jan 2024 23:25:45 +0530</pubDate>
<guid>https://itzdm.github.io/vscode-extension-for-fullstack-dev/</guid>
<description>Visual Studio Code (VS Code) is like a superhero for coders! It helps us write code better, faster, and with fewer mistakes.There are cool tools, called extensions, making VS Code even more awesome. Let&rsquo;s check out some of these extension that can make coding feel like a breeze!
1- ESLint 🚨. What it does: ESLint is like a superhero teacher. It checks our code and tells us if there&rsquo;s something wrong.</description>
</item>
<item>
<title>Choosing the Right Language for AI Development: Python 🐍 vs. Rust 🦀 ?</title>
<link>https://itzdm.github.io/python-or-rust-for-ai/</link>
<pubDate>Thu, 28 Dec 2023 16:43:29 +0530</pubDate>
<guid>https://itzdm.github.io/python-or-rust-for-ai/</guid>
<description>When you&rsquo;re making cool stuff with computers, like smart programs or robots, you need to choose the right computer language. Two languages that people use a lot for this are Python and Rust. Let&rsquo;s look at what makes each of them special and help you decide which one might be better for your project.
Python for AI 🐍. Python is like the friendly neighborhood wizard of AI. 🧙♂️ Here&rsquo;s why:</description>
</item>
<item>
<title>A Comprehensive Guide to Becoming a Full Stack JavaScript Developer in 2024 🚀</title>
<link>https://itzdm.github.io/js-fullstack-developer-2024/</link>
<pubDate>Mon, 25 Dec 2023 17:57:54 +0530</pubDate>
<guid>https://itzdm.github.io/js-fullstack-developer-2024/</guid>
<description>The world of technology is ever-evolving, and as we step into 2024, the demand for skilled Full Stack JavaScript Developers continues to soar. Whether you&rsquo;re a seasoned developer looking to expand your skill set or a newcomer eager to enter the industry, this comprehensive guide will walk you through the essential steps to become a proficient Full Stack JavaScript Developer in 2024.
Step 1: Master the Fundamentals 💡 Before diving into the complexities of full-stack development, ensure you have a strong foundation in core web technologies.</description>
</item>
<item>
<title>Tailwind CSS vs. SCSS : A Comprehensive Comparison 🎨💡</title>
<link>https://itzdm.github.io/tailwind-vs-scss/</link>
<pubDate>Wed, 20 Dec 2023 17:37:45 +0530</pubDate>
<guid>https://itzdm.github.io/tailwind-vs-scss/</guid>
<description>Choosing the right styling approach for your web development project can significantly impact your workflow and the maintainability of your code. In this blog post, we&rsquo;ll compare two popular styling options: Tailwind CSS and SCSS (Sass). Let&rsquo;s dive into the world of utility-first and preprocessor-based styling!
Tailwind CSS: 🚀 Overview Tailwind CSS takes a unique utility-first approach. It provides a set of low-level utility classes that you can apply directly in your HTML, allowing for rapid development and easy customization.</description>
</item>
<item>
<title>🚀 Exploring Amazing Websites with HTMX</title>
<link>https://itzdm.github.io/amazing-htmx/</link>
<pubDate>Tue, 19 Dec 2023 16:50:34 +0530</pubDate>
<guid>https://itzdm.github.io/amazing-htmx/</guid>
<description>Hey there! Ever wondered how websites can do cool stuff without refreshing the whole page? That&rsquo;s where HTMX comes in. It&rsquo;s like magic for websites, making them dynamic and fun. Let&rsquo;s dive into the basics without the tech jargon!
🤔 What&rsquo;s HTMX? HTMX is like a special tool for website creators. It helps them make websites more interesting without making things complicated. Instead of lots of confusing code, HTMX lets them do cool things using simple words in their website&rsquo;s recipe (HTML).</description>
</item>
<item>
<title>React.js or Next.js: Choosing the Right Framework for Your Project in 2024 !</title>
<link>https://itzdm.github.io/react-or-next-in-2024/</link>
<pubDate>Mon, 18 Dec 2023 14:51:41 +0530</pubDate>
<guid>https://itzdm.github.io/react-or-next-in-2024/</guid>
<description>As we step into 2024, the world of web development continues to evolve, and developers are faced with the ever-important decision of selecting the right tools for their projects. In the realm of JavaScript libraries and frameworks, React.js and Next.js have been stalwarts, empowering developers to build modern and dynamic user interfaces. In this blog post, we&rsquo;ll delve into the comparison of React.js and Next.js, exploring their strengths and use cases to help you make an informed decision for your projects in 2024.</description>
</item>
</channel>
</rss>