August 7, 2022 in Learn
Treehouse vs. Udemy: A Full Comparison
As someone who is new to tech development or a developer interested in upskilling, you’ll find several courses on Treehouse and Udemy that will provide the knowledge and guidance you need to succeed in your chosen career path. These two…
August 3, 2022 in Learn
CSS Toggle Switch
Today, we’ll go over how we can transform a regular checkbox input element to a responsive toggle switch. It’s not as hard as you may think and only involves CSS. No JavaScript. So let’s get into it! If you get…
July 28, 2022 in Learn
How to Add a Favicon to Your Website
What is a favicon? When creating a website, you may overlook something small like the favicon. The favicon, which is short for ‘favorite icon’, is a small, 16×16 image used on browsers to give your space visual representation. Many popular…
July 27, 2022 in Learn
Should I Learn PHP?
According to Stack Overflow 2022 survey, over 42% of developers love PHP. The number has gone up from 22% since the previous year. If you’re beginning your learning journey in coding, you may be wondering if PHP is worth learning….
July 27, 2022 in Career Advice
Data Science vs. Web Development [Complete Comparison]
Data science and web development are two of the most prospective career choices right now. While web development is more popular, data science is rapidly growing. According to the LinkedIn 2020 report, data science careers showed an annual growth of…
July 27, 2022 in Learn
How Much JavaScript Do You Need to Know Before Learning React?
Having a solid grasp of web development frameworks and libraries is crucial to understanding programming and script languages. Whether you want to specialize in front-end or full-stack development, Javascript is a relevant language to develop fully functional websites and web…
July 26, 2022 in Learn
Dark Mode In CSS
How often do you find yourself on a website or app looking for a toggle for dark mode? Most apps now-a-days, like Facebook, Twitter, Instagram, & Snapchat just to name a few, use some sort of dark mode feature. Implementing…
July 7, 2022 in Learn
Treehouse vs. LinkedIn Learning: What’s the Difference
The amount of online coding classes is growing rapidly with the popularity of web development, but which one should you take? Different online courses are curated for different learning styles, which means doing your research beforehand is essential. If you’re…
June 27, 2022 in Career Advice
How to Become a Web Developer Without a Degree
You can pursue your dream career as a web developer even without a college degree. The world is rapidly changing post-pandemic, and everything we knew about traditional jobs is going out the window. With more of our day-to-day communication moving…
June 7, 2022 in Learn
Should I Learn HTML Before Python?
HTML and Python are two of the most popular coding languages besides JavaScript, and are highly relevant to most development projects. Stack Overflow 2021 Survey However, deciding whether to learn HTML or Python first can be a tough decision…
June 7, 2022 in Learn
Gulp for Beginners
Setting up gulp using gulp.js Introduction to gulp.js What is gulp? According to their homepage (gulpjs.com), it’s a toolkit to automate & enhance your workflow. What exactly does that mean? Well, for medium to large-sized projects you may want to have a…
May 20, 2022 in Learn
How to Load an Image With Async JavaScript
There may come a time where you want to download an image in the background instead of seeing it load like this… …have it load like this: Overview Whether you have an image gallery with high-res images, or you’re creating…