Discover and read the best of Twitter Threads about #init

Most recents (3)

Das BMI hat bei #init und #capgemini ein neues Hackathon-Style-Hilfeportal für Flüchtende aus der Ukraine gekauft. (Weil wir ja immer noch keine staatliche Kompetenz haben, sowas zu bauen…)
Mag mal jemand ifgen was sowas kostet?
Ist auch noch die sehr gute Government Site Builder Version auf CoreMedia Basis. Also sogar fĂĽrs CMS nochmal abgerechnet. Image
Und statt das man sowas seit 2014/2015 mal strategisch sinnvoll angegangen wäre, hat man einfach weggeschaut und muss jetzt den Agile-Berater-Geldverbrennungstanz für irgendeine schlechte Lösung von vorne beginnen.
Read 5 tweets
🔴⏬ Here I start a thread about some Oracle Database concepts. We will see how far it goes - all questions/comments welcome.
🔴⏬ A database (or DBMS - database management system) stores (for short and long term) and manipulates (from many concurrent users/devices) your #data.
🔴⏬ #data is logically structured (tablespaces, schemas, tables, columns, datatypes, constraints,…). The structure is described by #metadata.
Read 73 tweets
Thread about why I said that init() functions in #Golang are evil...

#Golang #Go #Init #Code
1. Init() functions are run before any function in the package, from the first view, it is good to use them as package constructor. In reality, package initializing via init() function will add complexity for your tests, understanding application flows, extendibility of code, etc
2. For example, you decided to init DB connection in the init() function. After this decision, you cannot simply mock DB in your package (or use another init() function in your tests)
Read 12 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!