June 16, 2015

ESLint – Customizable JavaScript linting tool (2)

In this second part of our article about ESLint we will dive into the most interesting feature of this tool: its customizability. You can find the first part of this article here. As background’s knowledge, in our introduction to the linting tools, we have discussed the most interesting linters and their pros and contras. After […]
READ MORE

Admin Admin
Developer at thecodecampus </>


June 9, 2015

ESLint – Customizable JavaScript linting tool (1)

Historically, “to lint“ is an expression that denotes the process of flagging and highlighting some inadequate and error-prone construct in C-like language source code. After the emerging of heterogeneous software languages, the term has been universally adopted to generally indicate tools that are able to herald suspicious usages in software. This article is the first of a series of […]
READ MORE

Admin Admin
Developer at thecodecampus </>


June 3, 2015

Client-side Errors in Rich Internet Application-Architectures

Problem When building applications with frameworks like AngularJS, we usually create so called “Rich Internet Applications” (RIA). The architecture of a RIA differs from a “traditional” application in several aspects: The server is (almost) stateless The client is stateful Server and client communicate over a coarse-grained interface The client contains (more) business logic With good […]
READ MORE

Roman Roelofsen
Developer at thecodecampus </>


May 13, 2015

Legacy DataTable sorting with moment.js

Recently I had the requirement to add sorting to a legacy DataTables (1.7.5), the column contains data in [Monthname] YYYY and DD.MM.YYYY – DD.MM.YYYY format. For example: December 2014 15.10.14-30.10.14 January 2015 The normal DataTables sorting algorithm can only sort the column alphabetically, so we needed some improvement. After a short search on the DataTables […]
READ MORE

Admin Admin
Developer at thecodecampus </>


May 5, 2015

Trello Calendar

Trello is a productivity tool that helps you to organize your projects by creating individual lists, boards and cards. Managing your projects in teams get more flexible and it improves the whole workflow. But one tool was missing yet: A Calendar for Trello showing you every cards by due date at a look. Thats why […]
READ MORE

Admin Admin
Developer at thecodecampus </>


April 15, 2015

Convert Strings from hyphen-notation to camel case (Java / Guava)

There are many ways how to sperate words in a String for us programmers. One of the most popular are seperation by “hyphens” and using the CamelCase Notation. The library Guava from Google provides excellent help for converting a string from one format to the other Hyphen Format

 Camel Case Format (Wikipedia)

Conversion in […]
READ MORE

Jan Blankenhorn
Developer at thecodecampus </>


January 23, 2015

Pimp my Legacy Webapp! Integration von AngularJS und Struts1

Im privaten Umfeld und im Geschäftsalltag verbreiten sich moderne Webtechnologien immer rasanter. Bei der Wartung alter Webanwendungen, sprich „Legacy Webapps“ gerät man deshalb unter den Druck, ähnliche Features sowie eine möglichst komfortable Benutzerführung bereitzustellen. Dies ist jedoch mit den vorhandenen Technologien gar nicht oder nur mit sehr hohem Aufwand möglich. Um die gewünschten Anforderungen umzusetzen, […]
READ MORE

Jan Blankenhorn
Developer at thecodecampus </>


January 22, 2015

AngularJS Performace durch One-Time-Binding verbessern

AngularJS 1.3 wurde im Oktober 2014 veröffentlicht und bringt neben zahlreichen Bugfixes auch neue Features. Als Feature bezeichnen die Angular JS Entwickler auch das fallenlassen der Unterstützung des Internet Explorer 8. Das Feature auf das sich dieser Artikel bezieht wurde mit der Version 1.3.0-beta.16 hinzugefügt. Überblick über die Features in Angular 1.3 keine IE8 Unterstützung […]
READ MORE

Kai Henzler
Developer at thecodecampus </>


July 16, 2014

Migration von Flex zu AngularJS

Aus der Perspektive eines Entwicklers, der das Vergnügen hat mit AngularJS Anwendungen zu entwickeln, wirkt Flex wie eine Technologie aus der Steinzeit; flash basiert, uah. Doch noch vor ein paar Jahren waren HTML, CSS und JavaScript noch nicht soweit um damit in vertretbarem Aufwand Business-Anwendungen zu entwickeln. Was blieb also als Alternative zu nativen Rich-Clients? […]
READ MORE

Admin Admin
Developer at thecodecampus </>


July 10, 2014

Fehler ohne Fehlermeldung

Wer seine AngularJS Anwendung mit Chrome entwickelt und debugged, hat in letzter Zeit sicher schon bemerkt, dass auf der Konsole manchmal keine sinnvollen Fehlermeldungen mehr ausgegeben werden. Statt dessen ist hier nur Uncaught object und ein wenig bis nichts aussagender Stacktrace zu sehen. Dieses Verhalten tritt jedoch nicht bei allen Fehlern bzw. nicht bei allen […]
READ MORE

Admin Admin
Developer at thecodecampus </>