frederic-hemberger.de frederic-hemberger.de

FREDERIC-HEMBERGER.DE

Frederic Hemberger

Web-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.

http://www.frederic-hemberger.de/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR FREDERIC-HEMBERGER.DE

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 10 reviews
5 star
7
4 star
0
3 star
3
2 star
0
1 star
0

Hey there! Start your review of frederic-hemberger.de

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.4 seconds

FAVICON PREVIEW

  • frederic-hemberger.de

    16x16

  • frederic-hemberger.de

    32x32

CONTACTS AT FREDERIC-HEMBERGER.DE

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Frederic Hemberger | frederic-hemberger.de Reviews
<META>
DESCRIPTION
Web-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.
<META>
KEYWORDS
1 articles
2 talks
3 frederic hemberger
4 düsseldorfer straße 114
5 cologne
6 germany
7 mail
8 twitter
9 github
10 xing
CONTENT
Page content here
KEYWORDS ON
PAGE
articles,talks,frederic hemberger,düsseldorfer straße 114,cologne,germany,mail,twitter,github,xing,vat id
SERVER
Netlify
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Frederic Hemberger | frederic-hemberger.de Reviews

https://frederic-hemberger.de

Web-Developer and Consultant from Cologne (Germany), crafting modern websites and (mobile) web applications with HTML5, CSS3, JavaScript and Node.js.

INTERNAL PAGES

frederic-hemberger.de frederic-hemberger.de
1

Track deployments with Piwik's Annotation API | Frederic Hemberger

https://frederic-hemberger.de/en/articles/track-deployments-with-piwik-annotation-api

Track deployments with Piwik's Annotation API. This article was originally written for the Piwik Analytics Blog. Piwik allows you to annotate your analytics data in your dashboard to provide additional information, like the beginning of a new campaign or the launch of a new product. XBB;Our conversion rate improved by 10% since last week.« (»Yes, we rephrased our call to action message last Tuesday.«). Let's see what might have caused this …«). During your deployment, run the following script:. Run with ...

2

Talk: Digital self-defense – Mitigate Clickjacking and XSS attacks with HTTP headers | Frederic Hemberger

https://frederic-hemberger.de/talks/web-security/en.html

Mitigate Clickjacking and XSS attacks with HTTP headers. Image source: http:/ mystartrekscrapbook.blogspot.de/2009/05/click-on-images-to-view-shatner-ego.html. Why should we deal with security at all? All sorts of data depict our (digital) existence. The same password is often used for various services. Many people live and share their life online: personal information,. Contacts and friends,. Credit cards/banking information,. But the most important reason:. Are asking you users for all this data. Embed...

3

Grunt – A build tool for front-end projects | Frederic Hemberger

https://frederic-hemberger.de/en/articles/grunt-buildtool-for-frontend-projects

Grunt A build tool for front-end projects. Most front-end developers already use some kind of build processes for their projects, even if the might not know or don't use the term for it: They concatenate files for production, minify JavaScript code to speed up page loading and convert Sass or Less files into CSS for the browser. Grunt helps to manage all these steps in one single location and orchestrate third party components. This article was published first on Appliness Magazine, January 2013. Grunt a...

4

Talk: hapi – Building apps and services in Node.js | Frederic Hemberger

https://frederic-hemberger.de/talks/hapi

And services in Node.js. Web application framework for Node.js. Developed by Walmart Labs. You may have heard of #nodebf. History: Walmart started using Node as proxy for their old Java environment, replacing it bit by bit with new services. Started with Express (heavily modified), but created own framework. Black Friday' = Friday following Thanksgiving Day, officially opens the Christmas shopping season. Memory, Redis, MongoDB, Memcached, Riak, S3, ). UDP, HTTP, File, Console, ). How to get started?

5

Talk: Developing a web-security mindset – .concat() 2015 | Frederic Hemberger

https://frederic-hemberger.de/talks/concat-websecurity

Developing a web-security mindset. Hi, my name is Frederic Hemberger. I'm working as a freelance JavaScript developer in Cologne, Germany. Today I'm giving you an introduction how to develop a mindset for web-security. Security and lack thereof is almost always a design choice and a business decision. Problem with security is often self-made:. Fast product development cycles. Short time to market. Result: Because of time pressure, insecure prototypes find their way into production. What is user input?

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

LINKS TO THIS WEBSITE

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: Implementing a REST API with node.js

http://juriswritings.blogspot.com/2015/04/implementing-rest-api-with-nodejs.html

A blog by Juri Urbainczyk Juri on Google. Wednesday, April 8, 2015. Implementing a REST API with node.js. It was quite clear that the API should be REST with JSON as transport protocol. Unfortunately, we only had less than 4 weeks to design, implement and test the mock API. Thus, only a very lightweight technology could make this possible, like node.js. Var http = require('http');. Var express = require('express');. Var url = require( "url" );. Var path = require("path");. Var fs = require("fs");. So, in...

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: An HTML5 canvas component for ExtJS 4

http://juriswritings.blogspot.com/2013/06/an-html5-canvas-component-for-extjs-4.html

A blog by Juri Urbainczyk Juri on Google. Tuesday, June 25, 2013. An HTML5 canvas component for ExtJS 4. As I described in another post. ExtJS 4 features components for graphics ("Ext.draw.Component") which are based on the standard HTML SVG tag. But what if we liked to use a canvas tag? ExtJS does not bring one of those - thus we have to create one. Picture 1: Solar system simulator written with the canvas component. And now, the most interesting part of the source code:. Extend: 'Ext.Panel',. ThistempC...

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: Devoxx 2013 - The coming of lambda

http://juriswritings.blogspot.com/2013/11/devoxx-2013-coming-of-lambda.html

A blog by Juri Urbainczyk Juri on Google. Tuesday, November 19, 2013. Devoxx 2013 - The coming of lambda. This year, there was no unique theme standing out. The hypes of the years past, Mobile, Cloud, NoSQL, BigData, are now regarded as standard. There were still presentations about those topics, but they are “normal” now. This of course is a good thing, although great emotions and extraordinary news are missing. Java 8 expected with Lambdas and support for parallel execution. Public class MyListener {.

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: 10 Golden Rules when working with Sencha Touch and JavaScript

http://juriswritings.blogspot.com/2012/08/10-golden-rules-when-working-with.html

A blog by Juri Urbainczyk Juri on Google. Monday, August 20, 2012. 10 Golden Rules when working with Sencha Touch and JavaScript. Lately I had the chance to work extensively with Sencha Touch again, which is really a great framework. Here is some of the advice I have to offer:. 1 Be mindful of brackets. 2 Don't forget: your developing for smartphones! Dont't put to much widgets on you screens. Mobile devices are smaller than you think. 4 Run your app and play with it. Dont't use fixed sizes for your comp...

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: Top Ten Tips for Hackathon Organizers

http://juriswritings.blogspot.com/2015/03/top-ten-tips-for-hackathon-organizers.html

A blog by Juri Urbainczyk Juri on Google. Thursday, March 19, 2015. Top Ten Tips for Hackathon Organizers. Want to organize a Hackathon? A Hackathon is an amazing opportunity to collect new ideas, learn new stuff and get to know interesting people. Here, I'd like to share with you my personal experince from past Hackathons. 1 Have a goal. 2 Know the technology. 3 Built a protoype. 4 Keep it simple. 5 Write documentation with sample code. 6 Bring all the stuff. 7 Plan time before and after the event.

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: Devoxx vs. JavaZone

http://juriswritings.blogspot.com/2014/09/devoxx-vs-javazone.html

A blog by Juri Urbainczyk Juri on Google. Tuesday, September 23, 2014. Devoxx vs. JavaZone. Every now and then I get queried which of the Java and Web conferences in. I would recommend. Often, the most sensible answer seems to be: “the one closest to you”. Nevertheless, since I visited JavaZone in. In September 2014, I think it may be time to make a thorough comparison after all. But which are the criteria? The number of rock star speakers? The volume of soft drinks available for free? If you have picked...

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: ExtJS Game of life – testing the Ext.draw library

http://juriswritings.blogspot.com/2012/12/extjs-game-of-life-testing-extdraw.html

A blog by Juri Urbainczyk Juri on Google. Saturday, December 22, 2012. ExtJS Game of life – testing the Ext.draw library. I always wanted to check out the ExtJS graphics library (Ext.draw) and thus I decided to implement the Game of Life in ExtJS as a kind of prototype. The following screenshot shows the results, a running game of life on a 40x40 grid. A running 40x40 game of life in ExtJS. Details about the Game of life can be found here: http:/ en.wikipedia.org/wiki/Conway%27s Game of Life. In order to...

reddotcmsblog.com reddotcmsblog.com

Plugin: Transfer Filenames | Unofficial RedDot CMS blog about OpenText Web Site Management

http://www.reddotcmsblog.com/plugin-transfer-filenames

Unofficial RedDot CMS blog. OpenText CMS hints from developers, freelancers and fellow customers. December 11, 2009 ⋅. Although the CMS already includes a function to transfer the filenames of a language variant to all languages, this plugin. Quite similar to the “ Transfer RedDot Descriptions. 8221; plugin released yesterday takes you a step further: All filenames are exported to an XML. File which then can be translated to any other language before importing them back into the CMS. Stay up to date!

juriswritings.blogspot.com juriswritings.blogspot.com

Juri's Writings: Textfield with an image: how to write a Sencha Touch 2 component

http://juriswritings.blogspot.com/2012/08/textfield-with-image-how-to-write.html

A blog by Juri Urbainczyk Juri on Google. Monday, August 27, 2012. Textfield with an image: how to write a Sencha Touch 2 component. Let's assume we'd want to write a component, which displays a string together with an image. This would come in handy, if we need to display the name of a customer (e.g. 'Pfefferminzia') and it's logo. The following picture shows the component in action - in the second row of the dialog. Extdefine("myapp.view.CustomerDisplayField", {. Extend: 'Ext.Container',. ThissetHtml('...

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL LINKS TO THIS WEBSITE

16

SOCIAL ENGAGEMENT



OTHER SITES

frederic-hebraud.com frederic-hebraud.com

ebro - Site Officiel

Bienvenue sur frederic-hebraud.com. Site d'art). . Bienvenue sur frederic-hebraud.com. Fille du ciel"- 80 x 80 cm - 2011. Edition de "Frédéric Hébraud, œuvres récentes" (2010-2015). Cotation officielle Hôtel des ventes Drouot. Visites d'Atelier sur rdv 06 12 09 08 20. Https:/ www.facebook.com/ebro.officiel. 2018 Frederic-Hebraud.com (Site Officiel ebro). Dernière mise à jour: 14 mars 2018 Pages vues: 124 080. Créez un site comme celui-ci!

frederic-heil.com frederic-heil.com

frederic-heil.com

Frédéric Heil with Patrick Vega at the „Fête de la musique“,. June 3rd, 2006.

frederic-hein.com frederic-hein.com

3D Art | Frédéric Hein

WIP The White Game: Main Characters. Characters created in ZBrush, Maya, 3D-Coat and Substance Painter in 2014. GOLIATH II: Character Art. A 3rd person action-adventure, the main character was created in Maya, ZBrush & Photoshop and implemented in Unity, in 2014. A 3rd person adventure game, characters and level-design made with Maya, ZBrush & Photoshop and implemented in Unity, in 2013. GOLIATH II: Environment Art. The End: 3D Art. GOLIATH II: Asset Workflow. Deus Ex: Human Revolution Rewrap.

frederic-held.ch frederic-held.ch

Frédéric Held | Graphisme & Typographie

Festival Ephémère, communication visuelle 2015. Der Die Das, Ficcionnes Typografika 2014. Hadrien Dussoix, éditions l'Apage/Infolio 2014. Afghan Rock Nights, affiche 2014. AmreinHerzig, site web 2014. Céline Masson, packaging DVD 2013. N&C Stories, identité visuelle 2013. Joël Tettamanti, carte de visite 2013. Self-Made Mag 2012, 2013. Harry&Duke, affiche et flyer 2012. Grande Dixence, brochure 2012. Vellerat, affiche et journal 2011. Vellerat, identité visuelle 2011. Il n'y a rien à voir, affiche 2010.

frederic-heloise.skyrock.com frederic-heloise.skyrock.com

Frederic-Heloise's blog - *O~° Le Paradis °~O* - Skyrock.com

O Le Paradis O*. Un homme : Frédéric. Une femme : Héloïse. L'Amour = =! 26/10/2007 at 5:13 AM. 30/06/2008 at 2:39 PM. Subscribe to my blog! Stages : 2 mois dans le 83 pour moi ( lui, dans le Nord ): Envoi de sms régulièrement . ( chacun de notre côté, on pense l'un à l'autre, à 1000 km de distance ). Retour d'Héloïse dans le 59 le 6 août. Sortie avec Frédéric seul à seul où avec les Namoureux sur Douai ou Cambrai. Exemple : le 15 Août à Cambrai. Je vais te le dire mon secret! Calins. 3} }. Don't forget t...

frederic-hemberger.de frederic-hemberger.de

Frederic Hemberger

Freelance Web-Developer and Consultant. I accompany clients during digital transformation processes, develop strategies by trying to ask the right questions, build systems and automate workflows to meet these goals. I focus on Node.js and DevOps related topics, mostly around Docker and Kubernetes. Im also interested in web-security. Learn more about my work.

frederic-henaux-reseau-mbi.com frederic-henaux-reseau-mbi.com

Frédéric HENAUX, Consultant d'entrepises pour le Réseau MBI | FRANCE

Consultant d'entreprises pour le Réseau MBI. MBI Développement met à votre disposition des outils de Diagnostic. Vous permettant une rapidité. MBI Développement et ses experts vous Conseillent. Sur le déroulement de vos actions. MBI Développement forme sur tous les aspects du Pilotage. MBI Développement vous Accompagne. À chaque instant garantissant la réussite de votre projet. De tous les instants. MBI Développement (r) 2014. Création Site Internet Info Plus.

frederic-henriques.com frederic-henriques.com

Cargo

This Cargo website is currently available here: frederichenriques. If you are the owner and wish to activate this domain, renew your Site Upgrade. When the upgrade process is completed this domain will automatically display your Cargo website. If you need further help, visit Cargo Support.

frederic-henry.biz frederic-henry.biz

frederic-henry.biz

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.

frederic-henry.blogspot.com frederic-henry.blogspot.com

Frederic Henry's Blog

My (Grace Yoo) Opinion/Review on the Novel. My Dream Life is Over. Catherine and My Escape. Detachment from the War. I Found Someone to Be Passionate About. I enlisted in the Italian army right after I graduated out of high school. Now I am stuck as an American fighting as an Italian in the World War. People tell me I'm very calm, which I am. Even if you get to know me well, I will stay calm. View my complete profile. Wednesday, October 28, 2009. My (Grace Yoo) Opinion/Review on the Novel. It was raining...

frederic-henry.com frederic-henry.com

frederic-henry.com

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.