
Data Model Design — MongoDB Manual
www.mongodb.com/docs/manual/core/data-model-design/
Sep 7, 2023
2
Workspaces – Turborepo
turbo.build/repo/docs/handbook/workspaces
Sep 6, 2023
2
Codegen with GraphQL, Typescript, and Apollo
www.apollographql.com/tutorials/lift-off-part1/09-codegen
Sep 6, 2023
1

Twilio SMS message and traffic storage
support.twilio.com/hc/en-us/articles/223181008-Twilio-SMS-message-and-traffic-storage
Sep 6, 2023
1
Caching – Turborepo
turbo.build/repo/docs/core-concepts/caching
Sep 5, 2023
1

Understanding NPM Workspaces
blog.faizahmed.in/npm-workspaces
Sep 5, 2023
1
Getting Started with Turborepo – Turborepo
turbo.build/repo/docs/getting-started/create-new
Sep 5, 2023
1
Deploying with Docker – Turborepo
turbo.build/repo/docs/handbook/deploying-with-docker
Sep 5, 2023
2
What is a Monorepo? – Turborepo
turbo.build/repo/docs/handbook/what-is-a-monorepo
Sep 5, 2023
1

GraphQL Crash Course #7 - Related Data - YouTube
www.youtube.com/watch?v=2oy0Uw5jUxc
Sep 4, 2023
1

GraphQL Crash Course #5 - Resolver Functions - YouTube
www.youtube.com/watch?v=mjqfYgFyziU
Sep 4, 2023
1

GraphQL Crash Course #4 - Schema & Types - YouTube
www.youtube.com/watch?v=ginCmJEdZ0g
Sep 4, 2023
7

GraphQL Crash Course #1 - What is GraphQL? - YouTube
www.youtube.com/watch?v=xMCnDesBggM
Sep 4, 2023
2

Migrate from TSLint to ESLint
code.visualstudio.com/api/advanced-topics/tslint-eslint-migration
Sep 3, 2023
1

What License to Use for Private Software
aaronsaray.com/2019/what-to-license-private-software/
Sep 3, 2023
2

The Truth About the Risks of Unlicensed Software | Blog
expressionengine.com/blog/the-truth-about-the-risks-of-unlicensed-software
Sep 3, 2023
1

How can I change the author (name / email) of a commit?
www.git-tower.com/learn/git/faq/change-author-name-email
Sep 3, 2023
1
Documentation - Narrowing
www.typescriptlang.org/docs/handbook/2/narrowing.html
Sep 1, 2023
2
Finding out npm version from package-lock.json
stackoverflow.com/questions/72981596/finding-out-npm-version-from-package-lock-json
Sep 1, 2023
1

(2880) All useEffect Mistakes Every Junior React Developer Makes - YouTube
www.youtube.com/watch?v=QQYeipc_cik
Sep 1, 2023
1

Check if a Value exists in an Enum in TypeScript | bobbyhadz
bobbyhadz.com/blog/typescript-check-if-value-exists-in-enum
Aug 30, 2023
1

(2798) Kubernetes Explained in 6 Minutes | k8s Architecture - YouTube
www.youtube.com/watch?v=TlHvYWVUZyc
Aug 30, 2023
2

npm-install | npm Docs
docs.npmjs.com/cli/v9/commands/npm-install
Aug 29, 2023
1
Functions: useRouter | Next.js
nextjs.org/docs/pages/api-reference/functions/use-router
Aug 28, 2023
1

Schema validation in TypeScript with Zod - LogRocket Blog
blog.logrocket.com/schema-validation-typescript-zod/
Aug 27, 2023
1

How to fetch data with React Hooks
www.robinwieruch.de/react-hooks-fetch-data/
Aug 22, 2023
2

How to Use React Query for Efficient Data Fetching and Caching in Your App
voskan.host/2023/03/01/react-query/
Aug 22, 2023
3
changing tsconfig.json target from "es5" to "esnext" · vercel/next.js · Discussion #14390
github.com/vercel/next.js/discussions/14390
Aug 22, 2023
1
Proper way to disable dark mode in TW3 · tailwindlabs/tailwindcss · Discussion #6351
github.com/tailwindlabs/tailwindcss/discussions/6351
Aug 11, 2023
1

Nullish coalescing operator (??) - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing
Jul 28, 2023
1

Array.prototype.map() - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map
Jul 28, 2023
1
Images
kubernetes.io/docs/concepts/containers/images/
Jul 26, 2023
1
How to use gke-gcloud-auth-plugin with a gcloud service account key file?
stackoverflow.com/questions/74775557/how-to-use-gke-gcloud-auth-plugin-with-a-gcloud-service-account-key-file
Jul 26, 2023
Documentation - Classes
www.typescriptlang.org/docs/handbook/2/classes.html
Jun 28, 2023
5
Mongoose schema optional fields
stackoverflow.com/questions/24942037/mongoose-schema-optional-fields
Jun 9, 2023
1
Avoid Export Default - TypeScript Deep Dive
basarat.gitbook.io/typescript/main-1/defaultisbad
Jun 7, 2023
1

Comparing Schema Validation Libraries: AJV, Joi, Yup, and Zod
www.bitovi.com/blog/comparing-schema-validation-libraries-ajv-joi-yup-and-zod
May 26, 2023
1

JavaScript dependency injection in Node.js – introduction
tsh.io/blog/dependency-injection-in-node-js/
May 26, 2023
1
Data Fetching: Fetching | Next.js
nextjs.org/docs/app/building-your-application/data-fetching/fetching
May 24, 2023
1

What does rc mean in bashr, zshrc, vimrc etc?
tech.serhatteker.com/post/2020-03/what-does-rc-mean/
May 24, 2023
1

Customizing Node.js .env files - LogRocket Blog
blog.logrocket.com/customizing-node-js-env-files/
May 24, 2023
1

How to set up TypeScript with Node.js and Express - LogRocket Blog
blog.logrocket.com/how-to-set-up-node-typescript-express/
May 24, 2023
1

How to structure an Express.js REST API - best practices
blog.treblle.com/egergr/
May 24, 2023
1

Kubernetes 入门教程-阿里云开发者社区
developer.aliyun.com/article/804858
May 24, 2023
2

第一章 序章
books.halfrost.com/leetcode/ChapterOne/
May 20, 2023
1
leetcode.com/problems/create-hello-world-function/solution/
May 15, 2023
1

Why new Macs break your Docker build, and how to fix it
pythonspeed.com/articles/docker-build-problems-mac/
May 15, 2023
1

Load images faster with Next/Image
skyward.digital/blog/load-images-faster-with-next-image
May 8, 2023
1

r/apple - When I press a letter key on the desktop or in Finder, how can I get my Mac to properly cycle through all the flies beginning with that letter?
www.reddit.com/r/apple/comments/suwbl/when_i_press_a_letter_key_on_the_desktop_or_in/
May 7, 2023
1

Text2img 101
learn.rundiffusion.com/generating-your-first-images/
May 7, 2023
1
Trouble understanding Docker Compose environment variables
stackoverflow.com/questions/68369914/trouble-understanding-docker-compose-environment-variables
May 2, 2023
1