Skip to content

Commit

Permalink
Merge branch 'master' into essentials-of-interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Aug 24, 2023
2 parents 02b68d5 + a74d171 commit 2dd14c3
Showing 1 changed file with 0 additions and 145 deletions.
145 changes: 0 additions & 145 deletions cypress/helpers/postsList.ts
Original file line number Diff line number Diff line change
@@ -1,65 +1,8 @@
export const postsList = [
{
title: 'Refactoring Setup',
},
{
title:
'Mastering JavaScript: Revisiting Conditionals in JavaScript and TypeScript',
},
{
title: 'Building my Legacy through Accessible, Open, and Free content',
},
{
title: 'Mastering JavaScript Series',
},
{
title: 'Frontend Challenges: Front-end Engineer Assignment',
},
{
title: 'Frontend Challenges Series',
},
{
title:
'How I received 4 salary raises in 2 years of QuintoAndar as a Software Engineer',
},
{
title: 'On Leaving',
},
{
title: 'On Distraction',
},
{
title:
'Building an Interpreter: Parser - Part 1: Fundamental parts of AST and basic statements',
},
{
title: 'Building an Interpreter: REPL',
},
{
title: 'Building an Interpreter: Lexical Analysis - Part 3',
},
{
title: "Rebuilding Mercari's Search: Home and Menu",
},
{
title:
"Rebuilding Mercari's Search: Setup NextJS with TypeScript, Prettier, and Jest",
},
{
title: "Rebuilding Mercari's Search Series",
},
{
title: 'react-query: complex dependent queries',
},
{
title: 'Data Fetching in React with react-query',
},
{
title: 'Building an Interpreter: Lexical Analysis - Part 2',
},
{
title: 'Building an Interpreter: Lexical Analysis - Part 1',
},
{
title: 'Building an Interpreter Series',
},
Expand All @@ -69,24 +12,6 @@ export const postsList = [
{
title: 'Optimizing the Performance of a React Progressive Web App',
},
{
title: 'Performance: Prefetch Next Page Chunk',
},
{
title: 'Atomic Habits',
},
{
title: 'The Effective Engineer',
},
{
title: 'Slow Living',
},
{
title: 'Building a simple Individual Development Plan (IDP) with Notion',
},
{
title: 'Basic Recipes for React Testing Library',
},
{
title: 'A Mental Model to think in TypeScript',
},
Expand All @@ -96,83 +21,13 @@ export const postsList = [
{
title: 'UX Studies with React, TypeScript, and Testing Library',
},
{
title: 'Data Structures Series',
},
{
title: 'Constant feedback driven development with Nodemon',
},
{
title: 'Automating my blog posts publishing process',
},
{
title: 'React Hooks, Context API, and Pokemons',
},
{
title: 'Fun with Dates',
},
{
title: 'Elixir Learnings Series',
},
{
title: 'Thinking in data contracts',
},
{
title: 'TypeScript Learnings Series',
},
{
title: 'Consistent State Management in React and Redux',
},
{
title: 'TDD, simple functions, and React components',
},
{
title: 'Closures, Currying, and Cool Abstractions',
},
{
title: 'Tree Data Structure',
},
{
title: 'Linked List',
},
{
title: 'Queue Data Structure',
},
{
title: 'Stack Data Structure',
},
{
title: 'Building an abstraction for React internationalization messages',
},
{
title: 'Designing my Learning Experience',
},
{
title: 'Thoughts on my productivity',
},
{
title: 'Functional Programming Principles in JavaScript',
},
{
title: 'An introduction to the basic principles of Functional Programming',
},
{
title:
'Understanding the basics of Ruby on Rails: SQL Databases and how they work',
},
{
title: 'Actionable advice to start learning to code',
},
{
title: 'Understanding the basics of Ruby on Rails: HTTP, MVC, and Routes',
},
{
title: 'Learning Python From Zero to Hero',
},
{
title: 'Idiomatic Ruby: Writing beautiful code',
},
{
title: 'Learning Ruby From Zero to Hero',
},
];

0 comments on commit 2dd14c3

Please sign in to comment.