Experimentalist.
Trying out new tech, patterns, gadgets.
- London, England
-
22:03
(UTC) - http://www.shoaibi.me
Pinned Loading
-
JavaMicroservicesInterestingPoints.md
JavaMicroservicesInterestingPoints.md 1# [Java Microservices: A Practical Guide](https://www.marcobehler.com/guides/java-microservices-a-practical-guide)
23When talking about creating a lot of microservices for one workflow:
45> Again, this is something that looks good on paper, but immediately
-
DynamoDb Notes
DynamoDb Notes 12# General
3- Data Pressure: Ability to process data within reasonable time and cost
4- Whenever one of the dimensions of Data Pressure is broken, we'd invent new technology.
5- RDBMs optimize for storage which makes sense as storage was expensive in 70s. But this happens at the cost of CPU, where CPU is going insane pulling data from all over the disk and stitch it together. Nowadays storage is cheap and CPU isn't. So why use a system that depends on an expensive resource.
-
-
learning-go
learning-go PublicDocumenting my learnings, along with any best practices, about golang as a beginner and also to use as reference
Go 2
-
playing-with-go-crawler
playing-with-go-crawler PublicTrying to use my beginner golang skills to create a sitemap crawler that dumps data as json which can be queried through an API and presented as some nice UI
Go
-
playing-with-go-debugger
playing-with-go-debugger PublicDocumenting how I got delve+docker to work with remote debugging in Goland
Dockerfile
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.