Improve Your Python Code with VSCode

Microsoft’s Visual Studio Code is one of the best code editors for Python. It has a ton of features and is free to use. In this blog, I’ll show you how to use VSCode effectively for writing python code. I’ve been using VSCode for a few years now and it’s my go-to editor. While it […]

Read Full Article →

Introduction to CSS

CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. This tutorial will teach you CSS from basic to advanced. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a […]

Read Full Article →

What Newbies Should Know Before Learning Python

I’ve been learning a lot of different languages and I want to share my experience with Python, my favorite language so far. Python is great for beginners, but there are several things that newbies should know before learning the language. There are two versions of Python: Python 2 and Python 3. Right now there are […]

Read Full Article →

The MUST HAVE Guide to Fixing Your Broken Deck

The MUST HAVE Guide to Fixing Your Broken Deck Does your website’s deck section look like it was put together at the last minute? Are you leaving money on the table because your deck design is a disaster? This guide will teach you how to create a beautiful, modern, and attention-grabbing deck that gets results. […]

Read Full Article →

Using Blockly to Help Make Sense of Abstract Things

There’s a lot of interest in using Blockly to visualize abstract concepts. One of the first examples of this was the Google Cloud Platform blog post “What is a Container?” which used Blockly to explain how Docker containers work. It’s great to see Blockly being used as a tool for educational purposes, and we’re excited […]

Read Full Article →

A new Code of Ethical Conduct for Coding

If you ask programmers what they do, you will hear answers like “I am a software engineer” or “I am a web developer” or “I am a coder”. If you ask them what they build, they will answer websites or applications. If you ask them how they build it, the answer would probably be something […]

Read Full Article →

How to Start Java

In this blog I will talk about how to start java. Now some of you may be thinking, “But isn’t this a blog on how to start programming?” You’re right, but I believe that the first step to learning programming is getting familiar with a language. So many people have trouble learning how to code […]

Read Full Article →