Projects in Awesome Lists by symonk
A curated list of projects in awesome lists by symonk .
https://github.com/symonk/writing-good-gherkin-syntax
A curated list of awesome cucumber / BDD / Gherkin guidelines, tips and tricks
Last synced: 03 Apr 2025
https://github.com/symonk/asserto
[alpha] Powerful fluent assertions for python.
assertions hacktoberfest python3
Last synced: 23 Mar 2025
https://github.com/symonk/pytest-playwright-enhanced
:snake: Batteries included playwright for pytest [alpha]
Last synced: 23 Mar 2025
https://github.com/symonk/solid-principles-and-patterns-in-python
SOLID design principles and common design patterns in python.
hacktoberfest python solid-principles
Last synced: 23 Mar 2025
https://github.com/symonk/learning-golang
My cross training learning materials in `Go`.
Last synced: 20 Feb 2025
https://github.com/symonk/pytest-wiremock
Pytest plugin and DSL for integration tests using wiremock
Last synced: 08 Apr 2025
https://github.com/symonk/python-musings
:rocket: - Documentation and my findings including common caveats or gotchas when cross training in python from other languages, java in particular. Everything ranging from basic builtins to advanced data structures :fire:
Last synced: 03 Apr 2025
https://github.com/symonk/kafkapy
[alpha] Python CLI to interact with and manage kafka clusters :snake:
Last synced: 08 Apr 2025
https://github.com/symonk/tasq
[alpha] Highly performant concurrent task queue in go :star2:
Last synced: 08 Apr 2025
https://github.com/symonk/kafka-demo
a small kafka producer consumer setup in golang
Last synced: 03 Apr 2025
https://github.com/symonk/mailie
:email: :rocket: [alpha] Asynchronous python emails.
Last synced: 08 Apr 2025
https://github.com/symonk/log-analyse
:gear: Production log file monitoring at scale with actionability
Last synced: 03 Apr 2025
https://github.com/symonk/go-concurrency-deep-dive
A deep dive into go concurrency patterns
Last synced: 03 Apr 2025
https://github.com/symonk/python-concurrency-and-parallelism-deep-dive
:robot: A deep dive into python concurrency and parallelism. Encompassing threading, multiprocessing and asyncio.
Last synced: 03 Apr 2025
https://github.com/symonk/cve-cli
:rocket: An asynchronous command line utility for the CVE database for finding vulnerabilities or monitoring your watch list.
Last synced: 03 Apr 2025
https://github.com/symonk/rdsmon
:chart_with_upwards_trend: [Alpha] python CLI for monitoring metrics of amazon RDS instances.
Last synced: 03 Apr 2025
https://github.com/symonk/pytest-containers
:rocket: A pytest plugin for starting docker compose services around tests
Last synced: 03 Apr 2025
https://github.com/symonk/ubuntu-setup
Configurations for ubuntu development
Last synced: 03 Apr 2025
https://github.com/symonk/baron
An impossible skill based 2D platformer written in Go
Last synced: 03 Apr 2025
https://github.com/symonk/introduction-to-fastapi
Repository for the fastapi tutorial
Last synced: 03 Apr 2025
https://github.com/symonk/systemd-api
Restful API for controlling systemd services written in go
Last synced: 03 Apr 2025
https://github.com/symonk/itertools-deep-dive
learning materials for pythons itertools module
Last synced: 03 Apr 2025
https://github.com/symonk/python-solid-data-structures-and-algorithms
Educational material on everything SOLID, data structures and algorithms in python
Last synced: 03 Apr 2025
https://github.com/symonk/pydocs
:orange_book: A wealth of python learning resources, documented by me as I progress and learn. https://symonk-pydocs.readthedocs.io/en/latest/
Last synced: 03 Apr 2025
https://github.com/symonk/fastapi-react-docker
Dockerised bootstrapping of a FastAPI backend and React frontend.
Last synced: 03 Apr 2025
https://github.com/symonk/dunder
Python documentation for all python dunder methods
Last synced: 03 Apr 2025
https://github.com/symonk/python-dsa
:checkered_flag: Data structures, Algorithms and Problem Solving Techniques for Python
Last synced: 03 Apr 2025
https://github.com/symonk/learning-go-book
Learning materials from learning-go 2nd edition
Last synced: 03 Apr 2025
https://github.com/symonk/pre-commit-warnings-stacklevel
A pre-commit hook that checks for default `stacklevel` for warnings.warn calls
Last synced: 03 Apr 2025
https://github.com/symonk/python_sorting
:snake: python implementations of common sorting algorithms
Last synced: 03 Apr 2025
https://github.com/symonk/python-data-model
Picking apart the python data model into understandable, educational chunks. This repository is only catered towards the CPython 3.8.5+ and other implementations may vary
Last synced: 03 Apr 2025
https://github.com/symonk/python-design-patterns
:snake: Common design patterns implemented in python
Last synced: 03 Apr 2025
https://github.com/symonk/profiler
Package for simplifying runtime profiling and tracing in golang
Last synced: 03 Apr 2025
https://github.com/symonk/packets
A Simple golang library for packet analysis
Last synced: 03 Apr 2025
https://github.com/symonk/climap
:rocket: [alpha] Access emails via IMAP from the commandline
Last synced: 03 Apr 2025
https://github.com/symonk/pytest-asserto
A pytest plugin for the `asserto` library.
Last synced: 03 Apr 2025
https://github.com/symonk/python-descriptors
Informative material for pythons descriptor protocol :snake:
Last synced: 03 Apr 2025
https://github.com/symonk/dockuier
:curly_loop: React application for displaying running docker container information
Last synced: 03 Apr 2025
https://github.com/symonk/systemd-web
A simplistic gui for systemd unit statuses, using nextjs & golang
Last synced: 03 Apr 2025
https://github.com/symonk/quik
[alpha] Highly performant generic worker pool in go :star2:
Last synced: 28 Mar 2025
https://github.com/symonk/page-object-utils
:rocket: Page object tools for selenium webdriver
Last synced: 03 Apr 2025
https://github.com/symonk/zentinel
:computer: Fast asynchronous port scanner written in python
Last synced: 08 Apr 2025
https://github.com/symonk/python-cdp
:snake: Pythonic marshalling for the devtools protocol
chrome devtools-protocol python
Last synced: 08 Apr 2025
https://github.com/symonk/pymail-loader
:snake: a lightweight asynchronous email spammer
Last synced: 03 Apr 2025
https://github.com/symonk/pycdp
:snake: Pythonic Marshalling for the chrome devtools protocol
Last synced: 03 Apr 2025
https://github.com/symonk/pytest-total-duration
A pytest plugin that records a total duration across setup, call and teardown per test item
Last synced: 03 Apr 2025
https://github.com/symonk/pre-commit-pdb-vars
A pre-commit framework hook that prevents variable names matching pdb shortcuts.
Last synced: 03 Apr 2025
https://github.com/symonk/kui
:checkered_flag: Terminal User Interface for managing Kafka clusters
Last synced: 20 Feb 2025
https://github.com/symonk/inertia
:snake: Test automation framework built on top of python-playwright
Last synced: 08 Apr 2025
https://github.com/symonk/concurrency-in-go
a deep dive into go concurrency
Last synced: 12 Mar 2025
https://github.com/symonk/city-auction-group-scraper
scrapes upcoming car auctions and filters data as per command line options
Last synced: 03 Apr 2025
https://github.com/symonk/learning-js
Cross training materials from learning `javascript`
Last synced: 03 Apr 2025