Coding Chica

Coding Chica

    • About
    • Available Downloads
    • Jargon Buster
      • A
      • B
      • C
      • D
      • E
      • F
      • G
      • I
      • J
      • L
      • M
      • N
      • O
      • P
      • Q
      • R
      • S
      • T
      • X
    • Topics
      • Getting Started
      • Git 101
      • Java 101
      • Maven Builds
      • Test Driven Development (TDD)
    • Site Map
  • Adding Shorts, Too! – Whoa, that’s Overloading!

    If we define the same method name with different input parameters in the same class, Java will pick the correct one. This is called overloading. Read more…

    2023-06-28
  • Byte Adding – To Wrap or Not To Wrap?

    Now that we understand byte over/underflow wrapping, let’s fix the TODOs from our prior post and make it return the desired value. Read more…

    2023-06-27
  • Primitive Bytes – Lets Add!

    Let’s take a look at how Java handles integer values and what happens when they are too large or small to fit in the allowed space. Read more…

    2023-06-26
  • Hello, Maddie! – Fields and Simple String Formatting

    Let’s make the application more personalized. Let’s change gorgeous to instead be a person’s name and create our first field (AKA instance variable). Read more…

    2023-06-23
  • JaCoCo – Java Code Coverage

    We have a unit test that works some of our application’s code, but how much is really exercised during our build? Are we confident in our unit testing based upon how much of our code is covered? Enter the jacoco-maven-plugin. Read more…

    2023-06-22
  • Hello Gorgeous!

    Take the first steps into Test Driven Development for Java. Update the unit test and then update the application code to match those expectations. Read more…

    2023-06-21
  • Java Comments

    Be nice to your future self. Add comments to your code as you go. Let’s look a Java style comment formats. Read more…

    2023-06-20
  • Upgrade from JUnit 4 to JUnit 5

    The Hello World! application was generated with JUnit 4, but let’s upgrade to JUnit 5 and run our first unit test locally. Read more…

    2023-06-19
  • Hello World! – Now Let’s Commit

    Now that we have a starting code base, let’s commit it to a git repository for safe keeping. Read more…

    2023-06-17
  • Git Basics

    Git is a Source Code Management (SCM) / version control system. A quick look at basic git concepts, such as local vs. remote and branches of code. Read more…

    2023-06-17
  • Local Setup – Git

    Even if you are the only developer working on a code base, it is still good to put it into version control (SCM). Mistakes happen. You may start working on a change and not like how it turned out. Even if all goes well, with version control, you can look back at what has changed,… Read more…

    2023-06-17
  • Hello World! – A Java Application from a Simple Maven Project Archetype

    Create, build and run a simple Maven-based Java project. Read more…

    2023-06-16
  • Local Setup – Maven

    Want to build your Java project in a more reliable, consistent but configurable way? Install Maven locally to get started. Read more…

    2023-06-09
  • Local Setup – IDE – IntelliJ IDEA

    Install an Integrated Development Environment (IDE) to aid in coding/testing/debugging activites. Read more…

    2023-06-08
  • Local Setup – Java

    Before you can code, you need to setup your local environment. If you plan to use Java, that means installing a JDK. Read more…

    2023-06-07
Previous Page
1 2 3 4

YOU CAN DO THIS. Have faith in yourself. You don’t need to be perfect and you don’t need to get it all right on the first try. Make mistakes. Learn from them. Move forward. Grow.

© Coding Chica 2023

  • Subscribe Subscribed
    • Coding Chica
    • Already have a WordPress.com account? Log in now.
    • Coding Chica
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar