telekosmos / awesome-proof-of-concept

A curated list of awesome Proof of Concept projects to learn patterns, libraries, programming, architecture, etc

Home Page:https://onebeyond.github.io/awesome-proof-of-concept/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Proof Of Concept Awesome

A curated list of awesome Proof of Concept projects to learn patterns, libraries, programming, architecture, etc

Contents

Best practices

Best practices are procedures and techniques that have been proved to be effective through repeated use, and often have come to be accepted as the standard way of doing things in a particular area of activity.

  • POC JSON Schemas and Semantic Versioning - Discover the Power of JSON Schemas and Semantic Versioning: Unveiling the Potential of IoT and Event-Driven Architectures.
  • POC automation of releases - Use GitHub actions to automate the process of CHANGELOG generation, the creation of GitHub releases, and version bumps for your projects. Optionally publish them to the npm registry.
  • POC securely share .env files - Without the need for an external provider, share a .env file securely with your team using encryption.

DevOps

DevOps is the practice of creating a cross-functional team between developers and operations professionals to focus on efficiently delivering applications, services, and products to customers. DevOps teams strive to increase collaboration, communication, and coordination to produce results as quickly and efficiently as possible. This practice emphasizes the importance of working together to develop, deploy, and monitor applications quickly, reliably, and securely.

  • POC Secret Management with Blackbox - Store secrets securely in Git using strong encryption without compromising the developer experience.

  • POC AWS Proton - Not only the conclusions after having tried this service, also a guide to configure a functional environment of it.

  • POC Node.js Machines Ping Dashboard - A simple way to visualize the Node.js Org Machines inventory and perform a cyclical ping to collect network metrics with a full dockerize environment and a fancy Grafana dashboard.

  • PoC Packer with GitHub Actions - Guide on how to build a new Amazon Machine Image (AMI) with the Packer tool and then deploy an EC2 instance on AWS with that AMI using Terraform and GitHub Actions.

  • PoC Securing Databases on AWS - Guide on the steps to take to keep a database secure on AWS and terraform template as an example to set up a secure database infrastructure.

Internet Of Things

Internet of things (IoT) is a concept where all physical devices are connected to the internet, gathering data and sharing it with each other to create a world of interconnected devices.

Node.js

Node.js is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript Engine, and executes JavaScript code outside a web browser.

Frontend

The layer above the backend is the frontend and it includes all software or hardware that is part of a user interface. Human or digital users interact directly with various aspects of the frontend of a program, including user-entered data, buttons, programs, websites and other features.

.NET

.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.

AI

Artificial intelligence (AI) is the simulation of human intelligence processes by machines, especially computer systems. These processes include learning (the acquisition of information and rules for using the information), reasoning (using rules to reach approximate or definite conclusions) and self-correction.

Other

Other projects that are not related to previous categories

About

A curated list of awesome Proof of Concept projects to learn patterns, libraries, programming, architecture, etc

https://onebeyond.github.io/awesome-proof-of-concept/

License:Creative Commons Zero v1.0 Universal