<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>AstroNova</title><description>Modern blog built with Astro and Tailwind CSS</description><link>https://nova.encorexin.online/</link><language>en-us</language><item><title>Building a Progressive Web App with Astro: Offline-First Experience</title><link>https://nova.encorexin.online/blog/progressive-web-app-experience/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/progressive-web-app-experience/</guid><description>Learn how this blog delivers native app-like experiences through PWA features including offline support, push notifications, and install prompts.</description><pubDate>Mon, 30 Dec 2024 00:00:00 GMT</pubDate></item><item><title>The Power of Markdown: How We Built a Content-First Developer Blog</title><link>https://nova.encorexin.online/blog/markdown-powered-content-workflow/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/markdown-powered-content-workflow/</guid><description>Discover how Markdown combined with Astro&apos;s content collections creates the perfect balance between simplicity and power for technical content creation.</description><pubDate>Sun, 29 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Building an Inclusive Web: Accessibility-First Design in Action</title><link>https://nova.encorexin.online/blog/accessible-design-system/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/accessible-design-system/</guid><description>Explore how this blog implements WCAG 2.1 AAA standards through semantic HTML, keyboard navigation, screen reader optimization, and inclusive design principles.</description><pubDate>Sat, 28 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Creating Beautiful Diagrams with Mermaid</title><link>https://nova.encorexin.online/blog/mermaid-diagrams-guide/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/mermaid-diagrams-guide/</guid><description>Learn how to create flowcharts, sequence diagrams, and more using Mermaid syntax in your blog posts.</description><pubDate>Thu, 26 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Modern Web Performance: How This Blog Achieves 100% Lighthouse Scores</title><link>https://nova.encorexin.online/blog/modern-web-performance/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/modern-web-performance/</guid><description>Discover the technical architecture behind this blazing-fast Astro blog that consistently achieves perfect performance scores across all metrics.</description><pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Building a Modern Design System: From Light to Dark Mode Excellence</title><link>https://nova.encorexin.online/blog/design-system-dark-mode/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/design-system-dark-mode/</guid><description>Explore the comprehensive design system powering this blog, featuring seamless dark mode transitions, accessibility-first components, and pixel-perfect typography.</description><pubDate>Thu, 19 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Modern Developer Experience: Content Management Without Compromise</title><link>https://nova.encorexin.online/blog/developer-experience-content-management/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/developer-experience-content-management/</guid><description>Discover how this blog combines the simplicity of Markdown with the power of modern web development, featuring hot reload, type-safe content, and seamless deployment workflows.</description><pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Dynamic Giscus Theme Switching: How Our Astro Blog Adapts to User Preferences</title><link>https://nova.encorexin.online/blog/giscus-theme-switching/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/giscus-theme-switching/</guid><description>A deep dive into implementing seamless giscus comment system theme switching based on user-selected color schemes, with automatic detection and real-time updates.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Modern JavaScript Features You Should Be Using</title><link>https://nova.encorexin.online/blog/modern-javascript-features/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/modern-javascript-features/</guid><description>Explore the latest JavaScript features from ES2020 to ES2024 that will make your code cleaner, more readable, and more efficient.</description><pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate></item><item><title>TypeScript Best Practices for Modern Web Development</title><link>https://nova.encorexin.online/blog/typescript-best-practices/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/typescript-best-practices/</guid><description>Essential TypeScript patterns, tips, and best practices to write cleaner, safer, and more maintainable code in your projects.</description><pubDate>Thu, 15 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Getting Started with Astro - Part 3: Routing</title><link>https://nova.encorexin.online/blog/astro-tutorial-routing/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/astro-tutorial-routing/</guid><description>Master file-based routing in Astro, including static routes, dynamic routes, and REST API endpoints.</description><pubDate>Sat, 10 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Docker for Web Developers: A Practical Guide</title><link>https://nova.encorexin.online/blog/docker-for-web-developers/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/docker-for-web-developers/</guid><description>Learn Docker fundamentals for web development, from containerizing applications to multi-container setups with Docker Compose.</description><pubDate>Thu, 08 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Getting Started with Astro - Part 2: Components</title><link>https://nova.encorexin.online/blog/astro-tutorial-components/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/astro-tutorial-components/</guid><description>Learn how to create and use components in Astro, including Astro components and integrating UI frameworks.</description><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Getting Started with Astro - Part 1: Introduction</title><link>https://nova.encorexin.online/blog/astro-tutorial-intro/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/astro-tutorial-intro/</guid><description>Learn the basics of Astro, a modern static site generator that delivers lightning-fast performance with zero JavaScript by default.</description><pubDate>Thu, 01 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Git Workflow Best Practices for Teams</title><link>https://nova.encorexin.online/blog/git-workflow-best-practices/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/git-workflow-best-practices/</guid><description>Master Git collaboration with branching strategies, commit conventions, code review best practices, and tips for maintaining a clean repository history.</description><pubDate>Sun, 28 Jan 2024 00:00:00 GMT</pubDate></item><item><title>CSS Grid Mastery: Building Complex Layouts Made Simple</title><link>https://nova.encorexin.online/blog/css-grid-mastery/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/css-grid-mastery/</guid><description>A comprehensive guide to CSS Grid Layout, from basic concepts to advanced techniques for creating responsive and complex web layouts.</description><pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Building a REST API with Node.js and Express</title><link>https://nova.encorexin.online/blog/nodejs-rest-api-guide/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/nodejs-rest-api-guide/</guid><description>A step-by-step guide to creating a production-ready REST API using Node.js, Express, and best practices for error handling, validation, and security.</description><pubDate>Sat, 20 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Responsive Web Design Patterns and Techniques</title><link>https://nova.encorexin.online/blog/responsive-design-patterns/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/responsive-design-patterns/</guid><description>Master responsive design with modern CSS techniques including Container Queries, Flexbox patterns, fluid typography, and mobile-first strategies.</description><pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Welcome to Astro Nova - A Modern Technical Blog</title><link>https://nova.encorexin.online/blog/welcome-to-astro/</link><guid isPermaLink="true">https://nova.encorexin.online/blog/welcome-to-astro/</guid><description>Discover the technical architecture and design principles behind Astro Nova, a high-performance blog built with Astro and modern web technologies.</description><pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate></item></channel></rss>