Ronan McCloreyPython Password GeneratorI have been expanding on my coding knowledge by learning a new language and a language that I saw as being very popular Python and I think…Apr 25, 2021Apr 25, 2021
Ronan McCloreyStatic and Dynamic TypingTo further develop my programming skills, I have looked at learning new languages and technology. While deciding on what to focus my time…Apr 18, 2021Apr 18, 2021
Ronan McCloreyinJavaScript in Plain EnglishA Simple Technique to Test your Code in JavaScriptTesting your code is an important part of programming. This article covers a simple technique to test your JavaScript code.Apr 11, 2021Apr 11, 2021
Ronan McCloreyinGeek CultureBacktracking AlgorithmBacktracking is a general algorithm that can be used to find one or multiple solutions to some computational problems. Basically, how we…Apr 4, 20211Apr 4, 20211
Ronan McCloreyinGeek CultureForm Validations Working With ExpressJSFor most of the projects I created while attending the Flatiron Software Engineering program and since have used Ruby/Ruby on Rails as the…Mar 28, 2021Mar 28, 2021
Ronan McCloreyWhile loopsWhen coding and working through algorithms and code challenges, if I needed to loop over or iterate through something we can use a loop. I…Mar 21, 2021Mar 21, 2021
Ronan McCloreyCreating a Rails APIWith Ruby and Ruby on Rails we can create and generate full-stack applications. If we want to we can also just use Ruby for the backend or…Mar 14, 2021Mar 14, 2021
Ronan McCloreyinNerd For Tech2d-Arrays/MatricesIn programming, we can work with Matrices, which can be created with a 2d Array which is simply arrays nested inside an array (it is also…Mar 7, 2021Mar 7, 2021
Ronan McCloreyinNerd For TechLinked ListsIn programming, there are several different data structures each with its own benefits and drawbacks. One of these data structures is…Feb 28, 2021Feb 28, 2021
Ronan McCloreyinJavaScript in Plain EnglishHash Maps to Improve Time ComplexityWorking through data structure and algorithm problems it’s important to come up with solutions that are efficient and continue to work…Feb 21, 2021Feb 21, 2021