How to Start Your First Developer Job?

March 19, 2022
A guideline about starting your first job as a software developer: learn coding, develop tech skills, create a GitHub portfolio of projects, carefully apply for a job with CV, cover letter and portfolio, take the tech interview and get hired.
Flappy Bird Thumbnail

How to Make Your Own Flappy Bird Game in Unity and C#?

February 9, 2022
In this article, our friend Niki Lubomirov will show us how to create a flappy bird game using Unity and C#. Unity is, essentially, a well-rounded game engine that truly does simplify game development. While there may be better engines to choose from, learning Unity will only help you grow as a game developer.

Functional Programming: Overview

November 15, 2021
I recently published a free video lesson about the concepts of functional programming, where I explained and demonstrated the functional programming paradigm. Learn more at softuni.org: Functional programming (FP) is a style of programming based on composing pure functions, while avoiding shared state, mutable data, and side-effects. It’s important, because most modern mainstream programming languages (like JavaScript, Python,