Thomas Uhrig
Thomas Uhrig
www.tuhrig.de
Skip to content
  • About
  • Privacy Policy
  • Impressum

January 2016

There were 4 posts published in January 2016 (this is page 1 of 1).

Testing AngularJS directives with Jasmine

Directives AngularJS provides a mechanism called directives. Directives are markers in our HTML which Angular will read and use to inject some special behavior to our HTML code. As this sounds a little bit theoretically, let’s look at an example:

1
Enter your name: <input ng-model="name">

In this example the directive ng-model is used which will bind the value of […]

in Coding | January 20, 2016 | 562 Words | 1 Webmention | 2 Comments

A mocked Spring security configuration for testing

Spring security is great! It gives you the possibility to secure your app and to create a login with a few simple lines of code. However, it could also become annoying during development, when you have to log yourself in again and again. So why not create a mocked Spring authentication for development and testing? […]

in Coding | January 17, 2016 | 565 Words | 1 Webmention | 3 Comments

Gradle’s bootRun and Window’s command length limit

Sometimes Gradle’s bootRun and Window’s command length limit are two opponents. If you use bootRun to start your Spring Boot app from Gradle all class path dependencies will be added to the start command. Gradle will run something like this in the end:

1
java -jar MyApp.jar -classpath xx.jar,yy.jar,zz.jar,...

That’s fine and will work for a really long time. But […]

in Coding | January 7, 2016 | 278 Words | 25 Comments

Resizing Vagrant box disk space

Vagrant is a great tool to provision virtual machines! As I’m a passionated Windows user, Vagrant is the weapon of my choice whenever I need to use some Linux-only tools such as Docker. I spinn up a new Linux VM, already configured with the things I need and start working. However, when it comes to […]

in DevOps | January 6, 2016 | 351 Words | 1 Webmention | 14 Comments
Like my blog?
Buy me a coffee

Tags

Academic ActiveMQ AI AngularJS Architecture Blogging Book CI/CD Cloud Data-Mining DB Design Pattern Docker Download Eclipse ERASMUS Google HdM HTML Informatica Java Java 8 JavaScript JMS JUnit Kotlin Linköping Linux LiU OSGi Personal Picture Programming Python Security Slides Spring Sweden TechTrends Testing Travel UI Web Windows Wordpress

Archives

  • July 2021
  • June 2021
  • January 2021
  • January 2020
  • July 2019
  • February 2019
  • December 2018
  • October 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • June 2017
  • May 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • May 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • August 2015
  • June 2015
  • May 2015
  • March 2015
  • February 2015
  • January 2015
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • February 2012
  • October 2011
  • July 2011
  • March 2011
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
Independent Publisher empowered by WordPress