10 Mistakes People Make when they code along with The best ways to avoid them
10 Mistakes People Make when they code along with The best ways to avoid them You are about to learn the most common mistakes people make when learning how to code. Here is a list of things you should avoid when coding. 1. Not defining proper conditions for your variables: When defining all your variables, […]
A Gentle Introduction to Flask
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: Itβs BSD licensed! Flask is easy to get started and a great way to build web sites and web applications. Itβs easy to get your stuff into Flask with the built-in development server, integrated unit testing support, […]
5 Python Programs You Can Use to Grow your Knowledge of the Language
5 Python Programs You Can Use to Grow your Knowledge of the Language Python is one of the most widely used general-purpose programming languages. The language is popular among programmers because of its: Readability – Python code is very easy to read and understand, making it perfect for beginners. Versatility – Python can be used […]
The Silent Killer in Your Code
The Silent Killer in Your Code There is a silent killer lurking in every code base. A killer that destroys teams and companies alike. You can fix this killer by applying technical practices and refactoring, but only if you know what to look for. This killer has no name. I will call it “legacy code.” […]
A Comparison Of The Best Css Un-minifiers. Handy When Compiling Sass
A Comparison Of The Best CSS Un-minifiers. Handy When Compiling Sass: a blog about CSS un-minifiers and compilers. Once upon a time, I was an enthusiastic user of LESS (and even wrote about it on this blog), but these days I prefer to use Sass with the SCSS syntax. Although my opinion and thoughts on […]
5 Things They Donβt Teach You in Code School
I was recently asked to write a guest post for Pear Deck, a tool that I love and have used in my classroom for the past two years. My original blog post can be found on their site here. Here is the blog below. Iβve spent the last 4 years working in the software development […]
Cloud Machine Learning – Google Developer’s Tutorial for TensorFlow Serving
In this lab, you will use Google Cloud Platform (GCP) for training and hyperparameter tuning, TensorFlow for building a neural network model, and TensorFlow Serving for serving the trained model. This way you can get your trained model from research into production quickly and easily. This lab is based on the first chapter of the […]
8 Free Resources to Learn Python
Python is a very versatile and powerful programming language. It can be used to develop all kinds of applications, desktop, web, mobile, games etc. If you are interested in learning Python programming then you should check out the following free resources to learn Python: Learn Python the Hard Way: This free online book teaches you […]
How To Make An App Without Coding
The coding world is moving towards no code, but what exactly does that mean? How To Make An App Without Coding: A blog to help you learn the basics of app creation without any coding skills. No Code Or Low Code? Letβs say you want to make an app, but you donβt want to hire […]
What Is Code? Why Learn It And How? A blog that talks about the importance of code and why you should learn it
Do you want to be a software engineer and get paid to code? Or, maybe you want to use coding skills in your career or just for fun. This blog will help you decide if coding is for you. There are many reasons why someone would want to learn how to code. Many people enter […]
