Skip to content

asabya/project52

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Project52, 52 weeks, 52 Go projects

A project to write a small project everyweek. All projects are written in Golang.

Preface:

I saw a Github kkdai/project52 and felt inspired. So, I hope I could learn something by doing the same challenge myself.

Constraint:

Here are the constraints of Project52.

  • The project could be small or big, but it should be something new not just refactoring an old project.
  • The Programming language is not limited, feel free to write any language you have just learnt. (actually I am interested in writing some Go packages, just because I want to learn it.)
  • Don't need to create brand new project, you could rewrite some exist project. (but on your own way, not allow to fork and refine.)

Progress (02/02/2020~)

  1. (08/02/2020) https://github.com/Sab94/go-watch-solidity A solidity file watcher to compile and generate abi, bin and gobinging
  2. (16/02/2020) https://github.com/Sab94/go-udemy-dl Go Udemy Downloader is another udemy downloader written in go for personal offline use.
  3. WIP : (24/02/2020) https://github.com/Sab94/go-deploy-contract Go Deploy Smart Contract is a smart contract deployer to any given test or main network.
  4. (02/03/2020) https://github.com/Sab94/go-worker go-worker is a work queue to run tasks in go routines
  5. (29/03/2020) https://github.com/Sab94/uds unix domain socket implementation in go
  6. (11/04/2020) https://github.com/Sab94/udspubsub pubsub implementation using unix domain socket in golang
  7. (12/04/2020) https://github.com/Sab94/udsws websocket implementation using unix domain socket in golang
  8. (18/04/2020) https://github.com/Sab94/libp2p-kad-dht-trail Hello world local libp2p network with kad-dht rendezvous discovery
  9. (26/04/2020) https://github.com/Sab94/go48 Yet another 2048 using go
  10. WIP : (17/05/2020) https://github.com/Sab94/ipfs-monitor monitor your ipfs node on terminal

Provide Idea or Encourage..

Please file an issue if you want to suggest a small project idea. (hopefully it could be done within one week. :p ).

You can also encourage me by starring this project.

About

52 weeks, 52 Go projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published