VOOZH about

URL: https://www.javacodegeeks.com/author/jeremy-grifski

⇱ Jeremy Grifski, Author at Java Code Geeks


  • Python👁 Image
    Jeremy GrifskiJuly 20th, 2020
    0 634

    What Is a Dictionary in Python?

    As I continue to write about Python, I find myself wanting some sort of place to direct my readers to…

    Read More »
  • Python👁 Image
    Jeremy GrifskiJuly 15th, 2020
    0 838

    How to Check If a Key Exists in a Dictionary in Python: in, get(), and More

    When it comes to working with data structures, one question constantly emerges: how do I find out if the data…

    Read More »
  • Python👁 Image
    Jeremy GrifskiJune 5th, 2020
    0 304

    IndexError: String Index out of Range

    Surprise, surprise! We’re back with another article on a Python exception. Of course, this time we’re moving away from the…

    Read More »
  • Core Java👁 Image
    Jeremy GrifskiApril 29th, 2020
    1 154

    Be Careful When Modifying Data While Using a Java Iterator

    As this semester begins to wrap up, I figured I’d share a little story of how I got very, very…

    Read More »
  • Software Development👁 Image
    Jeremy GrifskiMarch 3rd, 2020
    0 242

    How to Create a Git Repo From Scratch: Git Init, GitHub Desktop, and More

    Welcome to my new Git series. Since I use Git all the time, I figured I could start documenting some…

    Read More »
  • Core Java👁 Image
    Jeremy GrifskiFebruary 26th, 2020
    0 137

    The Remainder Operator Works on Doubles in Java

    I’ve been teaching at OSU for nearly two years, and it always astounds me how much I learn from my…

    Read More »
  • Software Development👁 Image
    Jeremy GrifskiDecember 27th, 2019
    0 276

    Trying to Become a Better Programmer? Consider These Great Tips For Success!

    Modern businesses will spend over $4 trillion in the coming year on technology. Many of these technology investments will center…

    Read More »
  • Software Development👁 Image
    Jeremy GrifskiNovember 16th, 2019
    0 885

    Reverse a String in Dart

    In this article, we will look at string reversal in Google’s Dart language. How to Implement the Solution Below is…

    Read More »
  • Software Development👁 Image
    Jeremy GrifskiSeptember 4th, 2019
    0 166

    Minimum Spanning Tree Algorithms

    With my qualifying exam just ten days away, I’ve decided to move away from the textbook and back into writing.…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close