|
1 | 1 | const quotes = [ |
2 | 2 | { |
3 | 3 | name: 'Joe Karlsson', |
4 | | - role: 'Software Engineer at MongoDB', |
| 4 | + role: 'Developer Advocate at Tinybird', |
5 | 5 | picture: './img/people/joe-karlsson-node-js.jpg', |
6 | 6 | text: `I've read basically every Node.js book ever published, and this is my personal favorite (and best) by far. Even months after reading all the way through this text, I still learn new things each time I browse through it. |
7 | 7 | What can I say, this is a must for anyone writing code in Node. js. Everything in the book, including the code examples, are very useful in practice.` |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | name: 'Gleb Bahmutov', |
11 | | - role: 'VP of Engineering at Cypress.io', |
| 11 | + role: 'Senior Director Of Engineering at Mercari', |
12 | 12 | picture: './img/people/gleb-bahmutov-node-js.jpg', |
13 | 13 | text: 'Wow! This book ... is amazing. After many years of programming with JavaScript, I still have learnt so much from this book. It covers many topics relevant to large Node.js applications with ease, with many relevant code snippets making the material easily approachable. While not for beginners, it is a great book for anyone looking to take their JS applications to the higher level.' |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | name: 'Radoslav Stankov', |
17 | | - role: 'Head of engineering at ProductHunt', |
| 17 | + role: 'CTO and Co-Founder at Angry Building', |
18 | 18 | picture: './img/people/radoslav-stankov-node-js.jpg', |
19 | 19 | text: 'Node.js Design Patterns is an excellent resource for learning. I learned a lot of things that I thought I already knew. My favorite part is the Commonjs and ES6 import systems and a lot of the more advanced recipes.' |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | name: 'Ire Aderinokun', |
23 | | - role: 'VP Engineering at BuyCoin Africa', |
| 23 | + role: 'Frontend Engineer, Entrepreneur, Investor', |
24 | 24 | picture: './img/people/ire-aderinokun-node-js.jpg', |
25 | 25 | text: 'Node.js Design Patterns is a really in-depth look into the world of Node.js. Everything you ever wanted to know, and more! It’s very comprehensive, and gets into the details of how Node.js works. It’s a perfect book for anyone who already knows a bit about Node.js, and is looking to deepen their knowledge.' |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | name: 'Ersel Aker', |
29 | | - role: 'Co-founder & CTO at JustFulfil', |
| 29 | + role: 'Co-Founder at futurecast.studio', |
30 | 30 | picture: './img/people/ersel-aker-node-js.jpg', |
31 | 31 | text: 'Read through a few chapters of Node.js Design Patterns this morning. It\'s an excellent reference book covering everything from from the intricacies of the Node.js runtime to scaling your services to serve millions of users. Grabbed another copy for our engineering team to use as a study tool.' |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | name: 'Mike Rourke', |
35 | | - role: 'Software Engineer and Author', |
| 35 | + role: 'Software Engineer at a.i. solutions and Author', |
36 | 36 | picture: './img/people/mike-rourke-node.jpg', |
37 | 37 | text: 'There is a lot of useful content in this book, and I think the title doesn\'t do it justice. If you want a comprehensive book about Node.js that not only acts as a reference for best practices and design patterns, but also as a one-stop shop for understanding how Node.js works behind the scenes, look no further!' |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | name: 'Maya Shavin', |
41 | | - role: 'Senior Frontend Engineer at Cloudinary', |
| 41 | + role: 'Senior Software Engineer at Microsoft and Author', |
42 | 42 | picture: './img/people/maya-shavin-node-js.jpg', |
43 | 43 | text: 'This book surprised me for how detailed it is! It contains a lot of useful and easy-to-understand information. For someone familiar with the Node.js, I\'m intrigued by how much depth the book provides in working with Node.js. Every topic is approached in a very straightforward way: while being practical, this book offers different readers\' levels - from the most juniors to the experienced ones - an excellent reference to apply design patterns in any real scale Node.js application. Totally going to bookmark it as my favorite Node.js book!' |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | name: 'Kostas Bariotis', |
47 | | - role: 'Software Engineer at Bulb', |
| 47 | + role: 'Sr. Software Engineer at Mixmax', |
48 | 48 | picture: './img/people/kostas-bariotis-node-js.jpg', |
49 | 49 | text: 'Node.js Design Patterns is an amazing resource for every level of Node.js developers. It covers important design patters that are used in the Node.js world (modules, callbacks, asynchronicity, etc) and explores critical bits of the core library (promises, streams, event emitters, etc). Finally, it provides best practices on running Node.js as part of a bigger architecture where you need to horizontally scale an application, balance the incoming load and setup a message bus in between your services.' |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | name: 'David Wells', |
53 | | - role: 'Serverless architect & full-stack developer', |
| 53 | + role: 'Full Stack Engineer at Vendia', |
54 | 54 | picture: './img/people/david-wells-node-js.jpg', |
55 | 55 | text: 'If you want a deep dive into how Node.js works and the available design patterns, I\'d recommend checking out Mario and Luciano\'s new book. I particularly enjoyed the section on using streams. After reading, I realized haven\'t been leveraging streams enough in my projects.' |
56 | 56 | }, |
57 | 57 | { |
58 | 58 | name: 'Simon Høiberg', |
59 | | - role: 'Freelance Software Engineer', |
| 59 | + role: 'Software Developer and Startup CEO', |
60 | 60 | picture: './img/people/simon-hoiberg-node-js.jpg', |
61 | 61 | text: 'Node.js Design Patterns is a great, in-depth resource for both beginners and advanced. Even though I\'ve been writing Node.js applications for the past 5 years, I learned a lot from this comprehensive piece of work. By far the best Node.js book currently out there.' |
62 | 62 | }, |
63 | 63 | { |
64 | 64 | name: 'Mike Alche', |
65 | | - role: 'Node.js and React consultant', |
| 65 | + role: 'React, React Native & Node.js software consultant', |
66 | 66 | picture: './img/people/mike-alche-node-js.jpg', |
67 | 67 | text: 'Every time a new Node.js book comes out I read it. I think there isn’t a single one that I haven’t read. And out of all of them I must say that Node.js Design Patterns is by far — and I mean it BY FAR— the undisputed best. To put it in the most honest way possible: this is the book I go to read when preparing to teach a Node.js class to groups of software engineers.' |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | name: 'Theodore Vorillas', |
71 | | - role: 'JavaScript Engineer at Workable', |
| 71 | + role: 'Independent Software Engineer and JavaScript expert', |
72 | 72 | picture: './img/people/theodore-vorillas-node-js.jpg', |
73 | 73 | text: 'Node.js Design Patterns is a must read, an excellent resource for learning how to build Node.js applications. I loved the fact that you can actually learn new stuff regardless your experience. My favorite chapters are about scaling a production application (Universal JavaScript, Scalability and Architectural Patterns, Advanced Recipes)... and the coding samples are also available for free on GitHub!' |
74 | 74 | }, |
75 | 75 | { |
76 | 76 | name: 'David Gonzalez', |
77 | | - role: 'Full stack engineer/DevOps, Google Developer Expert and author', |
| 77 | + role: 'Principal Engineer at Cloudsmith and author', |
78 | 78 | picture: './img/people/david-gonzalez-node-js.jpg', |
79 | 79 | text: 'I am a hardcore techie, big into Node.js and I have to say I have learnt a lot by just going through Node.js Design Patterns. The level of detail and quality of the examples are incredible and in general, it is a good book have as a reference to solve any problem that might arise while code (not only in Node.js). This is a book I recommend to my students to go from 0 to hero and keep it as a reference forever. The previous edition was good, but this one is just out of this world.' |
80 | 80 | }, |
81 | 81 | { |
82 | 82 | name: 'Maxim Salnikov', |
83 | | - role: 'Developer Engagement Lead at Microsoft', |
| 83 | + role: 'Developer Productivity Business Lead at Microsoft', |
84 | 84 | picture: './img/people/maxim-salnikov-node-js.jpg', |
85 | 85 | text: 'I have "Node.js Design Patterns" always at hand both when I start quick new projects and when the time comes to refactor the larger and mature ones. It\'s an invaluable and well-structured source of patterns, best practices, and guidelines. Also, it’s always good to know that particular features are in use in well-known projects - thanks to the “In the wild” section. As a full-stack developer focused on the front-end, I especially enjoyed a chapter about universal JavaScript.' |
86 | 86 | } |
|
0 commit comments