damirkusar.ch damirkusar.ch

DAMIRKUSAR.CH

Damir Kusar

Software Engineer and Entrepreneur. I am Damir,. A highly motivated software engineer and entrepreneur based in Zurich, Switzerland. I am looking for freelancer / contractor positions as a c# or AngularJS developer or as a ScrumMaster, Agile Coach. I have several years of experience in Information Technology. I worked as an Hardware Supporter, System Engineer, Project Leader, Software Developer, Scrum Master and Software Architect. Lucerne University of Applied Science and Arts. Other projects: Mp3 Web s...

http://www.damirkusar.ch/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DAMIRKUSAR.CH

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of damirkusar.ch

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

8.1 seconds

CONTACTS AT DAMIRKUSAR.CH

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Damir Kusar | damirkusar.ch Reviews
<META>
DESCRIPTION
Software Engineer and Entrepreneur. I am Damir,. A highly motivated software engineer and entrepreneur based in Zurich, Switzerland. I am looking for freelancer / contractor positions as a c# or AngularJS developer or as a ScrumMaster, Agile Coach. I have several years of experience in Information Technology. I worked as an Hardware Supporter, System Engineer, Project Leader, Software Developer, Scrum Master and Software Architect. Lucerne University of Applied Science and Arts. Other projects: Mp3 Web s...
<META>
KEYWORDS
1 damir kusar
2 profile
3 education
4 skills
5 experience
6 let's talk
7 personal profile
8 this is me
9 university degrees
10 thesis
CONTENT
Page content here
KEYWORDS ON
PAGE
damir kusar,profile,education,skills,experience,let's talk,personal profile,this is me,university degrees,thesis,certificates,certified scrum master,personal project,credit suisse,technologies and methodologies,siemens building technologies,get in touch
SERVER
Apache
POWERED BY
PleskLin
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Damir Kusar | damirkusar.ch Reviews

https://damirkusar.ch

Software Engineer and Entrepreneur. I am Damir,. A highly motivated software engineer and entrepreneur based in Zurich, Switzerland. I am looking for freelancer / contractor positions as a c# or AngularJS developer or as a ScrumMaster, Agile Coach. I have several years of experience in Information Technology. I worked as an Hardware Supporter, System Engineer, Project Leader, Software Developer, Scrum Master and Software Architect. Lucerne University of Applied Science and Arts. Other projects: Mp3 Web s...

LINKS TO THIS WEBSITE

kusar.ch kusar.ch

BDD – Damir Kusar

http://kusar.ch/tag/bdd

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. So, this post is a step by step how-to, from writing the Acceptance Tests with Specflow, then implement the Specflow steps, write Unit Tests, Write Code, Refactor. So this means Red, Green, Red, Red, Green, Refactor Lets create a Specflow. March 14, 2013. March 20, 2013. Setup Specflow project with Visual Studio 2012 and Resharper. March 14, 2013. March 14, 2013. December 10, 2012. Get ever...

kusar.ch kusar.ch

Page 2 – Damir Kusar

http://kusar.ch/page/2

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Generator for fullstack Angular & Meteor application. Hi, I already crated a generator for AngularJS application, now, I tought to create a new generator to support fullstack app development, front and backend with Meteor. This generator uses AngularJS as the frontend framework and Meteor as the backend. October 22, 2015. October 22, 2015. Uploading Files from Angular to WebApi2 or WCF.

kusar.ch kusar.ch

ASP.NET – Damir Kusar

http://kusar.ch/tag/asp-net

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Send and Receive JSON with Angular and Asp.NET Web Api 2. When you are consuming a Restful service, you usually send JSON data back and forth. Today I will explain how we are doing it with an ASP.NET WebAPI backend and Angular frontend. I assume that the projects are setup and usable. July 23, 2015. July 23, 2015. Ash Maurya (Running Lean). Front Row Agile (by Mike Cohn).

kusar.ch kusar.ch

Android – Damir Kusar

http://kusar.ch/tag/android

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Android: Start new Activity from a BroadcastReceiver or in another class which is not an Activity. Have you ever tried to start a new activity from an class wich is not an activity itself? Its not just getting the context and call the startActivity(.) method. But, its not much more than that 🙂 it is very. October 5, 2012. October 5, 2012. Android: Set theme to application or activity.

kusar.ch kusar.ch

Send and Receive JSON with Angular and Asp.NET Web Api 2 – Damir Kusar

http://kusar.ch/2015/07/send-and-receive-json-with-angular-and-asp-net-web-api-2

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Send and Receive JSON with Angular and Asp.NET Web Api 2. When you are consuming a Restful service, you usually send JSON data back and forth. Today I will explain how we are doing it with an ASP.NET WebAPI backend and Angular frontend. I assume that the projects are setup and usable. So, first, lets create our controller class in our backend to serve some sample data. A factory which creat...

kusar.ch kusar.ch

Add nested UI-Views in AngularJS and Angular-UI-Router – Damir Kusar

http://kusar.ch/2015/06/add-nested-ui-views-in-angularjs-and-angular-ui-router

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Add nested UI-Views in AngularJS and Angular-UI-Router. Probably you have configured your UI-Router to route to specifc URLs wit something like this:. State("demo", { parent: "root", url: "/demo", . But, have you wondered, how you can add a nested UI-View in your /demo URL? Let’s say to show a partial view with its own controller or similar? Div ui-view=" /div '. Views: { " : {. The view do...

kusar.ch kusar.ch

Add translation to your Angular App. – Damir Kusar

http://kusar.ch/2015/06/add-translation-to-your-angular-app

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Add translation to your Angular App. Recently, I created an own AngularJS seed. Which supports translation out of the box. But lets see how we can add it to our application. First, we need to install some bower packages:. Bower install - save angular-translate angular-translate-loader-url angular-translate-loader-static-files. To make the following codes work, we need to add. Be also sure t...

kusar.ch kusar.ch

AWS – Damir Kusar

http://kusar.ch/tag/aws

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. Deploy Rails Project with Capistrano and Git to AWS EC2 after successfully build on jenkins. So as announced in post: Deploy Rails Project with Capistrano and Git to AWS EC2, i will explain it here, how we can deploy our rails application to EC2 after a successfully build on Jenkins. After you installed and setup Capistrano. March 29, 2013. Generating SSH Keys on Ubuntu (AWS EC2) for Github.

kusar.ch kusar.ch

Damir – Damir Kusar

http://kusar.ch/author/ku5ar

Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. – Henry Ford. In my last post we already created a form for our email form to be sent via a PHP backend. This form is created based on this explanations: https:/ angular.io/docs/ts/latest/guide/forms.html. This post will show also a different way of working with forms, when. February 23, 2016. February 23, 2016. Send email with Angular2 and PHP. February 11, 2016. February 11, 2016. November 11, 2015.

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

damirkovacic.hr damirkovacic.hr

Damir Kovačić photography - HOME

Damir Kovačić photography. Brošura TZ Tučepi. Poštovani roditelji OŠ Dragutin Tadijanović,. Sve fotografije Vaše djece je još uvijek moguće naručiti. Potrebno je samo poslati email na adresu. Sa Vašim imenom i brojem razreda u kojem je Vaše djete. Potom ćemo Vam poslati link na fotografije i lozinku te ćete moći naručiti fotografije koje želite. S poštovanjem,. Damir Kovačić. Every day we admire photographs of various photographers who are photographing the beauty of the world around us. However, lar...

damirkrivenko.ru damirkrivenko.ru

Damir Krivenko – Damir Krivenko

My mission is to talk about great and sophisticated things by means of small and simple pieces, and to create modern art that is interesting and understandable to contemporary audience. At the same time, I endeavour to reflect the problems of the contemporary world in my works, and thus I often enclose comments to my paintings to make the contact between the spectator and the artist even more open. Россия, Краснодарский край, 353411, г. Анапа, Су-Псех, ул.Лунная, 6. 7 918 375 15 17.

damirkucic.com damirkucic.com

#Bashing

Apt-get install coffee- - - -. Friday, December 19, 2014. Testing endpoint connectivity in powershell. I have no idea why someone thought it was good idea to remove telnet from newer versions of windows OS (it's still there under optional components.). It's not very likely you'll be using encrypted telnet remoting these days, however telnet was a very useful tool for testing endpoint connectivity as in making sure that server on the other side is ready to accept a connection on specific TCP port. Informa...

damirkukuruzovic.com damirkukuruzovic.com

Damir Kukuruzovic

La ligne ajouter art a leur identification de and # 8220; james and # 8221; ADIDAS YEEZY BOOST 750. Fashion et accueil des biens avec l'aide du dtaillant en ligne artistique. Adidas Climacool Boat Lace. La curation caractristiques multimdia tout de photographie et peinture de collages, ADIDAS ORIGINALS ZX 8000. De magnum photos provenant de l'aime plus.trouver les œuvres ici ainsi qu'a la ligne and # 8217; chez espace de vente au dtail a partir d'aujourd'hui, ADIDAS NEO VL COURT. Bold block couleurs and ...

damirkulic.com damirkulic.com

Damir Krueger Kulic

Lead UX Designer @ Modern Craft.

damirkusar.ch damirkusar.ch

Damir Kusar

Software Engineer and Entrepreneur. I am Damir,. A highly motivated software engineer and entrepreneur based in Zurich, Switzerland. I am looking for freelancer / contractor positions as a c# or AngularJS developer or as a ScrumMaster, Agile Coach. I have several years of experience in Information Technology. I worked as an Hardware Supporter, System Engineer, Project Leader, Software Developer, Scrum Master and Software Architect. Lucerne University of Applied Science and Arts. Other projects: Mp3 Web s...

damirl.wordpress.com damirl.wordpress.com

Damir's Virtual Drug Screening Blog | Just another WordPress.com site

Damir's Virtual Drug Screening Blog. Just another WordPress.com site. Week 1 (8/30 – 9/3). September 3, 2010. Happy first week back everyone! This week wasn't too eventful but involved some vital planning for the next few weeks. Upon returning to UT, I was surprised to hear that class was canceled because Dr.B's son was on the way (congratulations! Week 1 (8/30 – 9/3). Damir's Virtual Drug Screening Blog. Blog at WordPress.com. Damir's Virtual Drug Screening Blog.

damirlaw.com damirlaw.com

Home

Helping People To Represent Themselves In Immigration and State Courts. Bringing Law to the people.

damirlukacevic.de damirlukacevic.de

Damir Lukacevic

Ich verfilme Antje Wagners Mysteryroman VAKUUM mit Isolda Dychauk, Maria Ehrich und Jannik Schümann in den Hauptrollen. Hier geht's zum Teaser:. Tobias Moretti erhielt für meinen Film «Im Namen meines Sohnes» eine Nominierung als bester Darsteller bei der Goldenen Kamera 2017. Basierend auf dem wahren Fall des Maskenmannes erzählt der Spielfilm die Geschichte von Claus Jansen, dessen Sohn Hannes 1992 über Nacht aus dem Internat verschwindet. Dicht inszeniert und überzeugend gespielt. Bereits während...

damirlumis.com damirlumis.com

Front page ⋆ Damir's Outbursts

Darr; Skip to Main Content. Outbursts – blog. Mobile version of Damir's outbursts. Here you can listen to one of my tunes and see my lovely face:. You came across the right place to be amazed. Want to know a bit more about me? Well, just click that button below! I know you want to. This is your first home widget box. To edit please go to Appearance Widgets and choose 6th widget from the top in area 6 called Home Widget 1. Title is also manageable from widgets as well. We created the monster(s).

damirman.deviantart.com damirman.deviantart.com

DaMiRmAn (DaDo) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 5 Years. This deviant's full pageview. Last Visit: 1 week ago. By moving, adding and personalizing widgets.