Skip to content

Commit

Permalink
New post
Browse files Browse the repository at this point in the history
  • Loading branch information
Clive Tran committed Jun 10, 2023
1 parent ca8c761 commit d4306e5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/blog/data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
export const posts = [

{
slug: 'github-repos-that-you-wish-you-had-known-about-earlier',
title: 'GitHub repos that you wish you had known about earlier',
date: "11 June, 2023"
},
{
slug: 'useful-tips-that-will-make-your-life-easier-as-a-developer',
title: 'Useful tips that will make your life easier as a developer',
Expand Down
26 changes: 26 additions & 0 deletions static/github-repos-that-you-wish-you-had-known-about-earlier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# GitHub repos that you wish you had known about earlier

#### 3 Apr, 2023

 

This is some awesome repos that I think you should check out (I'll keep the list updated and of course leave a star if you like it)

 


- ###### [1. kilimchoi/engineering-blogs | A curated list of engineering blogs ](https://github.com/kilimchoi/engineering-blogs)

- ###### [2. checkcheckzz/system-design-interview | System design interview for IT companies ](https://github.com/checkcheckzz/system-design-interview)

- ###### [3. yangshun/front-end-interview-handbook | Front End interview preparation materials for busy engineers ](https://github.com/yangshun/front-end-interview-handbook)

- ###### [4. public-apis/public-apis | A collective list of free APIs ](https://github.com/public-apis/public-apis)

- ###### [5. florinpop17/app-ideas | A collection of application ideas which can be used to improve your coding skills ](https://github.com/florinpop17/app-ideas)

- ###### [6. yangshun/tech-interview-handbook | Curated coding interview preparation materials for busy software engineers ](https://github.com/yangshun/tech-interview-handbook)

- ###### [7. ripienaar/free-for-dev | A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev ](https://github.com/ripienaar/free-for-dev)

- ###### [8. kamranahmedse/developer-roadmap | Interactive roadmaps, guides and other educational content to help developers grow in their careers (roadmap.sh)](https://github.com/kamranahmedse/developer-roadmap)

0 comments on commit d4306e5

Please sign in to comment.