Adam Altmark·Dec 11, 2020CSS Grid DoubleToday, we’re going to learn about CSS grid through one of the most iconic franchises of all time.
Adam Altmark·Dec 3, 2020Flexbox BasicsToday, we’re going to learn some of the basics of flexbox and it’s properties including direction, wrap, order, grow, shrink…
Adam Altmark·Nov 25, 2020Slowly Changing Dimensions | Data WarehousingData warehouses include data from databases as well as operational and external sources. They are traditionally built on relational…
Adam Altmark·Nov 19, 2020TypeScript Advanced Types and GuardsA big part of TypeScript is catching potential errors before they happen. To empower this tool, using proper types is necessary. In this…
Adam Altmark·Nov 12, 2020Sass Mixins for Media QueriesSass is described as a ‘preprocessor scripting language.’ Essentially, it gives you additional functionality when writing CSS code.
Adam Altmark·Nov 5, 2020Data Structures | Stacks, Queues, and LinkedListsExplore the basics of these 3 different data structures!
Adam Altmark·Oct 28, 2020Red Pill or Blue Pill | Matrix AlgorithmSince graduating from Flatiron school a little over a month ago, I have spent a little time each day studying JavaScript algorithms. One…
Adam Altmark·Aug 18, 2020componentDidUpdate() | The Old Props and the NewAfter learning about React’s component lifecycle methods, it was clear to see the benefit and use-cases for a few of them…
Adam Altmark·Jul 26, 2020Prototype on the MoundOur cohort was introduced to the prototype property for Javascript concurrently with our lessons in object-oriented Javascript. I sought…
Adam Altmark·Jul 9, 20202 Years Later… CCPAInto month two of my software engineering program, our cohort has been given the task to build a website application using Ruby on Rails…