Nov 17, 2021API’s and the Relief they BringBefore everyone was able to have access to the endless list of coding that they didn’t have to build, “aka API’s”, it made most thing a lot more tedious to complete. Even being able to accept payments online were nearly impossible for small businesses to get their hands on, the…API3 min read
Oct 27, 2021Difficulties of learning Different LanguagesNow while I am referring to coding languages it is the same as learning other languages as well Just like going from the English language to any other language the same goes from learning different coding languages. If I have learned anything from going from understanding JavaScript to learning Ruby…Learning To Code2 min read
Oct 6, 2021Life Beyond CodingOne of the hardest things about pursuing a career that takes up the majority of your time is making time for yourself and your loved ones. My biggest challenge has been trying to make time for my family around learning to code and it is not easy by any means…Time Management3 min read
Sep 16, 2021ArraysArrays are very interesting in the coding world, they are kind of like a catch all, they can hold strings, Numbers, Functions, Even other arrays. They are incredibly flexible you can add to the after they are created with many varying methods. …2 min read