(Don’t get us wrong. We actually like it.)
TOPdesk comic #4
Posted by Bogdán Bikics on July 11, 2017
Posted by Bogdán Bikics on July 11, 2017
(Don’t get us wrong. We actually like it.)
Posted by Bogdán Bikics on April 25, 2017
Text: Jos Brakenhoff & Bogdán Bikics
Illustration: Bogdán Bikics
Posted by Bogdán Bikics on March 27, 2017
Posted by Bogdán Bikics on December 6, 2016
In Part 4 (Step 5: Using Browserify) we used Browserify to work better together with NPM imported modules, and to use our own code in a Node styled modular way. It’s time to automate all the build tasks we have so far with the help of Gulp.
Posted by Bogdán Bikics on November 21, 2016
Posted by Bogdán Bikics on November 9, 2016
Posted by Bogdán Bikics on October 27, 2016
Now that we know the basics of NPM, Gulp and TypeScript, let’s start our step-by-step tutorial. At the end you should have everything you need to get started with a TypeScript project. Even if you need a few extras at a later point, you will already be on the right path and will be able to figure things out relatively easy.
Before we start, I’d like to ask your forgiveness for the suboptimal folder hierarchy we will set up. In a real project I would go for a more complex hierarchy. For now, I kept it simple for two reasons. Firstly, so that I don’t have to refer to long paths in code snippets. Secondly, I hope that this will be more understandable for you, the reader. After finishing this tutorial you should be able to adapt your knowledge easily on any folder hierarchy.
Posted by Bogdán Bikics on
This series of posts is written with the purpose of helping people who are starting with a new front-end project, or to those who want to introduce TypeScript in their already existing JavaScript project. In This Post I am going to kick off by introducing all the basic tools involved, like Npm, Gulp and Browserify. In the upcoming posts, I will present a step-by-step tutorial to help you get started.
Posted by Bogdán Bikics on October 25, 2016
In Part 5 (Step 6: Gulp) we built up our fully working ecosystem with TypeScript. It enables us to use TypeScript, compile it automatically on every change, clean up, handle dependencies both for internal and external node modules. Now it is time to put the cherry on the top of the cake: let’s add Jasmine tests written in TypeScript!