Book picks similar to
Microservices with Clojure: Develop Event-Driven, Scalable, and Reactive Microservices with Real-Time Monitoring by Anuj Kumar
development
digital
software
software-engineer
Charlie The Smart Elephant
Jeff Harris - 2016
It's an engaging story that's fun and easy to read - allowing your child to not only discover life's lessons, but also to learn to read with ease. Your child will love Charlie as he takes your little ones on a journey of discovery at his new days as an adopted pet. FREE BONUS : FREE BUNDLE TO BOOST THE DEVELOPMENT OF YOUR KIDS
Go Natural English: Learn to Be Fluent in 15 Minutes a Day
Gabby Wallace - 2015
A Step-by-Step Guide to Fluency in English ➢ How I use 7 clear steps to go from 0 to 100% in English ➢ Specific notes for learning English and its common mistakes & challenges for non-native speakers 2. Transcripts of real conversations + phrase guides ➢ How to use real conversations to improve your understanding ➢ Real examples of unscripted native conversations on common topics + phrase guides to learn from ➢ How to continue expanding your knowledge 3. How to Succeed with English – Clear & Easy Strategies ➢ Lots of exercises to improve your fluency in just 15 minutes at a time ➢ How to build your confidence and lose your shyness in English ➢ How to build a support team and how to stay fluent forever
Trustworthy (On My Honor Series Book 1)
D.W. Boyce - 2014
They go everywhere and do everything together including Scouts. Noah’s twin, who died at birth, is now telling him his best friend has been seriously injured. Wait… what? How can that be?Noah soon learns his twin’s story is true and he begins spending lots of time at the hospital with Titus. Over the next few months Noah will work hard to bolster Titus’s strength and resolve. Take the journey along with Noah as he struggles with loss, guilt, and all the questions about life. Watch and listen as he determines the true meaning of friendship and loyalty. Book 1, Trustworthy is a heartwarming story for all ages.
10 Step Plan to Promote Your Book: Online Book Marketing on Any Budget
Scott Hughes - 2015
The plan works on any budget. It works for the wealthy busy professional as well as for the struggling artist short on funding. About the Author ~ As the founder of Online Book Club, Scott Hughes has spent over a decade in this new industry, working with thousands of authors to advertise books online. Scott Hughes has worked in the ebook marketing industry before the Kindle ever existed!
Metatron This Is The Clarion Call
R. Mackenzie - 2011
It will make your life more interesting and your relationships better. Your romantic life will be much more relevant and loving and your sexual relationships much more fulfilling and exciting. It will transform your finances in a positive way and teach you how to manifest all the abundance you could ever want and give you the tools to be the best that you can possibly be in all areas and approach life with passion, joy, laughter and fun.... This is the Clarion call for all lightworkers.
The Switch
John Sullins - 2016
Cars and trucks stop, planes fall from the sky, and cell phones fail.Everything that has anything to do with the movement of electrons is useless. Not knowing the cause of the failure or how long it will last he is forced to make a decision to sit it out in Chicago or try to get home to his wife in Alabama.
Exclusive Chapter Sampler: A Year of Marvellous Ways
Sarah Winman - 2015
From the author of the bestselling WHEN GOD WAS A RABBIT comes this spellbinding new novel.
Marvellous Ways is eighty-nine years old and has lived alone in a remote Cornish creek for nearly all her life. Lately she's taken to spending her days sitting by the river with a telescope. She's waiting for something - she's not sure what, but she'll know it when she sees it. Drake is a young soldier left reeling by the Second World War. When his promise to fulfil a dying man's last wish sees him wash up in Marvellous' creek, broken in body and spirit, the old woman comes to his aid. A Year of Marvellous Ways is a glorious, life-affirming story about the magic in everyday life and the pull of the sea, the healing powers of storytelling and sloe gin, love and death and how we carry on when grief comes snapping at our heels.
I Am the Moon: A Book About the Moon for Kids
Rebecca McDonald - 2018
I Am the Moon also takes preschool and kindergarten level children on an imaginary visit to the Moon, describing what an astronaut uses to land and explore the Moon's surface. Images are big and bright for kids ages 3-5.
Kidnapping The Devil
Donald Wells - 2013
When a kidnapper calling himself "Jack" kidnaps seven-year-old Samantha Ryan, Jessica and her husband join forces with the FBI to get her back safely.While Jack is a ruthless killer who has successfully kidnapped children before, he has never abducted anyone like Samantha, who herself is responsible for several murders.Complications arise from the start, and when an overzealous FBI agent forces Jack's hand, the cold-hearted criminal commits a horrific act that enrages Jessica's husband and sends him on a quest to exact a unique style of vengeance.
Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life
David B. Copeland - 2012
With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.
Python Programming for Beginners: An Introduction to the Python Computer Language and Computer Programming (Python, Python 3, Python Tutorial)
Jason Cannon - 2014
There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Python Programming for Beginners:
When to use Python 2 and when to use Python 3.
How to install Python on Windows, Mac, and Linux. Screenshots included.
How to prepare your computer for programming in Python.
The various ways to run a Python program on Windows, Mac, and Linux.
Suggested text editors and integrated development environments to use when coding in Python.
How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more.
What variables are and when to use them.
How to perform mathematical operations using Python.
How to capture input from a user.
Ways to control the flow of your programs.
The importance of white space in Python.
How to organize your Python programs -- Learn what goes where.
What modules are, when you should use them, and how to create your own.
How to define and use functions.
Important built-in Python functions that you'll use often.
How to read from and write to files.
The difference between binary and text files.
Various ways of getting help and find Python documentation.
Much more...
Every single code example in the book is available to download, providing you with all the Python code you need at your fingertips! Scroll up, click the Buy Now With 1 Click button and get started learning Python today!
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Cocoa Design Patterns
Erik M. Buck - 2009
Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you'll find it remarkably elegant, consistent, and simple. Cocoa Design Patterns begins with the mother of all patterns: the Model-View-Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple's tools, it's important to have a firm grasp of MVC right from the start. The book's midsection is a catalog of the essential design patterns you'll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation Patterns that empower, such as singleton, delegates, and the responder chain Patterns that hide complexity, including bundles, class clusters, proxies and forwarding, and controllers And that's not all of them! Cocoa Design Patterns painstakingly isolates 28 design patterns, accompanied with real-world examples and sample code you can apply to your applications today. The book wraps up with coverage of Core Data models, AppKit views, and a chapter on Bindings and Controllers. Cocoa Design Patterns clearly defines the problems each pattern solves with a foundation in Objective-C and the Cocoa frameworks and can be used by any Mac or iPhone developer.
Think Like a Programmer: An Introduction to Creative Problem Solving
V. Anton Spraul - 2012
In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.
True Crime Stories Volume 4: 12 Terrifying True Crime Murder Cases (List of Twelve)
Ryan Becker - 2018
In Volume 4 of True Crime, prepare for crimes like never before, as we examine what makes people snap and commit gruesome, calculated and disturbing crimes that will have you wondering about human nature.Inside these pages, you will encounter some of America's worst excesses in human behavior with notorious criminals like: - Priscilla Ford- Adam Lanza- Michael Kenneth McLendon- Dana Ewell- Christopher Harper-Mercer- And more