syncster.dev
Your simplified journey in learning how to code.
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 here
Latest Blogs
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.
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.
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.