
jdriven.com
JDriven | Digital enterprise realisatieJDriven realiseert innovatieve Java- en open source oplossingen die voldoen aan de hoogste kwaliteitsstandaarden met een team van echte specialisten.
http://www.jdriven.com/
JDriven realiseert innovatieve Java- en open source oplossingen die voldoen aan de hoogste kwaliteitsstandaarden met een team van echte specialisten.
http://www.jdriven.com/
TODAY'S RATING
#177,941
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
1.3 seconds
16x16
R Brinkman
Vrijh●●●●●aan 4
NIEUWER●●●●●●● IJSSEL , 2912EB
NL
View this contact
StartHosting B.V.
V. Borstlap
Schr●●●●eg 5
Zw●●le , Overijssel, 8024 HB
NL
View this contact
StartHosting B.V.
V. Borstlap
Schr●●●●eg 5
Zw●●le , Overijssel, 8024 HB
NL
View this contact
StartHosting B.V.
V. Borstlap
Schr●●●●eg 5
Zw●●le , Overijssel, 8024 HB
NL
View this contact
14
YEARS
6
MONTHS
14
DAYS
REALTIME REGISTER BV
WHOIS : whois.yoursrs.com
REFERRED : http://www.realtimeregister.com
PAGES IN
THIS WEBSITE
9
SSL
EXTERNAL LINKS
44
SITE IP
109.199.118.12
LOAD TIME
1.336 sec
SCORE
6.2
JDriven | Digital enterprise realisatie | jdriven.com Reviews
https://jdriven.com
JDriven realiseert innovatieve Java- en open source oplossingen die voldoen aan de hoogste kwaliteitsstandaarden met een team van echte specialisten.
JDriven - blog.jdriven.com | blog.jdriven.com
Load testing our robots API with Gatling. August 6, 2015. In a previous blog post. We made an API with spray. Now we’re going to load test it. For this, we will use http:/ gatling.io/#/. In a scala class we can write exactly what and how we want to run the test. In this test, we will do a post to our API and create a new robot called C3PO. We will do this 1000 times per second and keep doing this for 10 seconds. For a total of 10000 C3POs! We need to have our API running here. The simulation to run.
» Java Developer » Vacatures » JDriven
https://www.jdriven.com/vacatures/java-developer
Als Java Developer lever je een belangrijke bijdrage aan het realiseren van onze projecten of die van onze klanten. Je draagt als specialist bij aan het succes op basis van een proactieve houding, een hoog ambitieniveau, een extreme drive en je uitgebreide kennis en ervaring. Deze kennis en ervaring richten zich specifiek op het vlak van Enterprise ontwikkeling op basis van JEE en gerelateerde frameworks en projecten als Spring, Grails, Wicket, JavaScript, AngularJS en Scala. Ruim leasebudget of budget a...
» Vacatures » JDriven
https://www.jdriven.com/vacatures
Bij JDriven geloven we in vakmanschap; gedreven mensen die echt ergens goed in zijn en hun passie willen delen. We geloven niet in vast omlijnde en rigide functie profielen en carrièrepaden. Wel in ondernemerschap, je grenzen verleggen en meedenken en meegroeien. Bij JDriven faciliteren in plaats van controleren, we geven je vertrouwen, vrijheid en een heel scala aan opleidingen en trainingen die je helpen buiten je comfortzone te stappen, de plek waar groei en ontwikkeling echt begint.
JDriven »
https://www.jdriven.com/home
For giving a great second talk for our #vertx. Interesting session by @ R088. Via @ vertx project. Ontwikkelen van gestructureerde rijke JavaScript frontend applicaties. Lichtgewicht, high performance applicatieplatform voor de JVM. Extreme productiviteit met rapid web application development. JDriven ontwerpt en realiseert applicaties die er toe doen. Geen open deuren maar concrete adviezen of trainingen die direct waarde toevoegen. Op een volwassen manier applicaties ontwikkelen voor in de browser.
» Events » JDriven
https://www.jdriven.com/events
Cloud Native applicaties ontwikkelen met Spring, 23/8 om 17:30. Het ontwikkelen van Cloud Native applicaties kan worden gezien als een moderne variant van het ontwikkelen van gedistribueerde systemen. Bij de correcte implementatie van gedistribueerde systemen komt veel kijken en neemt de complexiteit snel toe. Door het toepassen van Spring Cloud kun je relatief snel services en applicaties opzetten die rekening houden met de complexiteit maar de bijbehorende boilerplate code voorkomen. In deze sessie gaa...
» Groovy & Grails Developer » Vacatures » JDriven
https://www.jdriven.com/vacatures/groovy-grails-developer
Groovy and Grails Developer. Als Groovy and Grails Developer ben je, net als ons, overtuigd van de kracht van Groovy en Grails. Op basis van deze overtuiging lever je een belangrijke bijdrage aan het realiseren van onze projecten of die van onze klanten. Je draagt als specialist bij aan het succes op basis van een proactieve houding, een hoog ambitieniveau, een extreme drive en je uitgebreide kennis en ervaring. Professioneel georganiseerd én een ontspannen sfeer. Focus op top 250 klanten in Nederland.
TOTAL PAGES IN THIS WEBSITE
9
Grails Goodness: Adding Health Check Indicators - Messages from mrhaki
http://mrhaki.blogspot.com/2015/04/grails-goodness-adding-health-check.html
April 24, 2015. Grails Goodness: Adding Health Check Indicators. With Grails 3 we also get Spring Boot Actuator. We can use Spring Boot Actuator to add some production-ready features for monitoring and managing our Grails application. One of the features is the addition of some endpoints with information about our application. By default we already have a. Endpoint when we start a Grails (3 ) application. It gives back a JSON response with status. We can set the application property. To set the property:.
Awesome Asciidoctor: Display Keyboard Shortcuts - Messages from mrhaki
http://mrhaki.blogspot.com/2015/04/awesome-asciidoctor-display-keyboard.html
April 22, 2015. Awesome Asciidoctor: Display Keyboard Shortcuts. When we want to explain in our documentation which keys a user must press to get to a function we can use the keyboard macro in Asciidoctor. The macro will output the key nicely formatted as a real key on the keyboard. The syntax of the macro is. To get the desired output we must set the document attribute. Otherwise the macro is not used. In the next Asciidoctor example file we use the keyboard macro:. Written with Asciidoctor 1.5.2.
Gradle Goodness: Use Git Commit Id in Build Script - Messages from mrhaki
http://mrhaki.blogspot.com/2015/04/gradle-goodness-use-git-commit-id-in.html
April 22, 2015. Gradle Goodness: Use Git Commit Id in Build Script. The nice thing about Gradle is that we can use Java libraries in our build script. This way we can add extra functionality to our build script in an easy way. We must use the. Dependency configuration for our build script to include the library. For example we can include the library Grgit. Which provides an easy way to interact with Git from Java or Groovy code. This library is also the basis for the Gradle Git plugin. When we run the.
Awesome Asciidoctor Notebook is Published - Messages from mrhaki
http://mrhaki.blogspot.com/2015/04/aweseome-asciidoctor-notebook-is.html
April 29, 2015. Awesome Asciidoctor Notebook is Published. Today Awesome Asciidoctor Notebook is published as a free. Book This book is an electronic publication with all Awesome Asciidoctor blog posts about the Asciidoctor tool bundled. The book is published at Leanpub. And is available in three formats: PDF, MOBI (for Kindle) and EPUB (for iPad). Updates for the book are also free. So when new Awesome Asciidoctor blog posts are added to the book you will get those updates for free. Subscribe in a reader.
NextBuild 2015 Conference Report - Messages from mrhaki
http://mrhaki.blogspot.com/2015/06/nextbuild-2015-conference-report.html
June 3, 2015. NextBuild 2015 Conference Report. Saturday May 30th was the first NextBuild. The conference was very well organized, the location was great, the food was good, the talks very informative and the audience was super. So it was a great Saturday and hopefully next year we can attend the second NextBuild conference! Posted by Hubert Klein Ikkink. 2008-2016 Hubert A. Klein Ikkink. Subscribe in a reader.
About mrhaki
http://www.mrhaki.com/about/index.html
My name is Hubert Klein Ikkink, but I am also known as mrhaki. I am born in 1973 and live in Tilburg, The Netherlands, with my beautiful wife and three gorgeous children. I studied Information Systems and Management at the Tilburg University. After finishing my study I started to work at a company specialized in knowledge based software. There I started writing my first Java software (yes, an applet! I post small articles with a lot of code samples to understand how to use Groovy. And since November ...
Richard Rijnberk, Author at JDriven
http://blog.jdriven.com/author/richard
Author Archives: Richard Rijnberk. Expandable list component for AngularJS (1.5). July 11, 2016. For several of my projects I required a list where input items could be dynamically added and removed. Because i saw uses for this over and over i created a component which i’m sharing with you here. Continue reading →. Unit testing an AngularJS directive’s private functions. July 6, 2015. Web-components like AngularJS directives. November 20, 2014. As you may already know web components consist out of a set ...
REST Archives - JDriven
http://blog.jdriven.com/category/rest
Code Challenge “Vrolijke Framboos” Postmortem. July 8, 2015. Tuesday we had our second ever “Vrolijke Framboos” (Dutch for Happy Raspberry). Java code challenge at JDriven. And it was a blast! Challenge was to create a REST service client that would play a number guessing. Game with the server. After setting up a session you would guess a number and the. Server would respond with either “lower”, “higher” or “bingo”. The goal was to guess. You can probably guess that the target platform would be a. Buildi...
Coding Archives - JDriven
http://blog.jdriven.com/category/coding
Ratpacked: Creating Pairs From Promises. November 2, 2016. Class in Ratpack is an easy way to create a growing data structure, passed on via. Object has a left and right part containing data. These parts can even be other. Objects. Since Ratpack 1.4.0 the. Class has methods to set the right or left part of a. The result of these methods is a. Object. The input can be. That can use a previous. Continue reading →. Groovy Goodness: Identity Closure. November 1, 2016. Continue reading →. October 31, 2016.
JoyOfCoding Archives - JDriven
http://blog.jdriven.com/category/joyofcoding
Code Challenge “Vrolijke Framboos” Postmortem. July 8, 2015. Tuesday we had our second ever “Vrolijke Framboos” (Dutch for Happy Raspberry). Java code challenge at JDriven. And it was a blast! Challenge was to create a REST service client that would play a number guessing. Game with the server. After setting up a session you would guess a number and the. Server would respond with either “lower”, “higher” or “bingo”. The goal was to guess. You can probably guess that the target platform would be a. Mutati...
TOTAL LINKS TO THIS WEBSITE
44
JD RITTER CONSTRUCTION
Safety First - Oil and Gas Construction and Service. Powered by InstantPage® from GoDaddy.com. Want one?
@jdrive
Venture Capitalist / Entrepreneur / Volunteer / Tinkerer. Thursday, December 12, 2013. Ben Kaufman (@Quirky founder/CEO) CNBC Interview including discussion of my knife, Switch 2.0 :). James D. Robinson. Links to this post. Sunday, March 10, 2013. Interview about Makerbot and the Future of 3d Printing. James D. Robinson. Links to this post. James D. Robinson. Links to this post. TV Interview: IPOs and the New VC Exit Reality [Privcap]. James D. Robinson. Links to this post. Friday, December 21, 2012.
JUST DRIVE — официальный сайт
Гарантия на подшипники и ступицы «JUST DRIVE. Гарантия на подшипники и ступицы «JUST DRIVE составляет 1 год! Март 16, 2017. Расширение ассортимента подшипников и ступиц «JUST DRIVE. Мы рады сообщить Вам о расширении ассортимента подшипников и ступиц бренда JUST DRIVE! Список позиций : Подшипники и ступицы «JUST DRIVE NEW [.]. Март 3, 2017. Расширение ассортимента ШРУСов «JUST DRIVE! Мы рады сообщить Вам о расширении ассортимента ШРУСов «JUST DRIVE! Список позиций : ШРУСы «JUST DRIVE. Январь 26, 2017.
Sudhir On Java | Here I write about the things that I find exciting
Dummies guide to be a Java developer. 8220;I want to be a java developer, What are the all skills that I need to have. I have learned the core java in college but what now? Does this sound a familiar question! You too may have a similar question in your mind. Don’t worry, This article explains what are all the skills that you will need to be a Java web developer, and what are the skills that you are expected to have when you appear for an interview for a Java/J2EE web developer. Post your comments here.
JDriven | Digital enterprise realisatie
Java en open-source software architectuur, ontwikkeling, consulting en training. Wij realiseren de digital enterprise voor multinationals, startups en non profit. Leidend in cutting edge én proven technology. About to enjoy a #kotlin. Workshop by our very own @erikjpronk. Robin and @JCore nl. The room is packed w. https:/ t.co/iZXCQs4J36. Devoxx 2017, Antwerpen. Masters of Java 2017. Iedereen is een vakidioot op zijn gebied.'. Elke dag is er iets te leren wat je ook met anderen kan delen'. Ook op het vla...
SiteGround Web Hosting Server Default Page
Website currently not available. Nice of you to come by, but currently this web page is feeling a bit under the weather. Why not check back later? If you're the owner of this website , here are some possible explanations why you're seeing this page:. If you purchased a new domain, its DNS may not be pointed correctly. Click here to learn more. Then you might have to wait a while until they propagate. Click here to learn more. If so, you should allow some time for the change to propagate.
JDriven »
Ik heb 15 foto's op Facebook geplaatst in het album "Boekpresentatie Gradle Dependency Management by mrhaki" http:/ t.co/ETasRRP7ag. Book signed by @ mrhaki. Congratulations on you book @ mrhaki. The session @ jdriven nl. Via @ willem hetzijzo. S Werelds meest populaire Java Development Framework. Extreme productiviteit met rapid web application development. Ontwikkelen van gestructureerde rijke JavaScript frontend applicaties. JDriven ontwerpt en realiseert applicaties die er toe doen. Ons doel is niet ...
Untitled Page
Welcome to your new web space. If you own this domain, this page is a place holder until you upload your own page. Check your email to see how to upload your site and how to access your administration panel. If Artfulillusions is designing your site, check your email to see where you can preview your site. Jan Driver's Artful Illusions.
Untitled Page
Welcome to your new web space. If you own this domain, this page is a place holder until you upload your own page. Check your email to see how to upload your site and how to access your administration panel. If Artfulillusions is designing your site, check your email to see where you can preview your site. Jan Driver's Artful Illusions.
SOCIAL ENGAGEMENT