Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


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...

What is Blockchain-as-a-Service (BaaS)?

23 Feb 2021 2 minute read 0 comments GetBlock

Explaining the basics of an ‘out-of-the-box’ concept for digital enterprises. What is BaaS, what should you look for when choosing a BaaS vendor – and how can your firm benefit from it? Many digital entrepreneurs have already heard about the ‘unfair...

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...

Free Course to Build a Simple Basketball game in Unity

21 Feb 2021 1 minute read 1 comment Slank

This is a fun course if you want to start learning how to develop games in Unity. It teaches you some basics with the Unity Editor and some C# (C Sharp) coding with Unity. You will need to have Unity and Visual Studio Community edition installed (Bot...

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...

9 manager sins - why do they leave? - part 4/9

19 Feb 2021 1 minute read 0 comments TipOfaTongue

Hope you read the parts before, I was hoping this would not only be a guide for people who have/will or in future will have teams, but also as a some sort of remedy for all of the people who were hurt, damaged, by having a a poor Boss. I know how suc...

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...