InGeek CulturebyJoseph Maurer·Jun 18, 2021What I Learned Solving A Leetcode Problem A Day For 45 Straight DaysBeing an engineer there are so many problems that I have to solve every day that you get into the flow pretty easily. But at work you are…A response icon1A response icon1
InGeek CulturebyJoseph Maurer·Jun 13, 2021WWDC 2021: State of the Union RecapHere’s a quick recap of Apple’s State of the Union at WWDC (World Wide Developer Conference 2021). You can find the full video here.
InGeek CulturebyJoseph Maurer·Jun 9, 2021Working with Sprite Sheets in UnitySprites are a vital part of working on a game in Unity. Part of that is how do you go about slicing a sprite that contains multiple images…
InGeek CulturebyJoseph Maurer·Jun 4, 2021OOP: Object Oriented ProgrammingObject Oriented Programming (OOP) is a programming paradigm that is the cornerstone of modern software development. While OOP isn’t the…
InGeek CulturebyJoseph Maurer·Jun 1, 2021Exploring Shader Graph in UnityThere is something that you realize really quickly when you start programming games, and it’s that materials are coded differently than…
InGeek CulturebyJoseph Maurer·May 31, 2021Getting a URL Parameter in JavascriptWhen programming in Javascript there are times when you might want to know if there were any parameters passed through the URL. In case you…
Joseph Maurer·May 28, 2021Exploring DEV.to APIYou often forget that APIs exist for most of the platforms you use. While some companies lock down their APIs to only provide very limited…
Joseph Maurer·May 25, 2021Unity’s C# Job SystemThere are times when you need to take full advantage of every ounce of performance possible to make your dream game a reality. Enter the…
Joseph Maurer·May 24, 2021Tabs Versus Spaces: Defining a Coding StandardWriting clean and maintainable code is pivotal to any production project. And yet even the most functional code is frowned upon if it…