Angular architecture patterns – Additional application features

Welcome back to series of blog posts about architectural patterns for front-end web applications. The code examples are written in Angular 4 but the logic is applicable in plain JavaScript or any modern JavaScript framework. If you are new with this topic, check previously published posts: High level project architecture Detailed project architecture Additional application features (current […]

Angular architecture patterns – Detailed project architecture

Welcome back to series of blog posts about architectural patterns for front-end web applications. The code examples are written in Angular 4 but the logic is applicable in plain JavaScript or any modern JavaScript framework. If you are new with this topic, check previously published posts: High level project architecture Detailed project architecture (current chapter) Additional application […]

Angular architecture patterns – High level project architecture

These series of articles have arisen after months of research and work on Angular 2 projects. It’s based on experience and observations while trying to create a project architecture which will be sustainable and what’s more important it represents a set of guidelines to keep the project organised and maintainable. The goal is to divide […]

DUMP Day 2016 look back and session materials

DUMP is a non profit student association from Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture in Split. While they are a student organisation by name, they are everything but just that. With real projects, student IT competitions, developer academies for students, their great internship program and other activities they have made a great […]

Umbraco as a wireframing tool?

I’m loving Umbraco so much that I started using it beyond his CMS capabilities. Lately, after trying several mockup and wireframing tools, I finally settled with… Umbraco! We’re mostly using Twitter Bootstrap for our web apps, and those two in combination make an excellent wireframing tool. It is really simple to set it up, I […]

Bringing Web Api 2 tips and tricks – NT conference

So, tomorrow I’m travelling to Ljubljana to speak on the NT conference on Thursday. As this is one of my favorite presentations to give, I’m really looking forward to speaking about Web Api 2 new ideas, tips and tricks.  If you are near, come by, we can have a coffee and talk all things tech […]

Umbraco widgets – razor way

We have been working on an interesting project lately and as usual, with every new project there is some new Umbraco implementation trick we learn. That is the power of Umbraco and what I love about it, you can do almost anything, it is the most flexible system I ever used. In this particular case, […]

Umbraco and DotNetNuke

I have deliberately used “and” in the title to avoid “Umbraco vs DotnetNuke”. This is not technical comparison between the two nor overview of either one of those CMSes. It’s simply a short story why we started using Umbraco, in parallel to DNN, after many years of DNN development. Being of technical background but economics and management […]

MailFormProtector – Protect form to email in Umbraco

As a company that builds web portals and corporate sites we noticed a spam problem with web forms. Our clients complained about spam coming through their contact forms (or they receive blank forms) and requested that we solves it. Why CAPTCHA is not the solution? Captcha is not always a good option. Visitors hate to […]

EU Cookie Legislation and Umbraco

Introduction to law: There has been a lot of talks about EU Cookie legislation on websites. Everybody that does websites probably got at least few call from clients with questions and requests to make their websites comply. Cookie legislation also changed in the meantime which confused some. In short, what we have been getting from […]