Skip to content

Artikler om Programming

Transactions 101: when and how to use them in the Spring Framework

If you’ve worked with Java software that uses the Spring Framework, you probably have come across the transactional annotation in the code base. If you’re like me, you probably didn’t fully understand how they work and why we would use them.

Azure SQL trigger for functions

In this practical blog post I would like to introduce you to the new Trigger Binding on Azure Functions for Azure SQL Database tables. In 2024 March this became generally available (GA) so let’s review it.

Principai, padėję tapti geresniu programuotoju

Pradėjus programuoti, aš buvau laimingas, kad mano kodas veikia ir programa duoda norima rezultatą. Ko gi daugiau gali reikėti geram programuotojui? Lyg ir nieko, tik gerai veikiančios ir laiku klientui pristatytos programos.

Kaip pateikti pull request, kad kodo peržiūra būtų efektyvesnė ir greitesnė

Pagal Agile metodologiją dirbančių komandų greitis matuojamas po kiekvieno sprinto. Vertinant komandos rezultatus galima pastebėti, jog kiekvieno komandos nario įpročiai gali sukelti drugio efektą. Net ir maži pakitimai komandos narių elgsenoje turi įtakos galutiniam rezultatui, todėl svarbu susikur...