← Back to blog

#SharingIsCaring!

I just uploaded a bunch of stuff to Github because #SharingFeelsGood!

Thinking out loud
#SharingIsCaring!

#SharingIsCaring and #SharingFeelsGood....

The last few days i uploaded various things to Github, mostly older stuff but also pretty new unfinished work in progress things. 
While cleaning up my harddrive i decided that it doesn't help when the code is just flying around on my end. I needed to back it up anyway,
a public github repo is great place to back up code...its secure and also helps other people :)

https://github.com/DeeJayTC/dotnet-utils

Is a collection of various things, extension methods, useful functions, other stuff i collected through the years. Taken from various older repositories, 
some new stuff. Made available with no license at all. Just take whatever you want, leaving a star would be great tho :)

https://github.com/DeeJayTC/cloudstorage-wrapper

Is a microservice i made while working for Teamwork, still being used for integrations today. It basically wraps the Dropbox, Onedrive and Sharepoint API's and makes it available
under one common API schema. If you're a SAAS app and want to build an integration with either, this is for you...you only have to do things once and can
support all three. I might add Google Drive and Box.com at some point. 


https://github.com/DeeJayTC/net-dynamic-api

Is just a pet project but might be useful for some once its more evolved. 

It basically turns this:
undefined

Into a fully working CRUD API with ODATA enabled

Feel free to browse and use the stuff, leave a comment if you can!