Even though we live in the 21st century, a large proportion of world’s population is scientifically illiterate. This especially became apparent during the COVID-19 pandemic, when understanding science became, to some extent, a matter of life and death. This needs to change. If you don’t know how to properly form Continue Reading
How to Turn Your Freelance Side Hustle into a Full-Time Career
If you’ve been freelancing as a way to bring in a little bit of extra income on the side, you already know what a powerful form of employment it can be. After all, freelance work is work done on your own terms, defined by your timeline and schedule. It gives you Continue Reading
How to Animate a Spinning Emoji | Beginner Web Development Animation Tutorial
This project will give you a great introduction to basic web animations using HTML and CSS. Learn how to use spinning animations on the web by animating sushi (or any emoji you like)! Who is this project for? This project info and learning outcomes summary will help you decide if Continue Reading
Always make your apps localizable from the start
Any major software development framework has in-build localization mechanism. This will allow any app built with it to be able to easily change the language and other culture-specific settings depending on the users’ preferences. You may think that this doesn’t apply to your app. Perhaps you never intend to release Continue Reading
Very simple ways to tell if a website is unsafe to register on
Now and again, you can hear news stories about large-scale cyber attacks. Many of those are done to obtain personal data. The cybercriminals can then use it for more targeted attacks in the future. Unfortunately, there is no way to completely insulate yourself from the theft of your sensitive personal Continue Reading
Taking advantage of manipulative social media mechanisms as a user
Social media is built upon powerful manipulative algorithms that can influence behavior of its users. However, it is also a very powerful tool that can greatly aid you in education, building your business, developing your career and exerting your influence in other ways. Even though most of the mechanisms that Continue Reading
Attending Online University: Top Tips for Success
Photo via Pexels While the pandemic shows no signs of slowing down, life must go on. People need to go to school, and thanks to the internet, it’s still possible to further your education without risking your health! Attending an online university is a fantastic way to lay the groundwork for Continue Reading
How to Code a PacMan Game (No Maze) | Intermediate Scratch Tutorial
Let’s build a PacMan game — except without the maze! Use the arrow keys to control PacMan, and try to collect as many balls as you can without getting touched by the ghosts. Each time a ghost touches you, you lose a life, so be careful because you only have Continue Reading
Telling a Story with Your Code
This article first appeared in G2i. Programming is part art and part science. How does story telling with your code fit into this dichotomy? A story is an accounting of a set of events or people, real or imaginary. Code is either a system of words, letters or figures substituted Continue Reading
Make Your Own Virtual Zoom Background | Beginner Python Coding Tutorial
A lot of video calling software like Zoom and Google Hangouts now let users use a virtual background behind them. In this project, we’ll show you how to make your own virtual background graphic in Python with Turtle that you can use in your video calls! In this walkthrough, we Continue Reading