Skip to content
Chris Philbin's Blog

Perfection Through Persistence.

  • Home

Posts by Chris

  • Home
  • Chris
  • Page 10
About Chris
I am a full stack software developer in the financial services industry specializing in Java, Spring Boot, MSSQL, and Angular. I am passionate about reducing the friction that both financial advisors and investors face when using technology to invest in their futures.
Posted inJavascript

A quirky way to dynamically set key/value pairs in Javascript

There are many instances where one might want to iterate over an array and keep track of of the frequency in which an element appears (think finding palindromes). Using JavaScript's logical OR ( || ) operator is a great way to do this.
June 21, 2021
Posted inJavascript React

A unique way to do conditional rendering within a React component

Conditional rendering is really what React is all about - Each component reacts to the state updating and as a result, we as developers want to render certain elements to the DOM based on these state changes. Enter conditional rendering.
February 13, 2021

Posts navigation

Previous page 1 … 8 9 10 11 12 13 Next page

Recent Posts

  • A Brief Overview of Garbage Collection in Java
  • Javascript’s Temporal Dead Zone (TDZ)
  • OOP-101: Polymorphism – What is it, why use it, and an example
  • Spring Boot: Using @Autowired vs constructor dependency injection
  • Using the async pipe within Angular templates to perform control flow
Copyright 2024 — Chris Philbin's Blog. All rights reserved. Bloghash WordPress Theme
Scroll to Top