This repository collects personal projects and experiments used to showcase skills, learn new technologies, and share code and notes. Projects cover web frontends (Angular, Bootstrap), C#/.NET services and desktop apps, and small utilities.
Source/— All project sources, grouped by technology (examples below).Angular/— Angular applications and samples.C#/— .NET solutions, minimal APIs, gRPC examples, and desktop apps.BootStrap/— Static sites and UI exercises using Bootstrap.Skills/— Notes, exercises and reference materials (e.g., five-lines-of-code).
Each project folder usually contains its own README.md with details on purpose, how to run it, and any prerequisites.
- Inspect a project: open the relevant folder under
Source/and read itsREADME.md. - Angular projects: typically run with
npm installthennpm start(orng serve). Check the project's package.json for exact scripts. - .NET projects: open the
.slnin Visual Studio or use the CLI:dotnet buildanddotnet runfrom the project folder.
Source/Angular/bytebank— Angular sample app.Source/C#/MinimalAPI— Minimal API examples and patterns.Source/C#/gRPC— gRPC server and client examples.
Issues and pull requests are welcome. If you run or adapt any project, please include brief notes so others can follow your steps.
This repository contains work by Cleber Rangel. No license file is included — contact the author for reuse permissions or questions.