Pinned Repositories
clock
Some useful time related things in Go.
composition_using_protocols
Example code for a blog post about composition patterns in Python.
datastore-emulator-go
A simple library to manage an instance of datastore emulator in tests.
dsemu
A wrapper around the Datastore emulator for use in tests.
gqlgen-sqlc-example
Reference code for the tutorial series about building GraphQL servers in Go from my blog.
gqlmeetup
Example GraphQL server in Go.
litag-example
An example GraphQL server written in Go using gqlgen, sqlc and dataloaden. More about this soon on my blog.
serverless-project-example
Example Python project using AWS serverless stack
simple-i18n-example
Simple example of a multilingual site in Next.js using dynamic routing.
warsaw-go-meetup-presentation
Presentation delivered at the Warsaw Go Meetup 2020-03-23
fwojciec's Repositories
fwojciec/simple-i18n-example
Simple example of a multilingual site in Next.js using dynamic routing.
fwojciec/serverless-project-example
Example Python project using AWS serverless stack
fwojciec/composition_using_protocols
Example code for a blog post about composition patterns in Python.
fwojciec/format.nvim
Neovim plugin to automatically format code.
fwojciec/generator-query-example
Example of using JS/TS generators to paginate DynamoDB queries
fwojciec/iam_policy_normalizer
Parses and normalizes IAM policies for automated evaluation
fwojciec/w11i.me
My personal blog in Next.js/React.
fwojciec/Adv360-Pro-ZMK
Production repository for the all-new Advantage360 Professional using ZMK engine
fwojciec/arrow-go
Official Go implementation of Apache Arrow
fwojciec/asr
AWS Service Reference
fwojciec/bigquerystorage
fwojciec/configs
My configuration files
fwojciec/cookiecutter-python-script-template
Just the bare essentials to write a Python script with Python tooling support (black, isort, flake8, mypy, pytest)
fwojciec/duckdb-node
fwojciec/exchange-rates
Simple frontend to https://exchangeratesapi.io/ (with focus on exchange rates for royalty rate calculations)
fwojciec/homebrew-cloud_sql_proxy
Homebrew formular for google cloud sql proxy
fwojciec/iam_policy_rust
I'am policy parser implemented in Rust - learning serde/serde_json mostly
fwojciec/ibis-types-test
reproduction of a typing issue with Ibis
fwojciec/kysely
A type-safe typescript SQL query builder
fwojciec/modular-graphql-server
POC of a modular GraphQL server concept
fwojciec/pgschema
Utilities for inspecting PostgreSQL schema and doing stuff with it.
fwojciec/product-update
product-update example
fwojciec/pydantic
Data parsing and validation using Python type hints
fwojciec/python-eventsource
playground for with event sourcing experiments in python
fwojciec/reason-todo
A basic ReasonML todo example
fwojciec/requirements.txt.vim
the Requirements File Format syntax support for Vim
fwojciec/ta
Tiny Golang test assertion library.
fwojciec/tablemaker
Saves PostgreSQL table and view definitions as sql files that can be used in tests.
fwojciec/yq
yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
fwojciec/zlox
Zig implementation of the Lox programming language from Robert Nystrom's Crafting Interpreters