Skip to content

Instantly share code, notes, and snippets.

@AbirRazzak
Last active October 18, 2022 15:11
Show Gist options
  • Save AbirRazzak/e84ae4f55a60fb6f621c8ca1563dce61 to your computer and use it in GitHub Desktop.
Save AbirRazzak/e84ae4f55a60fb6f621c8ca1563dce61 to your computer and use it in GitHub Desktop.
Useful Libraries and Such

C#

  • NancyFx - Lightweight Web Framework
  • Json.NET - high-performance JSON framework for .NET

Python

  • Flask - Microframework
  • Pydantic - Dataclasses
  • pip-tools and pipdeptree - Dependancy mangement
  • DeepDiff - Smarter deltas with clean outputs
  • pprint - Clean dictionary printing
  • sqlalchemy - Database Toolkit for Python
  • environs - simplified environment variable parsing
  • pytest - Testing framework

Javascript

  • Handlebars - Templating
  • Underscore/Lodash - Library of utility functions for common programming tasks
  • D3.js - Data visualization
  • LESS.js - Dynamic preprocessor style sheet language that can be compiled into

Java

  • Mockito - Mocking in tests
  • Junit - Unit testing framework
  • Hamcrest - Better assertions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment