#groovy #aws #bash #checklists #containers #devops #docker #go #interview #jenkins #linux #mongo #python #questions #security #sql
https://github.com/bregman-arie/devops-resources
https://github.com/bregman-arie/devops-resources
GitHub
GitHub - bregman-arie/devops-resources: DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git,β¦
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP - bregman-arie/devops-resources
#php #eloquent #laravel #moloquent #mongo #mongodb #orm
https://github.com/jenssegers/laravel-mongodb
https://github.com/jenssegers/laravel-mongodb
GitHub
GitHub - mongodb/laravel-mongodb: A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
A MongoDB based Eloquent model and Query builder for Laravel (Moloquent) - mongodb/laravel-mongodb
#csharp #cqrs #ddd #docker #dotnet #dotnetcore #ef_core #eventstore #grpc #kube #masstransit #microservices #mongo_driver #opentelemetry #redis #tye #vertical_slice_architecture #yarp
https://github.com/meysamhadeli/booking-microservices-sample
https://github.com/meysamhadeli/booking-microservices-sample
GitHub
GitHub - meysamhadeli/booking-microservices: Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Sliceβ¦
Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies. - meysamhadeli/booking-microservices
#cplusplus #async #asynchronous #coroutines #cplusplus_17 #cpp17 #database_access #framework #grpc #high_availability #http #http_client #http_server #microservices #mongo #postgres #postgresql #redis #server #web
https://github.com/userver-framework/userver
https://github.com/userver-framework/userver
GitHub
GitHub - userver-framework/userver: Production-ready C++ Asynchronous Framework with rich functionality
Production-ready C++ Asynchronous Framework with rich functionality - userver-framework/userver
#javascript #csv #csv_export #csv_import #csv_parser #csv_parsing #csv_reader #data_analysis #data_engineering #flatfile #mongo #mongodb #nextjs #open_source #saas #streaming
https://github.com/yobulkdev/yobulkdev
https://github.com/yobulkdev/yobulkdev
GitHub
GitHub - yobulkdev/yobulkdev: π₯ π₯ π₯Open Source & AI driven Data Onboarding Platform:Free flatfile.com alternative
π₯ π₯ π₯Open Source & AI driven Data Onboarding Platform:Free flatfile.com alternative - yobulkdev/yobulkdev
#go #database #document #ferretdb #golang #mongo #mongo_db #mongodb #mongodb_database #postgres #postgresql
https://github.com/FerretDB/FerretDB
https://github.com/FerretDB/FerretDB
GitHub
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
A truly Open Source MongoDB alternative. Contribute to FerretDB/FerretDB development by creating an account on GitHub.
#javascript #mongo #mongodb #nodejs #odm #orm
Mongoose is a tool that helps you work with MongoDB databases in Node.js and Deno. It makes it easier to manage your data by allowing you to define models, which are like blueprints for your data. You can set up validations, defaults, and other rules for your data using these models. Mongoose also supports plugins and middleware, which can automate tasks and add extra functionality.
Using Mongoose, you can connect to your MongoDB database, define your data structures, and perform operations like saving, finding, and updating data. It buffers commands until the connection is established, so you don't have to wait for the connection before defining models or running queries.
This makes it simpler and more efficient to interact with your database, saving you time and reducing the risk of errors. Additionally, Mongoose has a large community and extensive documentation, making it easier to get help and find solutions to common problems.
https://github.com/Automattic/mongoose
Mongoose is a tool that helps you work with MongoDB databases in Node.js and Deno. It makes it easier to manage your data by allowing you to define models, which are like blueprints for your data. You can set up validations, defaults, and other rules for your data using these models. Mongoose also supports plugins and middleware, which can automate tasks and add extra functionality.
Using Mongoose, you can connect to your MongoDB database, define your data structures, and perform operations like saving, finding, and updating data. It buffers commands until the connection is established, so you don't have to wait for the connection before defining models or running queries.
This makes it simpler and more efficient to interact with your database, saving you time and reducing the risk of errors. Additionally, Mongoose has a large community and extensive documentation, making it easier to get help and find solutions to common problems.
https://github.com/Automattic/mongoose
GitHub
GitHub - Automattic/mongoose: MongoDB object modeling designed to work in an asynchronous environment.
MongoDB object modeling designed to work in an asynchronous environment. - Automattic/mongoose