<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Khaled Garbaya - Today I Learned</title><description>Quick tips, tricks, and learnings from my daily work as an engineering leader and developer.</description><link>https://khaledgarbaya.net/</link><language>en-us</language><copyright>Copyright 2026 Khaled Garbaya</copyright><managingEditor>Khaled Garbaya</managingEditor><webMaster>Khaled Garbaya</webMaster><generator>Astro</generator><item><title>Numbered Bookmarks in VS Code</title><link>https://khaledgarbaya.net/til/numbered-bookmarks-in-vscode/</link><guid isPermaLink="true">https://khaledgarbaya.net/til/numbered-bookmarks-in-vscode/</guid><description>Numbered bookmarks will allow us to select a block of code, bookmark it and easily navigate back to it using the bookmark number.</description><pubDate>Thu, 26 Sep 2024 00:00:00 GMT</pubDate><author>Khaled Garbaya</author><content:encoded>Numbered bookmarks will allow us to select a block of code, bookmark it and easily navigate back to it using the bookmark number.</content:encoded><category>vscode</category></item><item><title>Tailwindcss: How to make a Gird with card of the same height</title><link>https://khaledgarbaya.net/til/cards-of-same-grid-in-tailwindcss/</link><guid isPermaLink="true">https://khaledgarbaya.net/til/cards-of-same-grid-in-tailwindcss/</guid><description>How to make a grid with cards of the same height using Tailwindcss. In this post, we will explore how to create a responsive grid layout with cards that have the same height using Tailwindcss.</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate><author>Khaled Garbaya</author><content:encoded>How to make a grid with cards of the same height using Tailwindcss. In this post, we will explore how to create a responsive grid layout with cards that have the same height using Tailwindcss.</content:encoded><category>tailwindcss</category><category>css</category></item><item><title>Javascript proxies</title><link>https://khaledgarbaya.net/til/javascript-proxies/</link><guid isPermaLink="true">https://khaledgarbaya.net/til/javascript-proxies/</guid><description>Javascript proxies are a powerful feature that allows you to intercept and customize operations on objects. In this post, we will explore what proxies are and how to use them.</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate><author>Khaled Garbaya</author><content:encoded>Javascript proxies are a powerful feature that allows you to intercept and customize operations on objects. In this post, we will explore what proxies are and how to use them.</content:encoded><category>javascript</category><category>proxies</category></item><item><title>Show More Lines in a Node.js Error Stack Trace</title><link>https://khaledgarbaya.net/til/show-more-lines-in-a-node-js-error-stack-trace/</link><guid isPermaLink="true">https://khaledgarbaya.net/til/show-more-lines-in-a-node-js-error-stack-trace/</guid><description>Learn how to show more lines in a Node.js error stack trace by setting the `Error.stackTraceLimit` property. This can be useful for debugging and understanding the context of an error.</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate><author>Khaled Garbaya</author><content:encoded>Learn how to show more lines in a Node.js error stack trace by setting the `Error.stackTraceLimit` property. This can be useful for debugging and understanding the context of an error.</content:encoded><category>nodejs</category><category>debugging</category></item></channel></rss>