Open in app
Home
Notifications
Lists
Stories

Write
Francesca Dreith
Francesca Dreith

Home

Oct 3, 2020

Typescript 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, literal types, union and, intersection types in part 2. Enums Enums, short for enumerations, are a data type used in most object-oriented languages. Enums allow a way…

Typescript

3 min read

Typescript Basics: Enums and Generics (Part 3)
Typescript Basics: Enums and Generics (Part 3)

Sep 25, 2020

Typescript 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. Typescript Interfaces Interfaces allow us to define a “shape” of our expected values. Interfaces allow Typescript to check that the value has the same shape or…

Typescript

4 min read

Typescript Basics: Interfaces, Literal Types, Unions and Intersection Types (Part 2)
Typescript Basics: Interfaces, Literal Types, Unions and Intersection Types (Part 2)

Sep 15, 2020

Typescript Basics: Types and Basic Function Usage

Typescript is a language that complies to Javascript. The benefit of using Typescript is that it has type inference, meaning it can infer what type of data is being used. By using Typescript we are able to define what type of data a function or component is expecting to receive…

Typescript

5 min read

Typescript Basics: Types and Basic Function Usage
Typescript Basics: Types and Basic Function Usage

Sep 12, 2020

Typescript Project Configuration

I’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 project using Typescript and I realized I wasn’t sure where to start, so here’s a short instructional blog. Why Typescript? Typescript is a language that complies…

Typescript

3 min read

Typescript Project Configuration
Typescript Project Configuration

Sep 6, 2020

Javascript Data and Structure Types

This is a high level overview of Javascript Data and Structure types. 6 Primitive Data Types There are six data types that are primitive, meaning data that is not an object and has no methods. 1 ) Undefined A variable that has not been assigned a value will return undefined. It is not configurable…

Datatypes In Javascript

3 min read

Javascript Data and Structure Types
Javascript Data and Structure Types

Aug 29, 2020

Data Structure Review for Technical Interviews

The purpose of this post is to review a few common data structures that I kept running into while studying for technical interviews. This is not a deep dive into each data structure but an overview with articles citied that I found helpful when learning about these data structures. This…

Data Structures

4 min read

Data Structure Review for Technical Interviews
Data Structure Review for Technical Interviews

Aug 21, 2020

6 Things I Wish I Knew While in Coding Bootcamp

Now 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 make my life easier after bootcamp while searching for a job. So I made a list. This is not a comprehensive list or…

Bootcamp

5 min read

6 Things I Wish I Knew While in Coding Bootcamp
6 Things I Wish I Knew While in Coding Bootcamp

Aug 14, 2020

How to pass information from a child component a parent component in React

I created a basic todo app where the tasks are rendered from an array of task objects. Each task has a onClick event handler (showTaskInfo) that toggles the showComponent in the local state to render <TaskInfo/> component when showComponent is set to true. I would like to render…

React

2 min read

How to pass information from a child component the parent component in React
How to pass information from a child component the parent component in React

Aug 8, 2020

Refactoring Class Fields Out for Safari Compatibility

It 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 loading and an error alert popped up saying that entries were not found. The culprit? Static class fields. …

Refactoring

3 min read

Refactoring Class Fields Out for Safari Compatibility
Refactoring Class Fields Out for Safari Compatibility
Francesca Dreith

Francesca Dreith

Software Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable