Awesome List Updates on Sep 23 - Sep 29, 2019
50 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Dev Fun
Python
- RoastBot (⭐20) - A chatbot that insults its user.
2. Game Datasets
Dataset / Web
- Heroes of Might and Magic 3 Units - Units of a game.
3. Awesome Nodejs
Packages / Email
- MJML (⭐17k) - Markup language designed to reduce the pain of creating responsive emails.
4. Awesome Electron
Open Source / Other
- Gmail Desktop (⭐819) - Unofficial Gmail app.
Closed Source / Other
- Moon Modeler - Schema design tool for MongoDB, Mongoose, and MariaDB.
For Electron / Other
- adblocker-electron (⭐770) - Block ads and trackers.
5. Awesome List
Development Environment
- Git Hooks (⭐960) - Scripts for automating tasks during
git
workflows.
Security
6. Awesome Fonts
Emojis / Fonts
- emojize (⭐108) - High resolution, unicode (emoji) to html conversion utility
Programming fonts / Fonts
- Operator Mono — A $200 premium programming typeface inspired by traditions of typewriting
Programming fonts / Programming fonts with ligatures
- Cascadia Code (⭐22k) - Monospaced font by Miscrosoft designed to enhance the modern look and feel of the Windows Terminal
- Dank Mono — A premium programming font with Delightful ligatures and an italic variant
Other / Event listeners for fonts loading on a web page
- Easy Fonts - Makes webfonts easy to use for developers
7. Awesome Ddd
Blogs
- Martin Havlišta - DDD, CQRS, TDD blog posts with code samples in C# .NET
Sample Projects / .NET (C#/F#)
- Companion Code for Microsoft .NET Architecting Applications for the Enterprise (⭐496) - An event based Micro ERP.
Sample Projects / JVM languages
- Kotlin DDD Sample (⭐281) - Sample DDD/CQRS project written in Kotlin.
Libraries and Frameworks / .NET
- ByValue (⭐9) - This library helps to create ValueObjects (even with collection properties) with properly implemented equality behavior.
8. Awesome Vscode
Facebook Flow / More
- Flow Language Support - provides all the functionality you would expect — linting, intellisense, type tooltips and click-to-definition
- vscode-flow-ide - an alternative Flowtype extension for Visual Studio Code
9. Awesome Recursion Schemes
Articles
- Recursion Schemes in Scala - Introduces the fixpoint combinator, anamorphism, catamorphism, hylomorphism, paramorphism, apomorphism, histomorphism, dynamorphism and futumorphism.
10. Awesome Software Patreons
Open Source Projects
- Laigter - Automatic normal/specular/occlussion/parallax map generator for 2D game sprites.
11. Awesome Powershell
Books
- Learn PowerShell in a Month of Lunches, Linux and macOS Edition - A task-focused tutorial for administering Linux and macOS systems using Microsoft PowerShell.
12. Awesome Groovy
IDE and Editor Support
- SpaceVim - SpaceVim
lang#groovy
layer
13. Awesome Gnome
Internet and Networking
- Feeds - An RSS/Atom feed reader.
Icons / Upstream Style
- GNOME++ (⭐163) - Third-party application icons compatible with GNOME's current guidelines.
- Pop! (⭐200) - Official icon theme of Pop!_OS by System76.
14. Awesome Icons
Generic
- uiw-icons - The premium icon font for UIW Framework.
Tools
- svgtofont (⭐514) - Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
15. Awesome Interview Questions
Programming Languages/Frameworks/Platforms / AngularJS
Programming Languages/Frameworks/Platforms / C#
Programming Languages/Frameworks/Platforms / HTML
Programming Languages/Frameworks/Platforms / Java
Programming Languages/Frameworks/Platforms / JavaScript
Programming Languages/Frameworks/Platforms / NodeJS
Programming Languages/Frameworks/Platforms / PHP
Programming Languages/Frameworks/Platforms / Python
OS / Linux
16. Awesome Maintainers
- @nathanmarz, Apache Storm (⭐6.4k)
- "History of Apache Storm and lessons learned" (post)
17. Awesome Open Source Supporters
Miscellaneous
- testmail.app
requires-approval
- Automate end-to-end email tests with unlimited mailboxes and a GraphQL API.
18. Awesome Python
Image Processing
- pyvips (⭐609) - A fast image processing library with low memory needs.
19. Awesome Leading and Managing
What This Is, and Where It Comes From
- "I have hunted and used this repeatedly in the last few months and referred many others to the material. So thank you—it's making a real difference in more ways than you could Imagine! :)" —Dave Igoe, via Slack
20. Awesome Clojure
Date and Time
- clojure.java-time (⭐451) - Java 8 Date-Time API
21. Awesome Wagtail
Resources / Presentations
- Writing (code) for authors – Wagtail Space US 2019 by Brian Smith & Eric Sherman. Slides.
- Saving Lives With Wagtail: Recovery Meetings Across the World – Wagtail Space US 2019 by Timothy Allen.
- Why we chose Wagtail for CodeRed CMS – Wagtail Space US 2019 by Vince Salvino.
- Building a Wagtail-based site and authoring environment with accessibility in mind – Wagtail Space US 2019 by Zarina Mustapha.
- Making Wagtail Accessible – Wagtail Space US 2019 by Thibaud Colas. Slides.
- Everyone can fly a flag – Wagtail Space US 2019 by Will Barton. Slides.
- Architecting for a multi-domain site – Wagtail Space US 2019 by Ben Beecher. Slides.
- Contributions can be more than code – Wagtail Space US 2019 by Kalob Taulien.
- Thoughtful Code Review – Wagtail Space US 2019 by Naomi Morduch Toubman. Slides.
- Solving your problems by spelunking the Wagtail code – Wagtail Space US 2019 by Harris Lapiroff. Slides
- The State of Wagtail: 2019 – Wagtail Space US 2019 by Tom Dyson.
22. Awesome Python Typing
Static type checkers
- pyright (⭐12k) - Fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified.
Stub packages
- django-stubs (⭐1.5k) - Stubs for Django (⭐78k).
- djangorestframework-stubs (⭐421) - Stubs for DRF (⭐28k).
- grpc-stubs (⭐35) - Stubs for grpc (⭐41k).
Tools / Linters
- flake8-annotations-complexity (⭐46) - Plugin for flake8 to validate annotations complexity.
Tools / Testing
- pytest-mypy-plugins (⭐97) - Pytest plugin for testing mypy types, stubs, and plugins.
Tools / Working with types
- mypy-protobuf (⭐632) - Tool to generate mypy stubs from protobufs.
Tools / Mypy plugins
- mypy-zope (⭐38) - Plugin for zope.interface support.
- mypy/plugins (⭐18k) - Plugins already integrated into mypy.
Integrations / Mypy plugins
- vim-mypy (⭐98) - Mypy integration for Vim.
Articles / Third-party articles
- Testing mypy stubs, plugins, and types - Full tutorial about testing mypy types.
Communities / Third-party articles
- python/typing - Official typing gitter chat.
- PythonRu#typing - Russian slack chat (invites are here) about types.
Related / Third-party articles
- awesome-python (⭐212k) - Curated list of awesome Python frameworks, libraries, software and resources.
- python-typecheckers (⭐60) - List of Python type checkers: static and runtime.
23. Bots
Telegram
24. Awesome Elm
Conference Videos / Playlists
- Elm Conf 2019 - Sep 2019
25. Awesome Malware Analysis
Detection and Classification / Other Resources
- PortEx (⭐494) - Java library to analyse PE files with a special focus on malware analysis and PE malformation robustness.
26. Awesome Nosql Guides
Overview of NoSQL
- Distribution, Data, Deployment: Software Architecture Convergence in Big Data Systems (PDF) - Gorton and Klein (2014) paper to discuss software engineering concerns when dealing with big data systems in terms of distribution, data, and deployment. Also accessible here.
- Use cases for NoSQL (2017) - Discussion on Stack Overflow on best use cases for using NoSQL databases over traditional SQL databases.
Data Structures and Modeling
- Data Models Will Be Beautiful Again (2016) - Essay argues that despite existing schema-less databases, thoughtful database modeling is important to gain knowledge and insights using algorithms.
27. Awesome Aws
Open Source Repos / Redshift
- aws-lambda-redshift-loader 🔥🔥🔥 (⭐593) - Lambda database loader.
28. Awesome Ros2
Companies / Robotics Capture the Flag (RCTF)
- Acutronic Robotics - Not existing anymore. Initiators of the Hardware Robot Information Model (HRIM), Hardware Robot Operating System (H-ROS) and creators of the world's first modular industrial robot arm MARA.
- ADLINK - "Leading EDGE COMPUTING".
- Alias Robotics - Products and services in the context of robot cybersecurity.
- Amazon - Robotics Team of Amazon Amazon Web Services (AWS).
- Bosch - Robotics Team of Bosch Research.
- Canonical - The company behind Ubuntu.
- Eprosima - "The middleware experts".
29. Awesome Blazor
Other Languages / Others
- Blazor.ru - [Russian] Old official documentation website translated in Russian.
30. Awesome Cheminformatics
Resources / Blogs
- DrugDiscovery.NET - Blog of Andreas Bender, who is a Reader for Molecular Informatics at University of Cambridge.
31. Awesome Javascript
Testing Frameworks / Runner
- puppeteer (⭐88k) - Headless Chrome Node.js API by official Google Chrome team.
Date / Runner
- map-countdown (⭐5) - A browser countdown built on top of the Google Maps.
- dayjs (⭐46k) - Day.js 2KB immutable date library alternative to Moment.js with the same modern API.
32. Awesome Dotnet Core
Frameworks, Libraries and Tools / CMS
- dasblog-core (⭐470) - The original DasBlog reimagined with ASP.NET Core
33. Awesome Cl
Function extensions
- cl-hooks (⭐16) - Hooks extension point mechanism (as known, e.g., from GNU Emacs). LGPL.
- method-hooks - When CLOS method combination allow only one hook per method, this library allows an arbitrary number of them. Mozilla Public Licence.
Typing
- 👍 trivial-types (⭐66) - provides missing but important type definitions such as
proper-list
,association-list
,property-list
andtuple
. LLGPL.
34. Awesome Seed Rs
Books
- Engineering Rust Web Applications - Diesel, Rocket and Seed.
Projects Using Seed
- Kavik.cz (⭐5) - Open-source personal website.
35. Awesome Nextjs
Articles
36. Awesome Actions on Google
Blogs
- How to automate testing for Google Assistant Apps? - By Ruben Oostinga.
People to follow
- Actions on Google - Official Actions on Google Account.
- Jessica Dene Earley-Cha - Developer Advocate @google.
- Joe Birch - Android Lead @Buffer. GDE for @Android, @actionsongoogle, @FlutterIO & @GooglePay. Instructor @caster_io.
- Allen "Prisoner" Firstenberg - GDE for Actions on Google.
- Amanda (Chibi) Cavallaro - GDE for Actions on Google.
- Aygul Zagidullina - GDE for Actions on Google.
- Yoichiro Tanaka - GDE for Actions on Google.
- Cathy Pearl - Head of Conversation Design Outreach @Google.
- Sachin Kumar - GDE for Actions on Google.
- Nick Felker - Developer Programs Engineer at Google.
37. Awesome Bioie
Tools, Platforms, and Services / Repos for Specific Datasets
- SemEHR (⭐87) - paper - an IE infrastructure for electronic health records (EHR). Built on the CogStack project.
38. Guides
Other / Writing
39. Awesome Bigdata
Videos
- Machine Learning, Data Science and Deep Learning with Python - LiveVideo tutorial that covers machine learning, Tensorflow, artificial intelligence, and neural networks.
40. Awesome Machine Learning
JavaScript / Demos and Scripts
- NSFWJS - Indecent content checker with TensorFlow.js
- Rock Paper Scissors - Rock Paper Scissors trained in the browser with TensorFlow.js
Python / General-Purpose Machine Learning
- Cornac (⭐853) - A comparative framework for multimodal recommender systems with a focus on models leveraging auxiliary data.
Python / Neural Networks
- Machine Learning, Data Science and Deep Learning with Python - LiveVideo course that covers machine learning, Tensorflow, artificial intelligence, and neural networks.
41. Awesome Steam
Java / Misc
- JavaSteam (⭐89) - Java library that provides an interface to directly interact with Valve's Steam servers.
42. Awesome Xamarin
Database
- LiteDB ★4245 (⭐7.6k) - A .NET NoSQL Document Store in a single data file.
43. Awesome React Components
Carousel
- pure-react-carousel (⭐1.7k) - Built from scratch and not highly opinionated.
44. Awesome Cpp
Audio
- libsoundio (⭐1.9k) - C library for cross-platform real-time audio input and output. [MIT] website
Networking
- KCP (⭐15k) - A fast and reliable ARQ protocol that helps applications to reduce network latency. [MIT]
Coding Style Tools
- EditorConfig - EditorConfig helps maintain consistent coding styles across different editors and IDEs.
45. Awesome React Native
UI
- react-native-gesture-detector (⭐76) - Easily create and detect custom, complex gestures on React Native.
Seeds / Navigation Demos
- react-native-easy-starter ★50 (⭐254) - A React-native starter kit using latest react and react-native 0.60.5 (⭐1.5k), easy-peasy state management, hooks workflow, hermes, codepush ready-to-use custom hooks, react-native-paper, contextapis, theming support and much more (android + ios)
46. Awesome Competitive Programming
List of Lists
☆: ★★★
Name: Data Structures and Algorithms - CodeChef Discuss
Description: A very complete list of competitive programming resources. A must-have in your browser bookmark.
47. Awesome Flutter
Media / Audio
- Flutter Audio Recorder (⭐121) - Provides full controls and access to recording details such as level metering by Wenyan Li.
🇬🇷 Greece / Misc
- Meetup Athens
- Slack Flutter GR
🇵🇱 Poland / Misc
- Meetup Tricity
- Twitter Tricity
48. Awesome Nix
Community / Webinterface
49. Awesome Sysadmin
Software / Identity Management - Tools and web interfaces
- Smallstep Certificates - A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. (Source Code (⭐6.5k))
Apache-2.0
Go
50. Awesome Actions
GitHub Tools and Management / Docker Container Actions
Utility / Docker Container Actions
Static Analysis / Linting
Deployment / Code Coverage
Frontend Tools / Terraform
- Generate OG Image (⭐32) - Generate customisable open graph images from Markdown files.
Tutorials / Terraform
- Prev: Sep 30 - Oct 06, 2019
- Next: Sep 16 - Sep 22, 2019