https://github.com/vecerek/blog
Code examples for my personal blog
https://github.com/vecerek/blog
fp-ts software-engineering typescript
Last synced: 9 months ago
JSON representation
Code examples for my personal blog
- Host: GitHub
- URL: https://github.com/vecerek/blog
- Owner: vecerek
- License: mit
- Created: 2023-01-29T20:59:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T11:09:44.000Z (over 2 years ago)
- Last Synced: 2025-03-23T18:12:06.417Z (9 months ago)
- Topics: fp-ts, software-engineering, typescript
- Language: TypeScript
- Homepage: https://dev.to/attila_vecerek
- Size: 57.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog
This monorepo contains all the code examples I publish in my blog posts at https://dev.to/attila_vecerek.
The repo helps make sure that all published code examples can be compiled and executed.
Each workspace represents a single series of blog posts.
Each folder under the workspace represents a single post.
Each file under the folder represents a single code block.
The files are named so that the order represents the actual order in which the code blocks are written in the posts.