Skip to content

Instantly share code, notes, and snippets.

@einari
Created December 1, 2016 09:23
Show Gist options
  • Save einari/5394fec0bc3aff4f6da53ff0d1dc970d to your computer and use it in GitHub Desktop.
Save einari/5394fec0bc3aff4f6da53ff0d1dc970d to your computer and use it in GitHub Desktop.
I mentioned at the end a program for software architecture:
https://leap.microsoft.no
Live Streaming - The Code Lab
http://thecodelab.tv/
Influence the content:
http://feathub.com/einari/TheCodeLab
My personal blog
http://ingebrigtsen.info/
I talked about .NET and ASP.NET and Visual Studio Code
http://dot.net
https://www.asp.net
https://code.visualstudio.com
We have a .NET Blog, one of the latest blogs:
https://blogs.msdn.microsoft.com/dotnet/2016/11/22/the-week-in-net-net-core-asp-net-core-ef-core-1-1-docker-xenko/
Announcing .NET Core 1.1
https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-1-1/
On performance - the 1.8 million requests I talked about
https://www.techempower.com/blog/2016/11/16/framework-benchmarks-round-13/
We have a ASP.NET community standup
https://live.asp.net
All .NET and ASP.NET Development and even Visual Studio Code is developed as open source
https://github.com/dotnet
https://github.com/aspnet
https://github.com/Microsoft/vscode
I showed a flavor of automated testing using Machine Specifications - focused on doing BDD / Specifications by Example
https://github.com/machine/machine.specifications/wiki
More on BDD and Specification by Example
https://dannorth.net/introducing-bdd/
https://en.wikipedia.org/wiki/Specification_by_example
I used:
https://bower.io - Static content package management
http://gulpjs.com - Build pipeline
https://babeljs.io - Transpiling from ES2015+ to ES5
http://jspm.io - JavaScript Package Manager - alternative to WebPack for instance - deals with bundling and module handling
NPM - Yarn
Recommend anyone using NPM or looking at doing so to have a look at Yarn, much faster more reliable and better at caching locally.
https://yarnpkg.com
Automated Testing runner for JavaScript - instant feedback. Great product.
https://wallabyjs.com
I talked about Docker:
https://www.docker.com
https://docs.docker.com/docker-for-windows/
SQL Server on Linux
https://blogs.technet.microsoft.com/dataplatforminsider/2016/11/16/announcing-sql-server-on-linux-public-preview-first-preview-of-next-release-of-sql-server/
SQL Pro for MSSQL - for Mac
https://itunes.apple.com/us/app/sqlpro-for-mssql-database/id828466809?mt=12
All the code I showed can be found here:
https://github.com/einari/ProjectUnicorn
https://github.com/Cratis/DotNET.Specifications
https://github.com/Cratis/Client.JavaScript.DependencyInversion
https://github.com/Cratis/JavaScript.Pipeline
I also have a bunch of other projects that might be interesting:
https://github.com/einari/quiz - Microservice oriented project. Ongoing work and will become a lot cleaner and clearer than it is now
https://github.com/dolittle/bifrost - CQRS platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment