Zurück zum Blog

Tag: software-development

Go! Run! Go!

Karl-Ludwig Reinhard

08.07.2020
A small field report about replacing a bash script with a small golang program and develop it further to a 'true' script in the context of gitlab ci. Comparing small aspects of bash scripts and with the equivalent constructs in go Also mixed with some of my thoughts about scripting in general :)
Weiterlesen

Validating internal structure / dependencies using IntelliJ IDEA

Marc Kannegiesser

16.05.2017
There are several different tools to maintain the internal structure of a java application available. The tools range from simple open source software like jdepend and degraph to full fledged architecture…
Weiterlesen

Entwicklertag Frankfurt 2015

Arnold Franke

Tobias Schneider

26.02.2015
Während der Karlsruher Entwicklertag der andrena objects ag schon seit 2010 ein etabliertes Event in Karlsruhe ist, brachte der Veranstalter die Konferenz dieses Jahr erst zum zweiten Mal nach Frankfurt.…
Weiterlesen

Javascript Linting Tool Evaluation

Sven Müller

Tobias Schneider

03.02.2015
In our internal JavaScript ‘User Group’ (called JS-Posse in honour of the legendary ‘The Java Posse‘ by Dick Wall, Chet Haase et al.), we recently decided to evaluate alternatives to…
Weiterlesen

Migrating data with Liquibase

Sven Müller

03.08.2012
Recently, we started integrating Liquibase as a database schema migration tool into most of my team’s projects, for both new from-scratch projects and already existing ones. Liquibase is great because…
Weiterlesen

My take on things – Java Community events vs. Java Conferences

Joachim Arrasz

25.04.2012
Heute will ich einmal die Gelegenheit nutzen und die beiden wohl populärsten Konferenzen für Java-Entwicklung innerhalb Europas gegenüberstellen. Dazu muss ich aber fairerweise anmerken, dass ich die Devoxx’2011 komplett besuchte,…
Weiterlesen

Make software-projects fit for git

Sascha Rüssel

25.10.2011
More and more Projects at our company are taking advantage of distributed and local revision control by using git. So to make a complete software-project fit for git, by not…
Weiterlesen

Continuous Delivery or: How I Learned to Stop Worrying and Love the Pipeline

Jochen Schalanda

23.08.2011
Following our principle of Continuous Skill Enhancement here at Synyx I recently read the book Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation by Jez Humble (from…
Weiterlesen

Utilizing Git to dive into huge code bases – Git SVN Tips

Fabian Buch

21.03.2011
Unfortunately there are still projects not on dvsc like git. That’s especially true for enterprise customers which are at least stuck on Subversion if not worse. So the first thing…
Weiterlesen

Why is Scrum getting an anti-word?

Fabian Buch

20.05.2010
For quite some years Scrum has been THE agile development process. Scrum got mainstream. But let’s have a look what got mainstream here. Scrum, Agility, Buzzwords, Scrum Master got mainstream…
Weiterlesen