Jake LiraThis Week in Coding: CSS AnimationsSo what are CSS animations and how do they work? CSS animations allow transitions from one CSS style configuration to another. When…Apr 4, 2021Apr 4, 2021
Jake LiraThis Week in Coding: Media QueriesDuring project weeks at Flatiron I always knew I would be strapped for time when it came down to styling. I would lean towards using…Mar 28, 2021Mar 28, 2021
Jake LiraThis Week in Coding: BSTAs I continue my journey with algorithms and data structures I thought it would be a good idea to get a better understanding of binary…Mar 21, 2021Mar 21, 2021
Jake LiraThis Week in Coding: React useEffectLast time we touched on React Hooks we looked at using the State Hook. This week let’s take a look at using the Effect Hook. As we know…Mar 13, 2021Mar 13, 2021
Jake LiraThis Week in Coding: Merge SortLast week I dove into a few sorting algorithms. The problem with sorting algorithms like bubble sort and selection sort is that they do…Mar 7, 2021Mar 7, 2021
Jake LiraThis Week in Coding: Selection SortThis week I decided to spend more time with algorithms and data structures. I decided I would take a look at sorting algorithms, so let’s…Mar 1, 2021Mar 1, 2021
Jake LiraThis Week in Coding: React HooksWhen I jumped into learning React I was introduced to using class components in order to use state. Once I had finished a few small…Feb 21, 2021Feb 21, 2021
Jake LiraThis Week in Coding: Linked ListThis week I decided to dive into data structures and I thought I start out with linked list. There are a few different types of Linked…Feb 13, 2021Feb 13, 2021
Jake LiraFlexbox CSSI recently decided to brush up on my css skills. In the past, I have mostly used frameworks like bootstrap and semantic ui for my last few…Feb 8, 2021Feb 8, 2021
Jake LiraJavaScript Array Methods: ForEach, Filter, Map & ReduceAs I continue to grow as a software engineer, I am working to become more comfortable working through algorithms. I find it useful to have…Jan 30, 2021Jan 30, 2021