Viewing profile — seperman
seperman
HN member- Joined
- Fri, Sep 30, 2016, 12:31 AM UTC
- HN karma
- 90
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About seperman
https://zepworks.com http://qluster.ai
https://github.com/seperman
hello _at_ zepworks.com
Recent public activity
-
comment
Comment #44880407
Very interesting. Why does Claude find more problems if we mention the code is written by another developer?
-
comment
Comment #44867724
I’m the same way — I skip straight to pricing too. Curious though: when you get there, do you prefer seeing a few fixed tiers (like the classic “3 bucket” layout), or would you rat…
- story
-
comment
Comment #37463889
I have been working on a data validation tool for a while. I even tried creating an extended YAML parser for data validation. You made me realize I wasted my time with that approac…
- story
-
comment
Comment #24595585
It seems things are coming back full circle. From what I remember, Guido wanted Python 3 to be a whole new spec and not be backward compatible with Py2. Then they kept adding featu…
- story
- story
-
comment
Comment #20471720
We do use libraries as much as possible. However we avoid putting business logic into libraries.
-
comment
Comment #20467374
It took over a quarter of the year with one engineer 100% dedicated to it and between 1 to 3 other engineers involved part-time over different stages of the project.
-
comment
Comment #20467330
That is a great question. Kubernetes and docker and the recent addition of service mesh layer definitely do make things easier for micro-services. However as another commenter ment…
-
comment
Comment #20467074
Hmm, not sure if I'm completely following... Yeah you can consider them separate entities if they are truly decoupled.
-
comment
Comment #20466757
There are pros and cons to the micro-services architecture. To your point it is not a black or white solution. Our systems are fairly large and over-engineered. Often switching to …
-
comment
Comment #20466698
Exactly. I could not have explained it better than you.
-
comment
Comment #20466689
This is a very simplified version of our architecture just for the purpose of this article. We have exactly 83 micro-services currently.
-
comment
Comment #20465676
I was just disagreeing with "Microservices are almost completely opposed to agile development". You can be agile in both monolith architecture and micro-services. I don't see why m…
-
comment
Comment #20465485
Lol, Mirco-service architecture is a vehicle that can make it easier to achieve those goals. It is not a black or white solution. There are pros and cons.
-
comment
Comment #20465461
Not sure if I agree with you regarding the agile part. If each team owns their "micro-service", then they can have their own "sprints".
-
comment
Comment #20464867
So far it has worked I guess!
-
comment
Comment #20464674
The performance gains of the API were not the by-product of cutting into micro-services. Basically this article is about "We had some issues with the monolith, we cut it into micro…
-
comment
Comment #20464622
I do not disagree with your comment. As I mentioned in the article the main reasons to break into micro-services are: 1. Independent releases 2. Easier for on-boarding new engineer…
-
comment
Comment #20464092
Mainly saved in infrastructure costs: Elasticsearch and Kubernetes resources.
- story
- story