Francesca DreithTypescript Basics: Enums and Generics (Part 3)This post goes over the basics of enums and generics in Typescript. I covered basics types and functions usage in part 1, and interfaces…Oct 3, 2020Oct 3, 2020
Francesca DreithTypescript Basics: Interfaces, Literal Types, Unions and Intersection Types (Part 2)This is a Part 2 of my Typescript Basics blog post, feel free to read Part 1 where I talk about types and basic usage.Sep 25, 2020Sep 25, 2020
Francesca DreithTypescript Basics: Types and Basic Function UsageTypescript is a language that complies to Javascript. The benefit of using Typescript is that it has type inference, meaning it can infer…Sep 15, 2020Sep 15, 2020
Francesca DreithTypescript Project ConfigurationI’ve been working on a couple projects that are written with typescript so I’ve been learning here and there, but I wanted to start a new…Sep 12, 20201Sep 12, 20201
Francesca DreithJavascript Data and Structure TypesThis is a high level overview of Javascript Data and Structure types.Sep 6, 2020Sep 6, 2020
Francesca DreithData Structure Review for Technical InterviewsThe purpose of this post is to review a few common data structures that I kept running into while studying for technical interviews. This…Aug 29, 2020Aug 29, 2020
Francesca Dreith6 Things I Wish I Knew While in Coding BootcampNow that I have graduated and currently job searching I am finding there are a few pieces of knowledge I wish I knew while in bootcamp to…Aug 21, 20201Aug 21, 20201
Francesca DreithHow to pass information from a child component the parent component in ReactI created a basic todo app where the tasks are rendered from an array of task objects.Aug 14, 2020Aug 14, 2020
Francesca DreithRefactoring Class Fields Out for Safari CompatibilityIt was a few months of my journal app being deployed before I realized it wasn’t compatible with Safari. The app seemed to be stuck…Aug 8, 20203Aug 8, 20203