An open API service indexing awesome lists of open source software.

https://github.com/drizin/drizin


https://github.com/drizin/drizin

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

_"You can do anything, but you can't do everything"_

### Hi there :wave: :wave: :wave: :sunglasses:

:computer: Principal Software Engineer (20+ yoe), mostly working with Microsoft stack (.NET, C#, SQL Server, Azure, etc).
:sunny: - Currently living in sunny South Florida :palm_tree: :sunny: :palm_tree: :sunny: :palm_tree:
:thought_balloon: - [My Blog](https://rickdrizin.com/) where I write about random coding stuff
:coffee: - [My LinkedIn profile](https://www.linkedin.com/in/RickDrizin/)
:email: - How to [reach out to me](https://rickdrizin.com/pages/Contact/)

[![GitHub stats](https://github-readme-stats.vercel.app/api?username=Drizin&show_icons=true&theme=dark)](https://github.com/anuraghazra/github-readme-stats)

Some recent opensource projects:
- :star: - [InterpolatedSql](https://github.com/Drizin/InterpolatedSql/) (formerly [DapperQueryBuilder](https://github.com/Drizin/DapperQueryBuilder)): Library to dynamically build injection-safe SQL statements using String Interpolation and Fluent API. [Dapper](https://github.com/DapperLib/Dapper) is a popular micro ORM for .NET framework
- :star: - [CodegenCS](https://github.com/CodegenCS/CodegenCS): C# Toolkit for Code Generation (for anyone who had love and hate relationship with T4 Templates, and know how difficult it is to get whitespace right). Check-out these samples for [generating POCOs/DAL](https://github.com/CodegenCS/Templates/tree/main/DatabaseSchema) or for [generating NSWag Client](https://github.com/CodegenCS/Templates/tree/main/OpenAPI)
- :star: - [InterpolatedLogging](https://github.com/Drizin/InterpolatedLogging): Extensions to Logging Libraries (Serilog, NLog, Microsoft ILogger) to write Log Messages using Interpolated Strings without losing Structured Property Names
- :star: - [Harbin.DataAccess](https://github.com/Drizin/Harbin.DataAccess): library to use distributed databases (with read-replicas) on top of Dapper / DapperQueryBuilder, with an optional [Generic Repository Pattern implementation](https://github.com/Drizin/Harbin.DataAccess/tree/main/src/Harbin.DataAccess.Repositories.DapperSimpleCRUD) using [Dapper SimpleCrud](https://github.com/ericdc1/Dapper.SimpleCRUD)
- :star: - [NsisMultiUser](https://github.com/Drizin/NsisMultiUser): [NSIS](https://en.wikipedia.org/wiki/Nullsoft_Scriptable_Install_System) plugin that allows to choose between "per-user" installations (no admin required) and "per-machine" installations (asks elevation only when necessary)
- :eyes: - What's the next big thing??

Some non-opensource projects which I've built and still maintain:
- :tv: - [TV Map](https://www.tvmap.com.br/): TV Listings for [Brazil](https://www.tvmap.com.br/) and [Portugal](https://www.tvmap.pt/)
Social TV platform (launched in 2012) for users to share what they are watching, see what others are watching, and connect to people who are watching the same TV shows.
It’s based on crawler robots, and has more than **3 million** monthly page views.
- :star: - [Krepost](https://www.abstrakti.com/Products/Krepost) and [Castellum](https://www.abstrakti.com/Products/Castellum) are Migration tools to export source code history from Microsoft Visual SourceSafe to Subversion or Git. (This is much more complex than it seems)
- :star: - [Servantt](https://servantt.com/) is a tool to reverse-engineer your SQL Server objects into scripts, compare database to the scripts, update the scripts, or apply script changes back to the SQL server.
- :smiley_cat: - [MemeLab](https://meme-lab.com/) - work in progress - Meme Editor
- :eyes: - What's the next great idea??