{"id":21661035,"url":"https://github.com/karanpratapsingh/tutorials","last_synced_at":"2025-04-11T23:08:42.045Z","repository":{"id":43767812,"uuid":"379201052","full_name":"karanpratapsingh/tutorials","owner":"karanpratapsingh","description":"This repository contains all the code snippets from articles and videos","archived":false,"fork":false,"pushed_at":"2022-08-12T14:41:03.000Z","size":3749,"stargazers_count":114,"open_issues_count":0,"forks_count":53,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T23:08:06.655Z","etag":null,"topics":["aws","docker","esbuild","go","graphql","nodejs","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://dev.to/karanpratapsingh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karanpratapsingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-22T08:44:38.000Z","updated_at":"2025-03-13T18:56:11.000Z","dependencies_parsed_at":"2022-09-21T22:21:07.359Z","dependency_job_id":null,"html_url":"https://github.com/karanpratapsingh/tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanpratapsingh%2Ftutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanpratapsingh%2Ftutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanpratapsingh%2Ftutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanpratapsingh%2Ftutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karanpratapsingh","download_url":"https://codeload.github.com/karanpratapsingh/tutorials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492869,"owners_count":21113163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","docker","esbuild","go","graphql","nodejs","react","typescript","webpack"],"created_at":"2024-11-25T09:43:20.124Z","updated_at":"2025-04-11T23:08:42.016Z","avatar_url":"https://github.com/karanpratapsingh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorials\n\nThis repository contains code for all the tutorials I write about:\n\n### Kubernetes\n\n- [Easy Kubernetes development with Skaffold](https://dev.to/karanpratapsingh/easy-kubernetes-development-with-skaffold-2ic8)\n- [NATS with Kubernetes](https://dev.to/karanpratapsingh/nats-with-kubernetes-3bmc)\n\n### AWS\n\n- [Configuring AWS CLI](https://dev.to/karanpratapsingh/configuring-aws-cli-1b2a)\n- [Deploying Next.js on AWS App Runner](https://dev.to/karanpratapsingh/deploying-next-js-on-aws-app-runner-mhj)\n- [Introduction to Infrastructure as Code with Terraform](https://dev.to/karanpratapsingh/introduction-to-infrastructure-as-code-with-terraform-4f29)\n- [Preview Environments with AWS \u0026 Cloudflare](https://dev.to/karanpratapsingh/preview-environments-with-aws-ecs-cloudflare-3hdh)\n- [Exposing resources securely with Argo Tunnel](https://dev.to/karanpratapsingh/exposing-resources-securely-with-argo-tunnel-ea5)\n- [AWS SQS vs SNS vs EventBridge](https://dev.to/karanpratapsingh/aws-sqs-vs-sns-vs-eventbridge-10l0)\n\n\n### Docker\n\n- [Top 5 Docker Best Practices](https://dev.to/karanpratapsingh/top-5-docker-best-practices-57oh)\n- [Art of building small containers](https://dev.to/karanpratapsingh/art-of-building-small-containers-3g6c)\n- [Dockerize your React app](https://dev.to/karanpratapsingh/dockerize-your-react-app-4j2e)\n- [Dockerize your Go app](https://dev.to/karanpratapsingh/dockerize-your-go-app-46pp)\n- [Dockerize your Node app](https://dev.to/karanpratapsingh/dockerize-node-application-222k)\n- [Seeding Postgres with Docker](https://dev.to/karanpratapsingh/seeding-postgres-with-docker-19n7)\n\n### Go\n\n- [Introduction to Go Fiber](https://dev.to/karanpratapsingh/introduction-to-go-fiber-2m0a)\n- [Connecting to PostgreSQL using GORM](https://dev.to/karanpratapsingh/connecting-to-postgresql-using-gorm-24fj)\n- [Unit testing in Go](https://dev.to/karanpratapsingh/unit-testing-in-go-b19)\n- [Auditing unsafe passwords](https://dev.to/karanpratapsingh/auditing-unsafe-passwords-50p6)\n\n### NATS\n\n- [Distributed messaging with NATS](https://dev.to/karanpratapsingh/distributed-messaging-with-nats-3jg3)\n- [NATS with Kubernetes](https://dev.to/karanpratapsingh/nats-with-kubernetes-3bmc)\n\n### TypeScript\n\n- [Optimize Node.js performance with clustering](https://dev.to/karanpratapsingh/optimize-node-js-performance-with-clustering-kdg)\n- [Go like error handling in TypeScript](https://dev.to/karanpratapsingh/go-like-error-handling-in-typescript-4plm)\n- [Blazing fast TypeScript with Webpack and ESBuild](https://dev.to/karanpratapsingh/blazing-fast-typescript-with-webpack-and-esbuild-4mhh)\n\n### React\n\n- [Deploy React app to S3 \u0026 Cloudfront](https://dev.to/karanpratapsingh/deploy-react-app-to-s3-cloudfront-1cao)\n- [Private, Public and Restricted routes in React](https://dev.to/karanpratapsingh/private-public-and-restricted-routes-in-react-42ff)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranpratapsingh%2Ftutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaranpratapsingh%2Ftutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranpratapsingh%2Ftutorials/lists"}