HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jorzel

139 karmajoined قبل 6 سنوات

Submissions

Don't Make the Right Decision. Make Your Decision Right

medium.com
6 points·by jorzel·قبل 7 أيام·0 comments

Write It First Then Let AI Drive

kennethreitz.org
2 points·by jorzel·قبل 3 أشهر·1 comments

[untitled]

1 points·by jorzel·قبل 6 أشهر·0 comments

[untitled]

1 points·by jorzel·قبل 7 أشهر·0 comments

[untitled]

1 points·by jorzel·قبل 7 أشهر·0 comments

Solve hard problems in complex codebases using AI Agents

humanlayer.dev
1 points·by jorzel·قبل 8 أشهر·0 comments

Agents Design Is Still Hard

lucumr.pocoo.org
3 points·by jorzel·قبل 8 أشهر·0 comments

[untitled]

1 points·by jorzel·قبل 12 شهرًا·0 comments

What went wrong with our happiness

medium.com
17 points·by jorzel·السنة الماضية·9 comments

Why Bad Code Exists

industriallogic.com
5 points·by jorzel·قبل سنتين·0 comments

[untitled]

1 points·by jorzel·قبل سنتين·0 comments

[untitled]

1 points·by jorzel·قبل سنتين·0 comments

Zoom added a mail feature. Tell me why?

twitter.com
26 points·by jorzel·قبل سنتين·46 comments

How to build a centralized logging solution with Grafana Loki

blog.devops.dev
2 points·by jorzel·قبل سنتين·0 comments

The myth of natural talent. And why we still believe in it

medium.com
9 points·by jorzel·قبل سنتين·2 comments

[untitled]

1 points·by jorzel·قبل سنتين·0 comments

[untitled]

1 points·by jorzel·قبل سنتين·0 comments

How Codebase Structure Shapes System Predictability

jorzel.github.io
3 points·by jorzel·قبل 3 سنوات·0 comments

The Power of Conventions in Software Development

jorzel.github.io
16 points·by jorzel·قبل 3 سنوات·0 comments

The Power of Conventions

jorzel.github.io
3 points·by jorzel·قبل 3 سنوات·0 comments

comments

jorzel
·قبل 12 شهرًا·discuss
Do you know exact size of any of these balls? When you do envelope calculations in software you never know precise values. But still these calculations can be useful.
jorzel
·قبل 12 شهرًا·discuss
If I were a recruiter, I would like your thought process :)
jorzel
·السنة الماضية·discuss
Yeah, you are definitely right. It is invisible convience I mentioned in the post
jorzel
·السنة الماضية·discuss
Before the Scientific Revolution people definitely had less freedom and agency.

And that condition was justified drive to more individualism, more impact in their own life.

However, in the recent years and decades it has gone too fare. We have become rootless and disconnected.
jorzel
·السنة الماضية·discuss
I woud not say that my article suggest social permissiveness. I would rather say that global capitalism and consumerism indirectly changed our culture into egocentric drive
jorzel
·قبل سنتين·discuss
It is quite hilarious that huge product teams believe that customers or users wants more features
jorzel
·قبل سنتين·discuss
Yeah, totally agree. We love to make wrong things righter.
jorzel
·قبل سنتين·discuss
It looks like zoom product team thinks they are a feature factory
jorzel
·قبل سنتين·discuss
Thanks for the comment and resources you shared!
jorzel
·قبل 4 سنوات·discuss
Good point. I used a 'system' as a synonym for a 'software' but you are right that it can be confusing
jorzel
·قبل 4 سنوات·discuss
In structurizr.com you have an option to export diagram using plant UML
jorzel
·قبل 4 سنوات·discuss
Is this the same package used in structurizr.com?
jorzel
·قبل 4 سنوات·discuss
I think that collaborative work can be deep, e.g. pair programming. However, the more people, the harder to be focused on presise topic / goal.
jorzel
·قبل 4 سنوات·discuss
Concurrency control is one of the most challenging aspects of software development.

Optimistic locking and pessimistic locking strategies will be discussed.
jorzel
·قبل 4 سنوات·discuss
Great article! Thanks
jorzel
·قبل 4 سنوات·discuss
Value objects persistance strategies using Python SQLAlchemy ORM
jorzel
·قبل 4 سنوات·discuss
Port and adapters architecture implemented in Python.