kevindeyne.com kevindeyne.com

KEVINDEYNE.COM

Kevin Deyne - Software Engineer & Writer

Personal site of Kevin Deyne, software engineer and writer

http://www.kevindeyne.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR KEVINDEYNE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 9 reviews
5 star
4
4 star
0
3 star
3
2 star
0
1 star
2

Hey there! Start your review of kevindeyne.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

FAVICON PREVIEW

  • kevindeyne.com

    16x16

CONTACTS AT KEVINDEYNE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Kevin Deyne - Software Engineer & Writer | kevindeyne.com Reviews
<META>
DESCRIPTION
Personal site of Kevin Deyne, software engineer and writer
<META>
KEYWORDS
1 java
2 software
3 engineer
4 jquery
5 web
6 writer
7 kevin
8 deyne
9 kevin deyne
10 belgium
CONTENT
Page content here
KEYWORDS ON
PAGE
skills,experience,education,references,printable resume,year old software engineer,teams and independently,languages,and french,certified java expert,officially oracle certified,by pearson vue,also oracle certified,skilled in html5,thymeleaf,and jsp,mssql
SERVER
AmazonS3
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Kevin Deyne - Software Engineer & Writer | kevindeyne.com Reviews

https://kevindeyne.com

Personal site of Kevin Deyne, software engineer and writer

INTERNAL PAGES

kevindeyne.com kevindeyne.com
1

Kevin Deyne - Software Engineer & Writer

http://www.kevindeyne.com/index.html

Hi, I'm Kevin Deyne. Software Engineer / Writer. Learn more about me. With a passion for Web, Java and Writing. I'm a Java Software Engineer at RealDolmen. Working on customer-centric projects that can actually help people and organisations forward. Most hours of the day, I'm thinking about code, integrating architectures and how to solve our next big problem. When I'm home, I dabble in several side-projects and hug my cats. I also wrote a Lovecraft-inspired thriller called Whitewood. Has professional ex...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

1

LINKS TO THIS WEBSITE

scorgar.be scorgar.be

Simple integration of Facebook login with Spring Security

http://www.scorgar.be/blog/development-how-to-simple-integration-of-a-facebook-login-with-spring-security-framework?share=facebook

You can find the new code at the updated repository here: https:/ github.com/kevindeyne/simple-facebook-integration-spring-sec. To do this, we make extensive use of what we mentioned in the archived article: We append our own logic by adding extra connection interceptors to the configuration through adding:. An interceptor like this will simply look like:. Public class CustomConnectionInterceptor implements ConnectInterceptor { @Override public void preConnect(ConnectionFactory Facebook connectionFactory...

scorgar.be scorgar.be

Kevin Deyne, Author at Blog - Kevin Deyne

http://www.scorgar.be/blog/author/kevin-deyne

In a previous post, I explained how Spring Social felt like an overkill to simply have a Facebook login. I detailed how we worked with one of my side projects, specifically a JS-oriented way. As a commenter later pointed out, there were some issues with this – and in trying to fix it I found. A Java alternative to import.sql using ApplicationListener. Devoxx 2015 presentations available on youtube. Devoxx’s 2015 edition is fully ongoing at the time of writing. This BeJUG-organised conference &#...We had ...

scorgar.be scorgar.be

Popular posts - Blog - Kevin Deyne

http://www.scorgar.be/blog/popular-posts

Lessons learned : Memory leak in webservices with JAXB. Lessons learned : Introducing delays into data retrieval. Lessons learned: How to do bulk actions in web applications. Game design and writing. Examining horror: In memory of Alma Wade, On F.E.A.R. Leave a Reply Cancel reply. A Java alternative to import.sql using ApplicationListener.

scorgar.be scorgar.be

conceptual Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/tag/conceptual

Breaking down performance: Introducing delays into data retrieval. We had a performance problem. Certain data needed to be retrieved from a variety of tables and needed to be queried. However, this took way too long. We started by optimizing the table, trying to adjust indexes, adjusting our queries. We got the time down somewhat, but it was deemed this functionality was just too. A Java alternative to import.sql using ApplicationListener. Send to Email Address. Email check failed, please try again.

scorgar.be scorgar.be

web applications Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/tag/web-applications

Breaking down performance: Introducing delays into data retrieval. We had a performance problem. Certain data needed to be retrieved from a variety of tables and needed to be queried. However, this took way too long. We started by optimizing the table, trying to adjust indexes, adjusting our queries. We got the time down somewhat, but it was deemed this functionality was just too. Lessons learned: How to do bulk actions in web applications. A Java alternative to import.sql using ApplicationListener.

scorgar.be scorgar.be

best practices Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/tag/best-practices

Breaking down performance: Introducing delays into data retrieval. We had a performance problem. Certain data needed to be retrieved from a variety of tables and needed to be queried. However, this took way too long. We started by optimizing the table, trying to adjust indexes, adjusting our queries. We got the time down somewhat, but it was deemed this functionality was just too. Lessons learned – Memory leak in webservices with JAXB. Now, after reading the documentation surrounding JAXB. Email check fa...

scorgar.be scorgar.be

Lessons learned - Memory leak in webservices with JAXB

http://www.scorgar.be/blog/lessons-learned-memory-leak-in-webservices-with-jaxb

Lessons learned – Memory leak in webservices with JAXB. Lessons learned – Memory leak in webservices with JAXB. After a particularly bad performance day, we took a memory dump from our systems. It seemed the garbage collection seemed to work overtime and had difficulty cleaning up after itself. We, as such, suspected a memory leak somewhere in our code. We bumped into the following code:. We ended up with the following code:. Private static Map class? This tool was then also used to take a memory dump du...

scorgar.be scorgar.be

coding Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/tag/coding

In a previous post, I explained how Spring Social felt like an overkill to simply have a Facebook login. I detailed how we worked with one of my side projects, specifically a JS-oriented way. As a commenter later pointed out, there were some issues with this – and in trying to fix it I found. A Java alternative to import.sql using ApplicationListener. Lessons learned – Memory leak in webservices with JAXB. Now, after reading the documentation surrounding JAXB. Important update: This code is severely outd...

scorgar.be scorgar.be

Lessons Learned Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/category/lessons-learned

In a previous post, I explained how Spring Social felt like an overkill to simply have a Facebook login. I detailed how we worked with one of my side projects, specifically a JS-oriented way. As a commenter later pointed out, there were some issues with this – and in trying to fix it I found. Breaking down performance: Introducing delays into data retrieval. Lessons learned – Memory leak in webservices with JAXB. Now, after reading the documentation surrounding JAXB. Non-functional requirements are impor...

scorgar.be scorgar.be

performance Archives - Blog - Kevin Deyne

http://www.scorgar.be/blog/tag/performance

Breaking down performance: Introducing delays into data retrieval. We had a performance problem. Certain data needed to be retrieved from a variety of tables and needed to be queried. However, this took way too long. We started by optimizing the table, trying to adjust indexes, adjusting our queries. We got the time down somewhat, but it was deemed this functionality was just too. A Java alternative to import.sql using ApplicationListener. Send to Email Address. Email check failed, please try again.

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL LINKS TO THIS WEBSITE

15

SOCIAL ENGAGEMENT



OTHER SITES

kevindex-ste.skyrock.com kevindex-ste.skyrock.com

Blog de kevindex-ste - MEC DE X-STE - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. CEUX QUi MAiME PAS. NiKER TOUS VOS MORT. Ma Puce Je Taime. Mise à jour :. Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. Voila la ptite ekipe de x-ste laisse tomber tu pe pas test. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Ou poster avec :. Ou poster avec :.

kevindexter.com kevindexter.com

Welcome kevindexter.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

kevindeye.com kevindeye.com

Index of /

kevindeymotors.co.uk kevindeymotors.co.uk

Kevin Dey Motors Montrose

So view our list of vehicles for your next purchase. Any questions you may have will be gladly answered by giving us a call on the number above and thank you for viewing our site. Kevin Dey. Proprietor.

kevindeynajones.wordpress.com kevindeynajones.wordpress.com

kevindeynajones | The Science of Education

September 19, 2015 · 7:25 pm. New Dyslexia Book From Harry’s Nuts Friend. Source: New Dyslexia Book From Harry’s Nuts Friend. February 1, 2012 · 12:38 pm. 8216;Do schools make a difference? Http:/ www.bbc.co.uk/i/b01b9hjs/. How far can schools really transform lives? Or has too much emphasis on factors such as social background made schools complacent about what they can achieve? January 2, 2012 · 4:59 pm. 8220;Ariel, the Education World: it’s a mess”. These modules and my disertation, “Applying Sn...

kevindeyne.com kevindeyne.com

Kevin Deyne - Software Engineer & Writer

Hi, I'm Kevin Deyne. Software Engineer / Writer. Learn more about me. With a passion for Web, Java and Writing. I'm a Java Software Engineer at RealDolmen. Working on customer-centric projects that can actually help people and organisations forward. Most hours of the day, I'm thinking about code, integrating architectures and how to solve our next big problem. When I'm home, I dabble in several side-projects and hug my cats. I also wrote a Lovecraft-inspired thriller called Whitewood. Has professional ex...

kevindeyo.com kevindeyo.com

K. R. Deyo Inc. Video Field Production home page.

Live Shot and Video Feed Uplink. Contact Info: Kevin Deyo. Phone: 850 566 7356. Mail: K. R. Deyo Inc. 2417-4 Fleischmann Road, Tallahassee Fl. 32308.

kevindeyrealtor.com kevindeyrealtor.com

Residential Properties Grasonville, MD - Kevin Dey Realty

Grasonville, MD Residential Properties. Kevin Dey Realty provides personalized services for clients interested to buying, selling, or renting residential, commercial, lot, and land listings. Located right on the waterfront at Kent Narrows in Grasonville, MD, we offer clients vast established experience. Kevin Dey Realty has been proudly serving the Queen Anne's County, MD area since 1976. Give us a call to visit our attractive properties or to see what we can do for you. Click to email us.

kevindfedakdds.com kevindfedakdds.com

Lacey Dentist, Dentist in Lacey, WA , Cosmetic dentistry, Dr. Kevin Fedak,

If you need a more accessible version of this website, click this button on the right. Switch to Accessible Site. Lacey Dentist, Dentist in Lacey, WA. Kevin D. Fedak DDS. 5330 Corporate Center Loop, Ste B. Lacey, WA 98503. New Patient Registration Forms. We love giving you a reason to smile. You're in good hands. We would like to welcome you to our office. We take great satisfaction in. Helping you maintain optimal oral health. Our practice is devoted to. Comprehensive and preventive patient care. Of Lac...

kevindferguson.com kevindferguson.com

Kevin D. Ferguson - Playwright Kevin Ferguson

kevindflynn.com kevindflynn.com

Kevin D. Flynn

Kevin D. Flynn. Social Media and Reputation Management. Hiram’s Edge Masonic Education. View kevin.flynn.3194’s profile on Facebook. View kevindflynn’s profile on Twitter. View flynn7206’s profile on Instagram. View kevindflynn’s profile on Pinterest. View kevindflynn’s profile on LinkedIn. I am a content creation professional. Writing is not a hobby for me; it’s my core identity. Throughout the years I have had many. Mostly in sales, but the designation of “. Website Content (Static) $100 per page.