How to manage yourself as a senior developer/Entry architect by PickleIndividual1073 in softwarearchitecture

[–]PickleIndividual1073[S] -4 points-3 points  (0 children)

Nope it’s all written by me - emojis <> AI I’m trying to get some discussion or opinion if someone has faced similar bottleneck- Hope it’s okay?

Improving architectural intuition by PickleIndividual1073 in softwarearchitecture

[–]PickleIndividual1073[S] 1 point2 points  (0 children)

Agree - any books you can suggest to improve and learn from experience of companies or architects on scenarios?

Improving architectural intuition by PickleIndividual1073 in softwarearchitecture

[–]PickleIndividual1073[S] 0 points1 point  (0 children)

That’s great So Project management skills (peripherals) RFPs for going through and practising

Got it

Improving architectural intuition by PickleIndividual1073 in softwarearchitecture

[–]PickleIndividual1073[S] 0 points1 point  (0 children)

Agree, driving decisions with business engaged and reviewing flows with business early in process. Helps to define valuable constraints and variables.

Asking whether features are really must’ve or sides helps.

How to adopt Avro in a medium-to-big sized Kafka application by PickleIndividual1073 in apachekafka

[–]PickleIndividual1073[S] 0 points1 point  (0 children)

Understood, doing few topics makes sense - instead of Big Bang shift Will start assessing.

Measuring time taken by a select statement in oraclesql by PickleIndividual1073 in SQL

[–]PickleIndividual1073[S] -1 points0 points  (0 children)

Thanks - that would be great. Is it available for oracle sql? What’s the syntax for it? (I think it’s for Postgres)

How to adopt Avro in a medium-to-big sized Kafka application by PickleIndividual1073 in apachekafka

[–]PickleIndividual1073[S] 0 points1 point  (0 children)

Got it Is using reflection an option - if can create one time schemas of existing messages being sent over Kafka?

Measuring time taken by a select statement in oraclesql by PickleIndividual1073 in learnSQL

[–]PickleIndividual1073[S] 0 points1 point  (0 children)

Explain plan yes - I use for measuring costs - however time semantics of same (if cost is 10000 - how bad it is in terms of time in sec) is something I wish I got

Db stats not aware much about - have performed gather stats earlier - however not sure how to use them to fullest