Daniel Rendox

Daniel Rendox @danielrendox

About: Passionate Android developer with big ambitions

Location:
Ukraine
Joined:
Mar 23, 2023

Daniel Rendox
articles - 20 total

How to not mess up your first project

Short answer: That’s simply not possible. We’re all humans so it’s hard to make something good on the...

Learn More 10 4Mar 12 '24

7 Key Insights That Made Me A Better Developer

Throughout my software developer journey, I've had several "Aha!" moments, which made me take my...

Learn More 30 9Feb 22 '24

AI-Powered Pull Requests: CodiumAI vs GitHub Copilot

In the past year, AI has become an essential part of developers’ lives. Back then, it could only...

Learn More 17 0Dec 21 '23

Challenge finished — reflections

My 2 months of learning and building in public challenge is over! Time to summarize the results! So...

Learn More 3 1Oct 2 '23

Finally connecting everything together 😊

On the 2nd of August, I promised to document my progress during these two months. Here’s a report of...

Learn More 4 2Sep 20 '23

The Last Days of my Total Time Freedom

Roughly 1 month ago, I took a challenge for myself that focuses on learning and building in public....

Learn More 6 2Sep 5 '23

The Art of Balancing Learning and Building

I've been experimenting with my learning approach for a long time now, made dozens of mistakes, and I...

Learn More 4 4Sep 3 '23

Quick summary of my past 9-day week

18 days ago I took a challenge for myself that focuses on learning and building in public. It’s time...

Learn More 5 1Aug 22 '23

Starting from the blank canvas, trying to be lazy, and other insights from the 1st week

1 week ago I decided to take a challenge for myself that focuses on learning and building in public....

Learn More 2 0Aug 13 '23

Finding My Blogging Path: Lessons from My Journey

If you’re starting out in writing, you probably have little idea about what to blog about and where...

Learn More 64 27Aug 4 '23

Delegation vs Inheritance in Kotlin

Hello, everyone! Welcome to the article about class delegation in Kotlin. This tutorial will help you...

Learn More 8 0Jul 5 '23

A Simple Technique to Achieve Your Goals with Consistent Action

Hello, devs! After trying out various tools and systems people use to organize their time and...

Learn More 3 0Jul 3 '23

How to solve the producer-consumer problem in Java — vivid example (multithreading)

Hello guys, in the previous tutorial, we created a simple program that consisted of DonutStorage, and...

Learn More 6 0Jun 27 '23

Kotlin Decoded | Part 2  - all about variables in Kotlin + visibility modifiers and data types

Hello everyone, welcome to another article from the Kotlin Decoded series! From this one, you’ll...

Learn More 0 0Jun 23 '23

Kotlin Decoded | Part 1 - main() & semicolon

Table of Contents  1. Program entry point        1.1. Why do we need String[] args?       ...

Learn More 2 0Jun 20 '23

Kotlin Decoded Intro and useful resources for learning Kotlin

Welcome to Kotlin Decoded, a series of articles where I share my notes on learning Kotlin as a Java...

Learn More 2 0Jun 20 '23

🛡️ What is a Race Condition in Java, and how it can be prevented using synchronized and AtomicInteger

Table of Contents  1. Problem 1 — Main thread doesn't wait for other threads to finish  2....

Learn More 7 0Jun 17 '23

🤯 Thread, Runnable, Callable, ExecutorService, and Future - all the ways to create threads in Java

Table of Contents  1. Intro  2. By extending Thread class  3. By implementing Runnable...

Learn More 21 0Jun 7 '23

Why open source your project?

Hey, devs! I used to think that open-source is needed only for those who want to show their skills to...

Learn More 2 2May 25 '23

Multithreading in Java Part 1 - Process vs Thread

Intro Multithreading is an important programming concept that allows multiple tasks to be...

Learn More 14 0Apr 2 '23