How to Create Your Own Layout Component in Vue.jsA guide on how to create basic layout components with Header, Footer, and content section.September 12, 2022
5 Python Concepts That Will Advance Your CareerUsing these concepts in your code will make you a seasoned Python programmer!September 12, 2022
10 Ways to Protect Your Sensitive Information for Business Owners and Individuals1. Use protocols and encryption on your website. 2. Secure stored data. 3. Protect data from unauthorized access. 4. Establish internal controls. 5. Be ready to deal with data breach/loss.September 9, 2022
Why Create React App is Outdated in 2022Create React App is what almost every developer (including myself) learned to use first when learning the JavaScript library React and I think this has led to a couple of significant flaws. While…September 6, 2022
Next.js Middleware: How it Works and 5 Real Use CasesSince v. 12.0.0 (stable from 12.2.0), Next.js added Middleware. Middleware (as it is in many other frameworks) is a way to intercept the user's request before it reaches the actual page. Put simply…September 5, 2022
10 Powerful Python One-LinersPython one-liners can be just as powerful as a long and tedious program written in another language designed to do the same thing."September 5, 2022
React Router: How to Use the useParams() HookA guide (with examples) on how you can use the useParams() hook to improve your web applications.September 2, 2022
The Best Way to Gain an AWS Gold Jacket (12x certifications)A roadmap for achieving and maintaining the 12 certificates that AWS currently offers. It’s a long and demanding road, but that doesn’t have to discourage you.September 2, 2022