検索キーワード: プログラミング・ソフトウェア開発
-
-
Object Design Style Guide
- 著者: Matthias Noback
- ナレーター: Sarah Dawe
- 再生時間: 5 時間 2 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Objects are the central concept of languages like Java, Python, and C#. Applying the best practices for object design means that your code will be easy to read, write, and maintain. Object Design Style Guide captures dozens of techniques for creating pro-quality OO code that can stand the test of time.
-
Object Design Style Guide
- ナレーター: Sarah Dawe
- 再生時間: 5 時間 2 分
- 配信日: 2021/03/18
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Hackers & Painters
- Big Ideas from the Computer Age
- 著者: Paul Graham
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
-
Hackers & Painters
- Big Ideas from the Computer Age
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 配信日: 2021/03/17
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Microservices Security in Action
- Design Secure Network and API Endpoint Security for Microservices Applications, with Examples Using Java, Kubernetes, and Istio
- 著者: Prabath Siriwardena, Nuwan Dias
- ナレーター: Aiden Humphreys
- 再生時間: 21 時間
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Microservices Security in Action is filled with solutions, teaching best practices for throttling and monitoring, access control, and microservice-to-microservice communications. Along the way, authors and software security experts Prabath Siriwardena and Nuwan Dias shine a light on important concepts like throttling, analytics gathering, access control at the API gateway, and microservice-to-microservice communication.
-
Microservices Security in Action
- Design Secure Network and API Endpoint Security for Microservices Applications, with Examples Using Java, Kubernetes, and Istio
- ナレーター: Aiden Humphreys
- 再生時間: 21 時間
- 配信日: 2021/03/17
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥3,700 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Practices of the Python Pro
- 著者: Dane Hillard
- ナレーター: Lisa Farina
- 再生時間: 6 時間 20 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Professional developers know the many benefits of writing application code that’s clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level. With Practices of the Python Pro, you’ll learn to design professional-level, clean, easily maintainable software at scale using the incredibly popular programming language, Python.
-
Practices of the Python Pro
- ナレーター: Lisa Farina
- 再生時間: 6 時間 20 分
- 配信日: 2021/03/16
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Unit Testing Principles, Practices, and Patterns
- Effective Testing Styles, Patterns, and Reliable Automation for Unit Testing, Mocking, and Integration Testing with Examples in C#
- 著者: Vladimir Khorikov
- ナレーター: Nate Colitto
- 再生時間: 7 時間 18 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Unit Testing Principles, Patterns and Practices shows you how to refine your existing unit tests by implementing modern best practices. You’ll learn to spot which tests are performing, which need refactoring, and which need to be deleted entirely! Upgrade your testing suite with new testing styles, good patterns, and reliable automated testing.
-
Unit Testing Principles, Practices, and Patterns
- Effective Testing Styles, Patterns, and Reliable Automation for Unit Testing, Mocking, and Integration Testing with Examples in C#
- ナレーター: Nate Colitto
- 再生時間: 7 時間 18 分
- 配信日: 2021/03/05
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Leaving the Rat Race with Python
- An Insider's Guide to Freelance Developing
- 著者: Christian Mayer, Lukas Rieger
- ナレーター: Christian Mayer
- 再生時間: 3 時間 4 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Leaving the Rat Race with Python shows you how to nurture, grow, and harness your work-from-home coding business online - and live the good life!
-
Leaving the Rat Race with Python
- An Insider's Guide to Freelance Developing
- ナレーター: Christian Mayer
- 再生時間: 3 時間 4 分
- 配信日: 2021/03/03
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥1,900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Fundamentals of Software Architecture
- An Engineering Approach
- 著者: Mark Richards, Neal Ford
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This book provides the first comprehensive overview of software architecture’s many aspects. Aspiring and existing architects alike will examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Mark Richards and Neal Ford—hands-on practitioners who have taught software architecture classes professionally for years—focus on architecture principles that apply across all technology stacks.
-
Fundamentals of Software Architecture
- An Engineering Approach
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 配信日: 2021/02/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥6,100 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer - but only if you work at it.
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 配信日: 2021/02/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Clean Agile
- Back to Basics
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 53 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Nearly 20 years after the Agile Manifesto was first presented, the legendary Robert C. Martin (“Uncle Bob”) reintroduces Agile values and principles for a new generation - programmers and nonprogrammers alike. Martin, author of Clean Code and other highly influential software development guides, was there at Agile’s founding. Now, in Clean Agile: Back to Basics, he strips away misunderstandings and distractions that over the years have made it harder to use Agile than was originally intended.
-
Clean Agile
- Back to Basics
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 53 分
- 配信日: 2021/02/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Monolith to Microservices
- Evolutionary Patterns to Transform Your Monolith
- 著者: Sam Newman
- ナレーター: Mitchell Dorian
- 再生時間: 6 時間 45 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.
-
Monolith to Microservices
- Evolutionary Patterns to Transform Your Monolith
- ナレーター: Mitchell Dorian
- 再生時間: 6 時間 45 分
- 配信日: 2021/02/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
The Clean Coder
- A Code of Conduct for Professional Programmers
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 6 時間 12 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isn’t written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of them - and earn the pride and fulfillment that they alone possess.
-
The Clean Coder
- A Code of Conduct for Professional Programmers
- ナレーター: Theodore O'Brien
- 再生時間: 6 時間 12 分
- 配信日: 2021/02/27
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Crea Tu Agencia [Create Your Agency]
- La Guía Definitiva para Iniciar tu Negocio de Servicios de Marketing Digital [The Definitive Guide to Starting Your Digital Marketing Services Business]
- 著者: Agustin Casorzo
- ナレーター: Ernesto Tissot
- 再生時間: 3 時間 26 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
¿Quieres crear tu propia Agencia de Marketing Digital y no sabes cómo ni por dónde empezar?Si es así, te invito a leer este libro, en el que te revelo el paso a paso para montar tu negocio online.Hace 8 años yo estaba harto de esquemas MLM que prometían el éxito y altas sumas de dinero; aburrido de inversiones en la bolsa que no daban resultado; cansado de promesas de "ganar dinero online" que no funcionaban.
-
Crea Tu Agencia [Create Your Agency]
- La Guía Definitiva para Iniciar tu Negocio de Servicios de Marketing Digital [The Definitive Guide to Starting Your Digital Marketing Services Business]
- ナレーター: Ernesto Tissot
- 再生時間: 3 時間 26 分
- 配信日: 2021/02/24
- 言語: スペイン語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥1,900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Python Workout
- 50 Ten-Minute Exercises
- 著者: Reuven M. Lerner
- ナレーター: Mark Thomas
- 再生時間: 7 時間 35 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The only way to master a skill is to practice. In Python Workout, author Reuven M. Lerner guides you through 50 carefully selected exercises that invite you to flex your programming muscles. As you take on each new challenge, you'll build programming skill and confidence. The thorough explanations help you lock in what you've learned and apply it to your own projects.
-
Python Workout
- 50 Ten-Minute Exercises
- ナレーター: Mark Thomas
- 再生時間: 7 時間 35 分
- 配信日: 2021/02/18
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Lean UX: Designing Great Products with Agile Teams (Second Edition)
- 著者: Jeff Gothelf, Josh Seiden
- ナレーター: Douglas Martin
- 再生時間: 4 時間 56 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Lean UX has become the preferred approach to interaction design, tailor-made for today’s agile teams. In the second edition of this award-winning book, leading advocates Jeff Gothelf and Josh Seiden expand on the valuable Lean UX principles, tactics, and techniques covered in the first edition to share how product teams can easily incorporate design, experimentation, iteration, and continuous learning from real users into their Agile process.
-
Lean UX: Designing Great Products with Agile Teams (Second Edition)
- ナレーター: Douglas Martin
- 再生時間: 4 時間 56 分
- 配信日: 2021/02/16
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,900 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
UX Research
- Practical Techniques for Designing Better Products
- 著者: Brad Nunnally, David Farkas
- ナレーター: Charlie Krone
- 再生時間: 5 時間 14 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
One key responsibility of product designers and UX practitioners is to conduct formal and informal research to clarify design decisions and business needs. But there’s often mystery around product research, with the feeling that you need to be a research Zen master to gather anything useful. But anyone can conduct product research. With this quick reference guide, you’ll learn a common language and set of tools to help you carry out research in an informed and productive manner.
-
UX Research
- Practical Techniques for Designing Better Products
- ナレーター: Charlie Krone
- 再生時間: 5 時間 14 分
- 配信日: 2021/02/13
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥4,300 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
14 Habits of Highly Productive Developers
- 著者: Zeno Rocha
- ナレーター: Zeno Rocha, Jonathan Lundy
- 再生時間: 3 時間 21 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
You can learn the most popular frameworks, use the best programming languages, and work at the biggest tech companies, but if you cultivate bad habits, it will be hard for you to become a top developer. This book doesn't offer a straight path or pre-defined formula of success. This book is a result of a quest. A quest to uncover what habits can be cultivated to become a better software engineer.
-
14 Habits of Highly Productive Developers
- ナレーター: Zeno Rocha, Jonathan Lundy
- 再生時間: 3 時間 21 分
- 配信日: 2021/02/13
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥1,900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
User Experience
- Modern Skills of a Successful Software Developer. A User-Centered Approach to Expand Your Computer Programming Abilities Through UX, UI and Design Thinking (2 Books in 1)
- 著者: Steven Branson
- ナレーター: Chad Shoppa
- 再生時間: 6 時間 59 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Great software can change the world. So, why not start with an idea of what your end user wants and needs? The success of any software is underpinned by the users’ need for it. Will it serve its purpose efficiently? Will it make the end user’s life easier? Will it give them their money’s worth? In User Experience by UX designer Steven Branson, you’ll find out everything you need to know. Expanding your UX approach, honing your coding abilities, and acing your computer programming interviews are within reach!
-
User Experience
- Modern Skills of a Successful Software Developer. A User-Centered Approach to Expand Your Computer Programming Abilities Through UX, UI and Design Thinking (2 Books in 1)
- ナレーター: Chad Shoppa
- 再生時間: 6 時間 59 分
- 配信日: 2021/02/12
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥2,500 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-
-
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- 著者: Titus Winters, Tom Manshreck, Hyrum Wright
- ナレーター: Mark Sando
- 再生時間: 23 時間 36 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world’s leading practitioners construct and maintain software. This book covers Google’s unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization.
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- ナレーター: Mark Sando
- 再生時間: 23 時間 36 分
- 配信日: 2021/02/05
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥6,100 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
Data Science for Business
- What You Need to Know About Data Mining and Data-Analytic Thinking
- 著者: Foster Provost, Tom Fawcett
- ナレーター: Benjamin Lange
- 再生時間: 12 時間 46 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data science experts Foster Provost and Tom Fawcett, Data Science for Business introduces the fundamental principles of data science, and walks you through the "data-analytic thinking" necessary for extracting useful knowledge and business value from the data you collect. This guide also helps you understand the many data-mining techniques in use today.
-
Data Science for Business
- What You Need to Know About Data Mining and Data-Analytic Thinking
- ナレーター: Benjamin Lange
- 再生時間: 12 時間 46 分
- 配信日: 2021/02/05
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥6,100 で購入、またはプレミアムプラン30日間無料体験で試す
-
-
-
The Self-Taught Developer
- Tips and Tricks for Anyone to Learn Programming
- 著者: Tommy Chheng
- ナレーター: Kevin McAlister
- 再生時間: 1 時間 38 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Want a career as a software engineer? Don’t want to spend years or the money going to school? Have to write code for your current job?The lessons in this book are all things author Tommy Chheng learned are vital to developers during his career. This book will teach you what tools you will need, how to ask the right questions, how to solve a programming problem, the important comptuer science topics, how to get hired, and more.
-
The Self-Taught Developer
- Tips and Tricks for Anyone to Learn Programming
- ナレーター: Kevin McAlister
- 再生時間: 1 時間 38 分
- 配信日: 2021/02/02
- 言語: 英語
カートのアイテムが多すぎます
ご購入は五十タイトルがカートに入っている場合のみです。カートに追加できませんでした。
しばらく経ってから再度お試しください。ウィッシュリストに追加できませんでした。
しばらく経ってから再度お試しください。ほしい物リストの削除に失敗しました。
しばらく経ってから再度お試しください。ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
¥900 で予約注文、またはプレミアムプラン無料体験を始めて非会員価格の30%OFFで予約注文
-