alwayslearningtech.comHow to Reverse a String in JavaThis is part of a series of practice problems and projects in Java. To read more about this series and why it began, start here. The Problem Given a word or sentence (aka a string), write a program that will reverse the string and display the output ...Mar 7, 2022·3 min read
alwayslearningtech.comJava PracticeThis is a series that will cover the implementation and my understanding of methods, concepts, coding challenges and projects in Java. Backstory / Why Java? My journey to learn Java came when I saw a tweet on Twitter about an open role at Netflix. ...Mar 7, 2022·3 min read
alwayslearningtech.comStart HereHello You👋 Welcome to Always Learning Tech. I started this site as a way to solidify my knowledge in data structures and algorithms for two reasons: I overall have a desire to be a better software engineer To prepare for technical interviews If ei...Feb 22, 2022·1 min read
alwayslearningtech.comArraysLanguage The code in this article will be in C#, JavaScript and Java. Resources A Common-Sense Guide to Data Structures and Algorithms by Jay Wengrow Arrays - C# Microsoft Arrays Simplified Arrays are one of the most fundamental data structures to ...Feb 22, 2022·5 min read