Programming

611 Articles 12 Followers


Free Training for a limited time!

3 Mar 2021 1 minute read 0 comments Slank

Here's another list of free-with-coupon Udemy courses that I've found. The expiration date on the coupons varies from 1 day to the next few days, so add them to your account now if you're interested. I did add a few courses that aren't STEM-related t...

Free Programming courses for a limited time! - 3/1/2021

1 Mar 2021 1 minute read 0 comments Slank

Check out these free courses on Udemy. The coupon code is embedded in the link, so no need to type anything. If you see any courses that peaks your interest, just enroll through the below links. I have not taken any of these courses, so I can not rec...

C++ Basics - [Part 2] Input/Output

24 Feb 2021 3 minute read 0 comments Giemo

Before we start with this lesson, I recommend adding your code to GitHub. It's free, easy to use and will help you in the long run. If you never used GitHub before, have a look at this guide, which will help you setting up a GitHub repository and get...

Free Udemy Courses for 2/23/2021

24 Feb 2021 1 minute read 0 comments Slank

Another set of courses are free on Udemy with coupons for the next day or so. The coupon automatically applies when you click the links. I haven't tried any of these courses yet, so I can't vouch for the instructors, but it doesn't hurt to give it a...

Build the Game Snake in Python with this free Course.

21 Feb 2021 1 minute read 0 comments Slank

I've been trying to find fun, free, courses I can do to continue to learn and build on my current Python coding knowledge. I came across this course in Udemy, and was excited to dive in. It teaches you the code to build 10 different, basic games usin...

Course to learn how to Build Cryptocurrency apps using Python

21 Feb 2021 1 minute read 0 comments Slank

I found this Udemy course that shows you how to build 5 different apps using Python working with Cryptocurrency. I've been working through it and I personally think the instructor does a great job explaining things to you. So, if you want a fun littl...

Some Free IT Udemy Courses 2/20/2021

21 Feb 2021 1 minute read 0 comments Slank

Here are some free Udemy Courses that are currently being offered with a Coupon code. Get them while you can. Some coupon codes end at the end of the day and some end in a few days. Either way, add them to your Udemy account if you are interested in...

Git - [Part 2] Add your code to a Github repository

19 Feb 2021 3 minute read 0 comments Giemo

If you are programming with a team or just for yourself, it is always recommended to add your changes to a version control system. It helps you keep track of your changes and also works as a backup if you lose all your locally stored files. In this a...

Working in production with a beta language and framework, Crystal and the Lucky framework

18 Feb 2021 2 minute read 1 comment Unhedged

Crystal and Lucky It's been awhile since I've posted. But, I've been hard at work building an application using Crystal and the Lucky framework. In this post I will go over how the project has been going and what it's been like using a language and f...

C++ Basics - [Part 1] Hello, Publish0x!

17 Feb 2021 4 minute read 0 comments Giemo

This series is for people with no or very little programming experience. We will be programming in C++, a programming language that is used in a lot of domains (like automotive, aerospace and many more). Although this series is dedicated to complete...