thorstenlorenz.wordpress.com thorstenlorenz.wordpress.com

thorstenlorenz.wordpress.com

Thorsten Lorenz | The coding cycle diaries

The coding cycle diaries (by Thorsten Lorenz)

http://thorstenlorenz.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR THORSTENLORENZ.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 15 reviews
5 star
7
4 star
5
3 star
1
2 star
0
1 star
2

Hey there! Start your review of thorstenlorenz.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.2 seconds

FAVICON PREVIEW

  • thorstenlorenz.wordpress.com

    16x16

  • thorstenlorenz.wordpress.com

    32x32

CONTACTS AT THORSTENLORENZ.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Thorsten Lorenz | The coding cycle diaries | thorstenlorenz.wordpress.com Reviews
<META>
DESCRIPTION
The coding cycle diaries (by Thorsten Lorenz)
<META>
KEYWORDS
1 thorsten lorenz
2 moved
3 in blogging
4 markdown support
5 external snippet support
6 share this
7 twitter
8 email
9 reddit
10 google
CONTENT
Page content here
KEYWORDS ON
PAGE
thorsten lorenz,moved,in blogging,markdown support,external snippet support,share this,twitter,email,reddit,google,like this,like,loading,markdown,nodejs,leave a comment,in javascript,performance,simple test,source on github,function,notnested { var,date
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Thorsten Lorenz | The coding cycle diaries | thorstenlorenz.wordpress.com Reviews

https://thorstenlorenz.wordpress.com

The coding cycle diaries (by Thorsten Lorenz)

INTERNAL PAGES

thorstenlorenz.wordpress.com thorstenlorenz.wordpress.com
1

Dependency Injection is dead, long live Verbs! | Thorsten Lorenz

https://thorstenlorenz.wordpress.com/2011/07/23/dependency-injection-is-dead-long-live-verbs

The coding cycle diaries. Laquo; How to make node.js, CoffeeScript and Jasmine play nice with Vim. Vim, CoffeeScript and the Node Repl. Dependency Injection is dead, long live Verbs! This post evaluates a new approach of how to wire our code together while staying decoupled. The reader should keep in mind, that the author has not tried this approach in a larger size project and as with any design pattern there may be problems that only become apparent when used in a real world scenario. Who explored and ...

2

Vim, CoffeeScript and the Node Repl | Thorsten Lorenz

https://thorstenlorenz.wordpress.com/2011/10/22/vim-coffeescript-and-the-node-repl

The coding cycle diaries. Laquo; Dependency Injection is dead, long live Verbs! Bookmarklet to turn off jQuery animations. Vim, CoffeeScript and the Node Repl. I was looking for a way to get intellisense like features for JavaScript/CoffeScript in Vim, but was disappointed by the “tags” plugins. These plugins just give you some keywords about the language in question, but cannot really give you information about the object you are currently dealing with because they never evluate the code that created it.

3

Having fun with JavaScript bookmarklets to determine loaded libraries | Thorsten Lorenz

https://thorstenlorenz.wordpress.com/2011/05/21/having-fun-with-javascript-bookmarklets-to-determine-loaded-libraries

The coding cycle diaries. Laquo; Automatically loading Vim files from Dropbox folder. How to make your code samples in your blogs look like they look in Vim. Having fun with JavaScript bookmarklets to determine loaded libraries. Lately I have been looking at ways to make writing JavaScript a little more fun . Actually the first step was to write CoffeScript. Instead and letting it compile the JavaScript for me. So this became my first little JavaScript task. I went to jsFiddle. Src = scripts [. Javascrip...

4

How to make node.js, CoffeeScript and Jasmine play nice with Vim | Thorsten Lorenz

https://thorstenlorenz.wordpress.com/2011/07/11/how-to-make-node-js-coffeescript-and-jasmine-play-nice-with-vim

The coding cycle diaries. Laquo; Reading Source Code on iPad with Vim syntax highlighting. Dependency Injection is dead, long live Verbs! How to make node.js, CoffeeScript and Jasmine play nice with Vim. In order to see how much fun it could be to develop a web application BDD style, I decided to re-implement the node-chat sample application. I started by implementing the chat server which runs on node.js. Takes this to heart. It borrows ideas from a number of languages and combines the best of each into...

5

Performance Concerns for Nested JavaScript Functions | Thorsten Lorenz

https://thorstenlorenz.wordpress.com/2012/06/02/performance-concerns-for-nested-javascript-functions

The coding cycle diaries. Laquo; Logging to Growl from Haskell running on Lion. Performance Concerns for Nested JavaScript Functions. Since I dabbled quite a bit in functional languages like Haskell, I came to like nested functions very much. Searching on the net. I came across many posts and stackoverflow. Answers claiming that this has a performance impact since a function nested inside another has to be recreated every time the outer function is called. Bar () { foo(); } for. Nested () { var. Here we ...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

SOCIAL ENGAGEMENT



OTHER SITES

thorstenlessing.de thorstenlessing.de

www.thorstenlessing.de - Startseite

160; /  . Erfolgreiches Projektmanagament – auch eine Frage der Persönlichkeit. Anfang 2004 als Agentur Elbansichten gegründet liegt der Schwerpunkt meiner Tätigkeit auf der projektbezogenen Zusammenarbeit mit Agenturen und Endkunden. Mit beinahe zehnjähriger Erfahrung in unterschiedlichen Aufgabenbereichen der Digitalkommunikation stehe ich Ihnen in Ihren mittel- und langfristigen Online-Aktivitäten mit persönlichem Engagement und Beratungskompetenz zur Seite.

thorstenloeb.com thorstenloeb.com

Thorsten Loeb - Schauspieler und Sänger

2009 Thorsten Loeb • Impressum.

thorstenloeb.de thorstenloeb.de

Thorsten Loeb - Schauspieler und Sänger

2009 Thorsten Loeb • Impressum.

thorstenloeser.de thorstenloeser.de

Thorsten Loeser - Fotograf

People Gesichter Portraits Mode. Cars auto motor sport. Places Strassen Häuser Landschaften.

thorstenlorenz.blogspot.com thorstenlorenz.blogspot.com

Talking Code

Talk about ideas and code samples that come up in my daily routine as a developer. Wednesday, July 1, 2009. Most of us in the testing world are probably familiar with the following problem:. We want to test, that once we call a method, it will start a timer which will then invoke another method when the interval elapsed. A very simple test, that just deals with the System Timer itself could look like this:. Var mockTimer = new System.Timers.Timer(1);. Bool elapsedFired = false;. Bool elapsedFired = false;.

thorstenlorenz.wordpress.com thorstenlorenz.wordpress.com

Thorsten Lorenz | The coding cycle diaries

The coding cycle diaries. Posted by Thorsten Lorenz. On September 23, 2012. This is my last post on Wordpress. My blog has moved here. The reasons for the move are:. I want everything to be part of my website. I want to be able to write posts faster which my new blog enables me to do via:. Built in code highlighting. In case you got interested, check out the blogging engine I created to enable that:. NodeJs powered Developer blOGging engine. Performance Concerns for Nested JavaScript Functions. Please ke...

thorstenludwig.de thorstenludwig.de

Dr Ludwig Neue Energie

Skip to: page content. Links on this page. Bitte schauen Sie sich auf meiner Webseite um und mögen Sie viel Freude dabei haben. Sie enthält viele Informationen über Neue Energietechnologien und welche Dienste Dr Thorsten Ludwig anbietet. Dr Ludwig ist freischaffender Wissenschaftler und macht Auftragsforschung und Beratung im Bereich der Neuen Energietechnologien. Um weitere Informationen zu erhalten oder Dr Ludwig zu kontaktieren klicken Sie hier. 2007 Dr Thorsten Ludwig.

thorstenluedtke.com thorstenluedtke.com

Blog of Thorsten Luedtke

I’m Thorsten Luedtke. VP IT Operations & IT Service Management. X6d;ail@thorstenluedtke.com. A forty-something old male living in Klein Gladebrügge. 50 km/31mi northeast of Hamburg. And 25 km/16mi west of Lübeck. My interests include soccer, travelling, social networking, chillen on the beach. I enjoy good conversation, music and hanging out with friends. Things that piss me off are religious fanaticism, violence and theoretician. A workaholic with long background in IT Service Management/ IT-Operations.

thorstenluig.de thorstenluig.de

Thorsten Luig

Um diese Seite richtig anzuzeigen benötigen Sie. Microsoft Internet Explorer, 800 and 600 Pixel Auflösung und aktiviertes JavaScript.

thorstenm.de thorstenm.de

Thorsten Mühlberger - thorstenm.de

Frisches Material für Chöre jetzt entdecken! Raquo; zum Shop. Songs of Life - Musik ist ein Erlebnis. Herzlich willkommen auf meiner Internetseite. Ich bin Thorsten Mühlberger. Arrangeur, Chorleiter und Pianist aus Worms. Neben meiner Tätigkeit in acht Chören. Als Klavierlehrer und Workshopleiter. Gibt es auch einige spannende Arrangements. Für Chöre zu entdecken. Viel Spaß beim Erkunden der Webseite. Aktuelle CDs und Songbooks von Projekten meinen Chören gibt es direkt auf deren Webseiten:. Mit der Band...

thorstenmaas.com thorstenmaas.com

thorsten maas