syncster.dev

Your simplified journey in learning how to code.

Get Started

Simplicity

In this tutorials, we are going to try the most minimal and simplistic approach in learning.

Project-Based

To not get bored by traditional learning, we are going to focus on building with the learning as side effects.

Real-World Applications

Except for the introductions, we are going to be building real world applications during our programming learning process.

Subscribe to our newsletter to get ahead of all new lectures and coding tutorials! Sign Up hereopen in new window

Latest Blogs

Danger of Array in C

October 12, 2024 Reading Time: 2 minutes

This is the array out of bound usage. Placing values to each placeholder in an array is how we populate or update it. However, in C, we can put values to an array even if it already more than how many elements we declared it could contain.

If we declared an array that can contain 5 elements...

read more...

August 17, 2024

Create a Modal Drawer with Jetpack Compose

This post will show us one way and how straightforward creating a navigation drawer using jetpack compose and Kotlin for android.

read more...

August 3, 2024

Convert Python String to DateTime

Python is well suited for use in scripting and web development and converting a string to a datetime and vice versa is a popular tool in its belt.

In this tutorial, we will see how to easily convert a string with certain format to a datetime data type in python as well as converting a datetime to a string in any format we want.

read more...

News

Python Basics

October 6, 2024

Welcome everyone! After our journey in learning some programming basics by building a geotag photos galley from the previous series, I now welcome you to another new set of lessons.

These few lessons will equip you more on the realm of programming but with the focus on the Python programming language. You will learn some basic concepts of Python by building a dozen desktop programs that you can use to build your own day to day tools.

I hope you are excited! Let's dive right in with the first one here.