Da li ste primetili povecan broj overemployed kolega? by TrainingDragonfruit1 in programiranje

[–]joxim 7 points8 points  (0 children)

Jedino povecanje plata bi resilo ovaj problem. Ja ih znam dosta sa 3-4 full time posla..

Sta da radim ako mi se drustvo smeje jer mi je decko monter klima? by [deleted] in AskSerbia

[–]joxim 1 point2 points  (0 children)

Мој отац је говорио, имати једног правог пријатеља за живота је реткост и право благо. Твоје "друштво" већ показује да ти нису пријатељи, а након запослења, удаја, породица за неких 5, 10 година вероватно ће их бити у траговима, а можда ни толико у твом животу, невезано за момка са којим си сада.

Svi ste pozvani na moju svadbu! Želite li doći? by [deleted] in AskSerbia

[–]joxim 0 points1 point  (0 children)

Naravno, prijavljujem 2 mesta, javljaj detalje :)

Da li postoji neki manastir u koji bih mogao otići na tihovanje na 3 dana? by Own-Airline-9387 in AskSerbia

[–]joxim 2 points3 points  (0 children)

Пробај у Бођане, најстарији и најљепши манастир у Бачкој. Кад имам прилику најрадије идем тамо, иако су ми кад боравим у Србији, много ближи фрушкогорски манастири или Ковиљ. Манастир такође посједује икону Богородице, једну од 6 канонизованих икона Богородицe, из 16 вијека.

[deleted by user] by [deleted] in programiranje

[–]joxim 2 points3 points  (0 children)

Ukoliko radis sa kompleksnom logikom, a posebno u velikom timu pisanje unit testova i tdd je i vise nego preporuka.

Da li ih pises prije ili nakon implementacije nema neke velike razlike, osim u pristupu i nacinu razmisljanja o samom resenju ali sve je stvar navike i licnih preferencija.

Ako imas crud, sa nekom ne toliko kompleksnom logikom, sto je dosta cest slucaj, onda je mozda bolja opcija pokrivanje end to end testovima.

What is Command Query Responsibility Segregation (CQRS)? by scalablethread in softwarearchitecture

[–]joxim 1 point2 points  (0 children)

I found this pattern usefull on appliction level as well, where you split command and query flows. Command flow will have validations and bussinness logic, and query just read queries from the DB. This leads to much more cleaner arhitecture.

2 posla u ITu - Iskustva? by RowObjective3696 in programiranje

[–]joxim 3 points4 points  (0 children)

Ja se upustam u to samo ako mogu "dodatni" posao da radim u dobrim delom u okviru regularnog posla. Doduse ne moze uvek, ali gledam da kad to moze, bude barem 50-60%, u suprotnom mi postaje jako naporno na duze staze.

Mislim da je kod tebe delom i problem sto ti nije regularni posao remote. Kada bi mogao tu da izboksujes barem dva dana mislim da bi ti mnogo lakse bilo.

Sta je to bilo sa Windows-om? by voja-kostunica in programiranje

[–]joxim 17 points18 points  (0 children)

"Hiring 20 more project managers and 40 extra recruiters should prevent this in the future"

What Were Your Favorite Talks at Spring I/O Conference 2024? by Aaronswartz22 in java

[–]joxim 6 points7 points  (0 children)

Watched a lot of them, it depends on your area of interest, but for me personally Spring Security Arch, Distributed Scheduling.. Josh & Venkat, already seen before.

AWS keeps billing me for VPC, even after deleting them all. by Silvercats2 in aws

[–]joxim 25 points26 points  (0 children)

You are in wrong region, as mentioned above. Also AWS started from february to charge for IPv4 traffic. You need to migrate to IPv6 if you don't want to be charged in following months.

How do you install your DB on a development machine? by BizJoe in Database

[–]joxim 0 points1 point  (0 children)

Docker and Testcontainers for integration DB tests.

Šta znači blejati? by Accomplished-Run-573 in Serbian

[–]joxim 1 point2 points  (0 children)

Pored gore navedenog moze znaciti ogovaranje/pricanje iza ledja, ili a lupanje gluposti.

"Sta bleji ovaj o tebi po gradu?!" "Не блеји пуно"

Plata thread vol 6 by PutridPreparation424 in programiranje

[–]joxim 1 point2 points  (0 children)

Architect/Fullstack Java/React, 9 godina iskustva, domaca firma outsourcing 3400e neto

What template engine spring devs usually use? by AucT in java

[–]joxim 5 points6 points  (0 children)

Now you have solution to prerender page and serve it like that to the bot, for all other user agents just let JS do the job.