10-18-2023

Building a Progressive Web App (PWA) from Scratch

A comprehensive guide on creating a Progressive Web App (PWA) from the ground up. Learn the fundamental concepts, tools, and techniques needed, with practical examples and code snippets. Discover the benefits of PWAs for developers and users.

10-18-2023

Securing Your Web Application: Best Practices and Strategies

Delve into the realm of web application security. Learn about common vulnerabilities like SQL injection and cross-site scripting, and discover strategies to mitigate these risks. Explore best practices for enhancing the security of your web applications and find out about essential security tools and libraries for developers.

10-18-2023

The Importance of Responsive Design in Web Applications

Explore the significance of responsive design in modern web applications. Learn the importance of creating web apps that adapt to various screen sizes and devices, and discover key strategies and best practices for implementing responsive design.

04-12-2023

Making an Impact through Technology: My Journey as a Web Developer

Come along on my journey as a web developer dedicated to using technology for good. In this article, I share my story, from my first job in property management to my current projects like DateDreamer and RestaurantGrades. Learn about my passion for user-friendly tech that helps people and makes a difference in the world.

04-12-2023

Server-Side Rendering: An Introduction for New Developers

New to web development? Learn about Server-Side Rendering (SSR) and why it's great for faster websites, improved SEO, and accessibility. Check out this guide on how to get started with SSR in your web apps.

04-12-2023

The Future of Web Development: How AI is Shaping the Way We Build Websites

Curious about how AI is changing web development? Find out how it's making websites more personalized and engaging. Explore AI's role in chatbots, image and speech recognition, automated testing, and natural language processing. Web development is evolving, and AI is leading the way.

04-12-2023

Web Development Education: Tips and Tricks for Beginners

New to web development? I've got you covered! Discover essential tips to start your web development journey. From learning the basics to building your portfolio, it's all here. Get ready to create amazing things on the web!

04-12-2023

Why Open Source Should Be an Important Part of Every Developer

As a developer, open source is more than free software. It's a way to learn, grow, and give back. Here's why you should be part of the open source community.

03-05-2023

My Open Source Projects

Here are my cool open source projects! Check out DateDreamer, a simple calendar library for websites. And explore RestaurantGrades, a website I made to find restaurant info in Louisville, KY. They make life easier and help everyone. Give them a try, and feel free to join in!

02-27-2022

My First Game Jam!

Join me and my friend, indie game developer Brock Barnett, as we share our exciting experience in participating in the Brackeys 2022.1 game jam. This month's theme, 'It is not real,' was a bit unusual, but with the creative input of the talented author Rebecca Timberlake we came up with a fantastic game idea called 'Room Labyrinth'

02-23-2022

When Should I Use `const` vs `let` in JavaScript?

Confused about when to use const and when to use let in JavaScript? Here's a simple rule: use const when your variable won't change, and use let when it will. Check out the article for more insights!
2023 | Coded with ❤️️ by Jorge Felico