Awesome List Updates on Oct 17, 2016
11 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Electron
Open Source / Other
- Boostnote (⭐17k) - Markdown note & code snippet app for developers.
2. Awesome Machine Learning
Python / Data Analysis / Data Visualization
- PyDexter (⭐31) - Simple plotting for Python. Wrapper for D3xterjs; easily render charts in-browser.
Python / Misc Scripts / iPython Notebooks / Codebases
- Suiron (⭐704) - Machine Learning for RC Cars.
3. Awesome Neo4j
Bolt
- neo4j-elixir-driver (⭐28) - Elixir driver for the neo4j bolt protocol
- neo4j-elixir-wrapper (⭐237) - Neo4j driver for Elixir, wrapped around the Bolt protocol. Fork of the Boltex.
Learn / Other
Certification / Other
- Neo4j Certification - Become a Neo4j-Certified Professional.
Miscellaneous / Other
4. Awesome Ddd
Books
- Domain-Driven Design: Tackling the Complexity at the Heart of Software - The canonical book that coined the term Domain-Driven Design. Also known as the "Blue Book."
- Domain Specific Languages - Tangentially connected to DDD, describes the importance of the Ubiquitous Language and working together with domain experts, along with lots of technical details.
- Introducing Event Storming: An act of Deliberate Collective Learning - The deepest tutorial and explanation about EventStorming, straight from the inventor.
Training Courses
- Domain Language eLearning - Using our video lessons with Eric Evans, author of the original book on Domain-Driven Design (DDD), teach yourself techniques for evolving practical models that improve your software — not just your documents.
- Greg Young's CQRS Class - These videos include the entirety of Greg Young's DDD, CQRS, and Event Sourcing class.
- Nomad PHP - Introduction to Event Sourcing and CQRS.
- Pluralsight
- Domain-Driven Design Fundamentals - Teaches the fundamentals of Domain-Driven Design (DDD) through a demonstration of customer interactions and a complex demo application, along with advice from Eric Evans.
- Domain-Driven Design in Practice - A descriptive, in-depth walk-through for applying Domain-Driven Design principles in practice.
- Modern Software Architecture: Domain Models, CQRS, and Event Sourcing - This course covers DDD analysis patterns helpful in discovering the top-level architecture of a business domain. Architects and developers will find details of implementation patterns such as Domain Model, CQRS, and Event Sourcing.
Video Collections
- Alberto Brandolini: Event Storming - A YouTube collection of talks given by Alberto Brandolini on Event Storming.
- Greg Young - A YouTube collection of various talks given by Greg Young.
Community Resources
- Stack Overflow - Stack Overflow questions tagged domain-driven-design.
Blogs
- Nick Chamberlain - Helpful development and design advice for .NET developers.
- DDD Weekly - Weekly curated links related to DDD/CQRS/ES.
- Daniel Whittaker - Want to learn about CQRS and Event Sourcing? This blog is packed with step-by-step articles to give you a head start.
- Cyrille Martraire - Being so immersed in finance while still in love with programming, I’m naturally a big fan of Domain-Driven Design by Eric Evans, along with TDD, BDD and agile/XP practices.
- Jimmy Bogard - I focus on DDD, distributed systems, and any other acronym-centric design/architecture/methodology.
- CodeBetter - CodeBetter.Com exists in order to help foster awareness of better practices, superior tools, proven methodologies and techniques within the software development community.
- Greg Young - Good Enough Software is By Definition Good Enough.
- InfoQ Blog - Domain-Driven Design Content on InfoQ.
- Dan North - Inventor of Behavior-Driven Design. Blogs and talks about Event Storming also.
- Mike Mogosanu - Maintainable code is a business advantage. Creator of Domain Map: The Domain Modeling Tool - Easy And Powerful Domain Driven Design.
- Christian Posta - Principal Middleware Architect @ Red Hat, open-source enthusiast, committer @ Apache, Cloud, Integration, Kubernetes, Docker, OpenShift, Fabric8.
- Vladimir Khorikov - Pluralsight author. Blogs about software development principles and best practices.
- TechBeacon - Articles on TechBeacon tagged domain driven design.
- Derek Comartin - Articles under the category Domain Driven Design.
- Alberto Brandolini - Inventor of Event Storming. Asserting that problems cannot be solved with the same mindset that originated them, Alberto switches perspective frequently assuming the architect, mentor, coach, manager or developer point of view.
- Jérémie Chassaing - Various articles about DDD/CQRS. Implemented Greg Young's SimpleCQRS sample in F#.
- Vaughn Vernon - Vaughn Vernon understands the unique demands of software development and the challenges you face as you improve your craft in a fast-paced industry.
- Vladik Khononov - Various DDD-related articles.
- Eventsourcing Publications - Practical event sourcing.
- Jef Claes - Excellent articles and talks on Domain-Driven Design.
- Udi Dahan - From the creator of NServiceBus.
- Chris Patterson - From the creator of the MassTransit distributed application framework.
- Aaron Stannard - From the CTO and co-founder of Petabridge, developers of the Akka.NET Actor Model framework.
- Roger Johansson - Mostly C#, DDD, and Akka.NET.
- Konrad Garus - Ranting and Programming in Java, Clojure, and JavaScript. Articles tagged under cqrs.
- Oasis Digital - Content by Oasis Digital tagged under cqrs.
- Adaptech - Adaptech Solutions blog. Our founder, Adam Dymitruk, debated the merits of CQRS with Greg Young before Greg coined the term. Adam and business partner Robert Reppel are among the leading practitioners of event-sourced microservices.
- Lev Gorodinski - Several articles about DDD from 2013, which are still relevant.
- Dino Esposito - Software architect, trainer, book author. Author of Microsoft .NET - Architecting Applications for the Enterprise (2nd Edition).
Sample Projects / .NET (C#/F#)
- Example of Domain-Driven Design in F# - Example of Domain Driven Design for the game of checkers. There are two files: a scratch file with a series of designs, and a final version.
- Microsoft Patterns and Practices: CQRS Journey Sample Code (⭐1.4k) - Sample code from CQRS Journey.
- Simple CQRS in F# (⭐73) - Greg Young's SimpleCQRS in F#.
Sample Projects / JVM languages
- Akka CQRS ES Demo (⭐57) - Demo project to implement the CQRS and Event Sourcing patterns in Scala-Akka.
- DDD Leaven (⭐834) - DDD-CQRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing.
Libraries and Frameworks / .NET
- MessageRouter - Described in this video: The Beating Heart of CQRS, or Actor-Based Message Routing on the CLR by Paulmichael Blasucci at the New York F# .NET User Group.
- Projac (⭐137) - Projac is a set of projection libraries that allow you to write projections targetting various backing stores.
- Streamstone (⭐385) - Event Store for Azure Table Storage.
Podcasts and Interviews / Ruby
- Deeper into DDD on DotNetRocks with David Real - 11 June 2015.
- Thinking in DDD on DotNetRocks with Julie Lerman and Steve Smith - 19 August 2014.
- Eric Evans on Domain Driven Design on DotNetRocks - 10 May 2007.
- Jimmy Nilsson on Domain Driven Design on DotNetRocks - 29 August 2006.
- Being the Worst - 2012 thru 2016.
- Software Engineering Radio Episode 225: Eric Evans on Domain-Driven Design at 10 Years - 13 May 2015.
- Software Engineering Radio Episode 218: Udi Dahan on CQRS (Command Query Responsibility Segregation) - 30 January 2015.
5. Awesome Sre
Culture
Books
Hiring
Blogs
- Susan J. Fowler - Various blog posts about SRE, Software Engineering and Microservices.
6. Awesome Json Datasets
Historical Events
- Languages
7. Awesome Android
Crash monitoring / Field Validation
- Apteligent - Cross platform crash reporting/analytics solution. Supports NDK log.
More lists of libraries / Custom Dialog
- The Android Arsenal - Large list of android libraries
8. Awesome Ssh
Apps / Tools using the SSH protocol
- scp - Secure remote file copy utility over SSH.
- rsync - Fast incremental transfer utility that supports SSH.
- sftp - File transfer protocol over SSH.
- curl - Command line tool and library to transfer data (support
sftp
).
Apps / Network
- autossh - Automatically respawn SSH session after network interruption.
Apps / Multiplexers
- tmux - Terminal multiplexer.
- ClusterSSH - Controls a number of
xterm
windows via a single graphical console.
Apps / Testing / Honeypots
- sshmitm - SSH monkey-in-the-middle.
Apps / Alternatives to SSH
- telnet - An unencrypted network protocol and an application used to connect to remote computers and issue commands.
- rsh - An unencrypted network protocol and application used to connect to remote computers and issue commands.
Libraries / Alternatives to SSH
- C/C++
- libssh - The SSH library.
- Java
- jsch - Pure java, BSD licensed, SSH2 client library.
Resources / Tutorials
Resources / Security
- 01/14/2016 - Integer Overflow
CVE 2016 077[7-8]
.
- Security/Guidelines/OpenSSH - MozillaWiki -
sshd\_config
for6.7+
,5.3
.
9. Awesome Dotnet
Machine Learning and Data Science
- FsLab - A collection of data science and machine learning libraries for F# and .NET
10. Awesome Deep Vision
Image and Language / Question Answering
- SNU + NAVER [Paper]
- Jin-Hwa Kim, Sang-Woo Lee, Dong-Hyun Kwak, Min-Oh Heo, Jeonghee Kim, Jung-Woo Ha, Byoung-Tak Zhang, Multimodal Residual Learning for Visual QA, arXiv:1606:01455
- UC Berkeley + Sony [Paper]
- Akira Fukui, Dong Huk Park, Daylen Yang, Anna Rohrbach, Trevor Darrell, and Marcus Rohrbach, Multimodal Compact Bilinear Pooling for Visual Question Answering and Visual Grounding, arXiv:1606.01847
- Postech [Paper]
- Hyeonwoo Noh and Bohyung Han, Training Recurrent Answering Units with Joint Loss Minimization for VQA, arXiv:1606.03647
- SNU + NAVER [Paper]
- Jin-Hwa Kim, Kyoung Woon On, Jeonghee Kim, Jung-Woo Ha, Byoung-Tak Zhang, Hadamard Product for Low-rank Bilinear Pooling, arXiv:1610.04325.
11. Awesome Laravel
Conferences / Videos
- Prev: Oct 18, 2016
- Next: Oct 16, 2016