Find the perfect course for you
Search results
Designing REST-based APIs
A wide overview of the things to care about if you build and deploy RESTful services that will survive the real world.
JavaScript Foundation in Prague
This course provides a solid JavaScript foundation that you can use to build sites and applications for the web.
ReactJS in Prague
The main idea of React is this; if we rerender instead of mutate when something changes, our components and application as a whole becomes much easier to construct and reason about. There is of course a performance penalty to this, but React mitigates that through an efficient diffing engine, resulting in only the necessary changes actually being made.
Intermediate SQL
This intermediate course builds on Beginning SQL and goes deeper into the language as well as how to design and implement your own databases from scratch.
ReactJS
The main idea of React is this; if we rerender instead of mutate when something changes, our components and application as a whole becomes much easier to construct and reason about. There is of course a performance penalty to this, but React mitigates that through an efficient diffing engine, resulting in only the necessary changes actually being made.
Management 3.0
In 2010 Jurgen Appelo released the Book Management 3.0 and has made success all over the world. Jurgen is ranked as one of the most influential people in leadership and agile. Jurgen himself describes itself as a "creative networker".
News & feeds
Our view of Vue
Are React and Angular still the only two responsible choices when selecting a JavaScript framework for the new project, or can Vue now be considered an actual contender also from a business perspective?
Read more >Configuring CMake for success
One common question I get on our Advanced C++ course is how the project structure should look, e.g. should I split the source code into multiple directories? How can I introduce unit tests? Should I compile into multiple libraries?
Each project is unique in what it needs, so in this blog post I’ll go over my general preferred setup and then look at how we adopted it for C++ on Android where we also interface with Kotlin/Java.
Working Remotely… Very Remotely
Does your job let you travel? Do you want it to? Our job does! And we're taking advantage of it! Read all about our plans for remote work... very remote work. #waaayoutofoffice
Read more >Focus on Business Value with Scrum
How do we, as a company, keep our focus on Business Value, when we our teams are dominated by technical people and developers, who are not always even expected to see the bigger picture. How can Scrum be at help?
Read more >Why TypeScript?
A few contrasting examples: in JavaScript it's fine to forget a property in an object literal, to call a function with the wrong number of arguments, or to write code that will never be reached in a program. TypeScript flags all of these things as errors, often directly in an IDE.
Read more >