Building a bulletproof JavaScript API Clients with nock - JSCasts episode 15
In this episode, I will tell you how to write bulletproof API clients in javascript using Test Driven Development. The most interesting part will be unit tests, where we will use Nock - server mocking and expectation library.
Server Side Rendering with React and express - JSCasts episode 14
Next episode of JSCast. From episode 14 of this series, you will learn how to add Server Side Rendering with React.
Babel with TypeScript on Node.js from scratch - JSCasts Episode 13
Do you know how to add Babel to your Node.js project? If not you should certainly read the latest JSCasts with Wojciech Krysiak! Learn how to add Typescript support to the example express server. You can also watch a video of how the whole process proceeds.
How to add a role-based Admin Panel to your Node.js app in literally 10 minutes
How quick can you add role-based Admin Panel using Admin-Bro? Wojciech Krysiak shows how to do it in less than 10 minutes!
Interview with Wojciech Krysiak - Part #3
What qualities a good developer should have? What is the future of software development? Read last part of an interview with our CTO Wojciech Krysiak.
Interview with Wojciech Krysiak - Part #2
The second part of the interview with our CTO Wojciech Krysiak. We will know how his passion began and how he stays up to date with the latest trends.
Interview with Software Brothers CTO - Wojciech Krysiak
The first part of the interview with our CTO Wojciech Krysiak. Wojtek will tell us how he became the Chief Technology Officer and what skills are necessary for this position.
Node.js REPL - run js code within your app environment - JSCasts episode 12
Next episode of JSCast. From episode 12 of this series, you will learn how to use Node Interactive Shell to run javascript code within your app environment. Check out how the application works with real data and easily find and fix problems.
Watch and learn how to implement an automatic Admin Interface and make 5 days of work in 10minutes!
Check out a video from #64 JS Monthly Meetup in London where I had a chance to talk about Admin Bro.
Check what's new in the updated AdminBro v0.9!
A new version of Admin Bro - automated admin interface for Node.js apps - is out there. Last weekend we released a new version of AdminBro. The version number is v0.9 and we think that it is the last release in which we say that the library is...