Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drex44/til
Today I Learned
https://github.com/drex44/til
claudiajs docker nextjs prismicio reactjs surge-sh til
Last synced: about 2 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/drex44/til
- Owner: drex44
- License: mit
- Created: 2018-07-17T08:10:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T11:44:06.000Z (4 months ago)
- Last Synced: 2024-11-10T09:14:32.722Z (3 months ago)
- Topics: claudiajs, docker, nextjs, prismicio, reactjs, surge-sh, til
- Homepage: https://drex44.github.io/til
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIL
> Today I Learned
A collection of concise write-ups on small things I learn day to day across a
variety of languages and technologies. These are things that don't really
warrant a full blog post._9 TILs and counting..._
---
### Categories
- [AWS](#aws)
- [CMS](#cms)
- [Docker](#docker)
- [GraphQL](#graphql)
- [NextJs](#nextjs)
- [React](#react)---
### Open Source Tools for Development
#### Frontend
- [refine.dev](https://refine.dev/)
- [remix.run](https://remix.run)
- [astro.build](https://astro.build)#### Frontend Build Tools
- [vite](https://vite.dev)#### Backend as a service
- [supabase](https://supabase.com)
- [appwrite](https://appwrite.io)
- [Pocketbase.io](https://pocketbase.io)
- [hasura.io](https://hasura.io)
- [medusajs](https://medusajs.com)
### AWS- [How to use ClaudiaJs to deploy NodeJs applications to AWS Lambda](AWS/how-to-use-claudiajs-to-deploy-NodeJs-applications-to-aws-lambda.md)
### CMS
- [Use CMS like Prismic, Contentful, ButterCMS etc to create business user friendly dynamic sites](CMS/use-cms-like-prismic-contentful-buttercms-etc-to-create-business-user-friendly-dynamic-sites.md)
### Docker
- [How to use docker for beginners](Docker/how-to-use-docker-for-beginners.md)
### GraphQL
- [What is and how to use GraphQL](GraphQL/what-is-and-how-to-use-graphql.md)
### NextJs
- [Why and How to get started with NextJs](NextJs/why-and-how-to-get-started-with-nextjs)
### React
- [Programmatically navigate using React Router](React/programmatically-navigate-using-react-router.md)
- [Create protected routes using React Router](React/create-protected-routes-using-react-router.md)
- [Create and Publish a new React component](React/create-and-publish-react-component.md)### Nodejs
npm install cost-of-modules -g
## About
I shamelessly stole this idea from
[jbranchaud/til](https://github.com/jbranchaud/til).
Apparently, who did the same from
[thoughtbot/til](https://github.com/thoughtbot/til).## Other TIL Collections
- [jbranchaud/til](https://github.com/jbranchaud/til)
- [jwworth/til](https://github.com/jwworth/til)
- [thoughtbot/til](https://github.com/thoughtbot/til)## License
© 2015-2018 Dhanraj Acharya
This repository is licensed under the MIT license. See `LICENSE` for
details.