Jump Start blog takes sick leave :(
My awesome readers, I'm sorry. I'm sick and I have to take few days break from posting. Good luck in your software projects!
My awesome readers, I'm sorry. I'm sick and I have to take few days break from posting. Good luck in your software projects!
I made an estimate... I took part in many projects, but there is one I particularly remember... As soon as I joined the team technical…
Continue reading → Estimates & different points of view. Business vs developers
Mind reading and predicting future techniques aren't fully developed yet. So lot's of software development projects is late. It get's better when the agile processes are…
Continue reading → Developer under time pressure ? work faster : work better
It's not the ink—it's the think “It's not the ink—it's the think,” wrote Robert Mankoff (New Yorker cartoon editor), answering to the question how to get ideas…
Continue reading → Inking and thinking in software development
The production system broke last Tuesday... I got a phone call last Tuesday around 8 pm. The operator told me a daily task broke in the…
Continue reading → Feeling stuck? Getting past the programming blockade.
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