Skip to main content

Blog

Implementing Graphs in Typescript

22 October, 2020;
  • project: we-cook-sometimes|
  • javascript|
  • typescript|
  • data structures|
  • algorithms|
  • graphs

What? Recently, I've been working on we-cook-sometimes and came across a part of it that presented an interesting opportunity. One of the…

We Cook Sometimes

15 November, 2020;
  • featured-project|
  • project: we-cook-sometimes|
  • Typescript|
  • SASS|
  • React|
  • React-Router|
  • CSS-modules|
  • Mocha|
  • Enzyme|
  • React Testing Library|
  • Webpack|
  • NGINX|
  • web development

An idea The project began as an idea I had after checking out the New York Times' Watching web application. Up until sometime in the last…

Missing Rust's Result type in Typescript

09 November, 2020;
  • project: we-cook-sometimes|
  • rust|
  • typescript|
  • type systems|
  • error handling

When I first started learning programming, I began where many do: the weak, dynamic typing of Javascript. As a result, I didn't understand…