Join The Potato Coding Adventure!
New Project: Potato Coding Adventure I've started a new project this week. I wrote about it here. My friend (we call her The Potato) and…
New Project: Potato Coding Adventure I've started a new project this week. I wrote about it here. My friend (we call her The Potato) and…
Object Oriented Programming In Java, you can write code that represents real objects. It's called OOP = Object Oriented Programming. If the programming is object…
Continue reading → First hut on the trail: Basics of Object Oriented Programming (OOP)
Last Sunday I've talked to a friend. She just recently picked up Java. We're about to start a learning experiment: she is going to learn how…
In your Calculator project you have two java files: Calculator.java in src/main/java where you will write the calculations CalculatorTest.java in src/test/java that you will use to…
You have the code. What now? I know it may be overwhelming. You did a couple of steps and you may not be sure why.…
Continue reading → Second step: let’s take a look at Java Project
Are you all set up? If not check how to prepare your backpack for Java hike. Read on if you're ready to go. Get the…
Here's why I made you install tools from the first chapter of the adventure 😉 Java 8 Java Development Kit 8: it's the newest officially released…
Your backpack Welcome to our trip on Java learning path. I’ll be your tour guide along the way. But before we jump start into learning…
Continue reading → Your backpack for hiking the Java Learning Path
This year I've explored Java world again @DevoxxPL in Cracow. And whereas last year was full of the microservices and functional programming hype, this year…