Jeff CuartasAdding GoogleFonts to CSS FileAdding a GoogleFont to your CSS file is not only very easy but also a great way to spruce up your website or web application.Aug 2, 2021Aug 2, 2021
Jeff CuartasIntro to FlexboxIn this quick tutorial, we will walk through setting up a very simple Flexbox layout. Flexbox is an incredibly powerful module that allows…Jul 26, 2021Jul 26, 2021
Jeff CuartasWhat is a Recursive Function?In order to have a full understanding of how algorithms and data structures in JavaScript work, it is important to be familiar with the…Jul 12, 2021Jul 12, 2021
Jeff CuartasSet Up & Create Your First Python Program in VSCodeIn this quick tutorial, I’ll show you how to set up your local environment for Python development as well as get you started on coding…Jul 5, 2021Jul 5, 2021
Jeff CuartasBeginner’s Guide to Big O NotationWhen I first heard the term Big O Notation, I’ll admit that I was a bit intimidated by what seemed at first glance a nebulous and complex…Jun 28, 2021Jun 28, 2021
Jeff CuartasIntro to Kaboom: A JavaScript Library for Game DevelopmentI recently decided to take a breather from LeetCode challenges and react application development. I still wanted to stay in the JavaScript…Jun 20, 20211Jun 20, 20211
Jeff CuartasShort Guide to CSS GridIt goes without saying that as a developer having a solid grasp of CSS is not only essential but also leads to much better designed…Jun 14, 2021Jun 14, 2021
Jeff CuartasQuick Guide to the Koa JS FrameworkI recently discovered Koa JS which is a minimal interface for developing apps and APIs. It is a modern framework from the creators of…Jun 7, 2021Jun 7, 2021
Jeff CuartasHow To Create A Carousel Component In Your React ApplicationFor one of my projects, I recently learned how to create a carousel of images in a react application. Incorporating carousels into your…May 31, 2021May 31, 2021