Snakes like to eat apples. At least in the game you are about to code. We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to create a snake game using Python and Pygame. This course was developed by Dhaval Patel from the popular
Monthly Archives: April 2021
If you’re reading this blog, you’ve either integrated asset tracking into your company or you’re looking to adopt this technology in the near future. On its surface, a Real-time Location Service (RTLS) solution may not seem to be overly complex, however, its technical aspects are things many don’t like to think about. Asset tracking is […]
In early March, a Swiss hacktivist by the name of Tillie Kottman successfully exposed businesses, police departments, schools, jails and hospitals in one of the most widespread cyber attacks in modern history, says Chris Rouland, founder and CEO of Phosphorus. How did they do it? By hacking into nearly 150,000 Verkada security cameras set to their default security settings. Kottman took credit […]
Last week started with some sensible guidance on cyber security. By Wednesday the theory became a nightmare reality for one of the Internet of Things (IoT) majors, Vancouver-based Sierra Wireless as it was halted by an all-out ransomware attack. Of course, cyber security advice reaches us all the time, says Jeremy Cowan, and we regularly share the experts’ […]
What are SQL JOINs?In SQL, JOINs are used to unite the rows of two or more tables, based on a column that is shared between them. There are four different types of JOINs: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN. In this article, we will be
Today we’re gonna learn about every single CSS background property with every possible value. We’ll learn the short-hand, too. Let’s go !🏅 Table of Contents All propertiesbackground-imagebackground-sizebackground-repeatbackground-positionbackground-originbackground-clipbackground-attachmentbackground-colorShort handConclusionYou can watch this tutorial on YouTube as well if you like: All PropertiesThis is a list of All the properties we’re gonna discuss
Python is one of the most powerful programming languages. It gives us various unique features and functionalities that make it easy for us to write code. In this article we’ll solve Leetcode array problems in one line using one of Python’s most interesting features – List Comprehension. What is List Comprehension?
You can use custom React hooks to solve many different real-world problems in your React projects. As a result, learning how to make React hooks is a necessary skill in becoming a top-notch React developer. In this article, let’s take a look at how to create our own custom React
We make an NFT using solidity, python, ethereum, and brownie and then render it on the OpenSea NFT marketplace using IPFS.
Everyone says you should learn Git—and you should—but let’s be honest: Git is kind of hard. Even almost ten years into my software development career, I am still learning about the underlying Git fundamentals and how to use Git more effectively. It wasn’t too long ago that I

