Book picks similar to
Java AWT Reference by John Zukowski
have
it-books
java
scan
Too Close To The Sun
Jess Foley - 2002
Life has always been hard, and now she and her little brother Billy are left homeless and alone. But Grace must put her grief and fear aside, and think practically.
Accepting a job as companion to the wealthy, lonely Mrs Spencer means that she and Billy have a roof over their heads, but just as Grace starts to find her feet disaster strikes again. Things look desperate, and when she is offered marriage and the good life for herself and Billy, Grace is tempted. But is her suitor to be trusted? Or is she, in her search for safety for her little family, flying too close to the sun?
Big Bad Boys: The 7-Book Box Set
Nikki Chase - 2018
A collection of SEVEN full-length romances with HEAs and no cliffhangers, plus exclusive bonus chapters, featuring the couples from all seven stories that are included in the box set. BABY FOR MY BROTHER'S FRIEND It was supposed to be a one-night stand. Until I missed a period, and then two... Yeah. I’m pregnant. With a stranger’s baby. KNOCKED UP My prim-and-proper assistant has a dirty, dirty mind. I found her steamy writing on my computer. Now all I can think about is re-enacting the “good parts” of her story. But I don't sh*t where I eat. She's off-limits. Until I realize I need a baby — and she’d be the perfect surrogate. AGAIN My dad said the boy was trouble, and I didn't listen. Now, years after Aiden broke my heart, he suddenly reappears — everywhere. He shows up in the strangest places. I can't seem to escape him. Worse still, I don't want to. Even if I still hate what the boy did. I’m afraid I’m falling all over again for the man he's become. ROYAL BEAST Life’s not a fairy tale, and princes don't fall for bookish virgins like me. MY BROTHER'S FRIEND, THE DOM I started out with good intentions, I swear. I promised my best friend I’d protect his sister from a dark secret. Then I see her — all grown up, gorgeous, and completely off-limits. I try to stay away... until I find out just how bad she's been. Screw protection. What she really needs is punishment. MOUNTAIN MAN'S BABY PLAN Seven years ago, the mountain man broke my heart. I've managed to stay away from him... until now. MY BROTHER'S BEST FRIEND I’ve loved him my whole life. He’s only ever seen me as a crybaby. His friend's little sister. Now he’s back after 8 years away, and he doesn’t recognize me. The look in his eyes says I'm finally old enough for the ride of my life. I can't tell him who I am now… can I?
The Girl Who Takes an Eye for an Eye / The Girl Who Lived Twice
David Lagercrantz
She has more important things on her mind.Mikael Blomkvist makes the long trip to visit every week - and receives a lead to follow for his pains. For him, it looks to be an important expose for Millennium. For her, it could unlock the facts of her childhood.Even from a corrupt prison system run largely by the inmates, Salander will stand up for what she believes in, whatever the cost. The Girl Who Lived Twice: Lisbeth Salander's mentor and protector Holger Palmgren is dead, and she has been gone from Stockholm since his funeral. All summer, Mikael Blomkvist has been plagued by the fear that Salander's enemies will come after her.He should, perhaps, be more concerned for himself.In the pocket of an unidentified homeless man, who died with the name of a Swedish government minister on his lips, the police find a list of telephone numbers. Among them, the contact for Millennium magazine and the investigative journalist Mikael Blomkvist. Following the scorched trail of her twin sister Camilla to Moscow, Salander nevertheless continues to watch over her old friend. Soon Blomkvist will need her help. But first, she has an old score to settle; and fresh outrage to avenge.
Java Generics and Collections: Speed Up the Java Development Process
Maurice Naftalin - 2006
Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.Topics covered include:• Fundamentals of generics: type parameters and generic methods• Other new features: boxing and unboxing, foreach loops, varargs• Subtyping and wildcards• Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries• Generics and reflection• Design patterns for generics• Sets, Queues, Lists, Maps, and their implementations• Concurrent programming and thread safety with collections• Performance implications of different collectionsGenerics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system."A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Gilad Bracha, Java Generics Lead, Sun Microsystems
Learn Java in One Day and Learn It Well: Java for Beginners with Hands-on Project
Jamie Chan - 2016
Learn Java Programming Fast with a unique Hands-On Project. Book 4 of the Learn Coding Fast Series. Covers Java 8. Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the Java language fast? This book is for you. You no longer have to waste your time and money trying to learn Java from boring books that are 600 pages long, expensive online courses or complicated Java tutorials that just leave you more confused and frustrated. What this book offers... Java for Beginners Complex concepts are broken down into simple steps to ensure that you can easily master the Java language even if you have never coded before. Carefully Chosen Java Examples Examples are carefully chosen to illustrate all concepts. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples. Careful selection of topics Topics are carefully selected to give you a broad exposure to Java, while not overwhelming you with information overload. These topics include object-oriented programming concepts, error handling techniques, file handling techniques and more. In addition, new features in Java (such as lambda expressions and default methods etc) are also covered so that you are always up to date with the latest advancement in the Java language. Learn The Java Programming Language Fast Concepts are presented in a "to-the-point" style to cater to the busy individual. You no longer have to endure boring and lengthy Java textbooks that simply puts you to sleep. With this book, you can learn Java fast and start coding immediately. How is this book different... The best way to learn Java is by doing. This book includes a unique project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it’ll also help you retain the knowledge and master the language. Are you ready to dip your toes into the exciting world of Java coding? This book is for you. Click the BUY button and download it now. What you'll learn: Introduction to Java - What is Java? - What software do you need to code Java programs? - How to install and run JDK and Netbeans? Data types and Operators - What are the eight primitive types in Java? - What are arrays and lists? - How to format Java strings - What is a primitive type vs reference type? - What are the common Java operators? Object Oriented Programming - What is object oriented programming? - How to write your own classes - What are fields, methods and constructors? - What is encapsulation, inheritance and polymorphism? - What is an abstract class and interface? Controlling the Flow of a Program - What are condition statements? - How to use control flow statements in Java - How to handle errors and exceptions - How to throw your own exception
Introduction to Loose Watercolor; Secrets of Fast Painting Revealed
Roy Simmons - 2013
Have you tried before to paint in a loose and free way but found it to be difficult? In this Introduction to loose watercolor you will find the tools you need to free your creativity! Finally you will be able to paint in a way that is both liberating and refreshing to you, and your viewer. No prior knowledge is assumed, just bring a willingness to relax and lose the 'fear' of making a mark on paper. Once you start painting in the way demonstrated here, you will be able to express your emotional response to a scene with energy and power.After a brief introduction, you will see examples of loose paintings, learn the materials used (which will not break the bank!). Discover which colors the author recommends and see a complete step by step painting of a landscape. You will learn how to create inspiring sky effects easily, when to dry, and when to add highlights to add that final sparkle to a composition. Many of the techniques and ideas are somewhat unconventional! But they work,and you will be delighted with your results.
Modern CTO: Everything you need to know, to be a Modern CTO.
Joel Beasley - 2018
―Jacob Boudreau CTO of Stord | Forbes 30 Under 30 Joel's book and show provide incredible insights for young startup developers and fellow CTOs alike. Joel offers a human perspective and real practical advice on the challenges and opportunities facing every Modern CTO. ― Christian Saucier | Entrepreneur and P2P Systems Architect I've really come to respect what Joel is doing in the community. His podcast and book are filling a much needed hole and I'm excited to see what else the future has in store. ― Don Pawlowski Chief Technology Officer at University Tees Modern CTO Everything you need to know to be a Modern CTO. Developers are not CTOs, but developers can learn how to be CTOs. In Modern CTO, Joel Beasley provides readers with an in-depth road map on how to successfully navigate the unexplored and jagged transition between these two roles. Drawing from personal experience, Joel gives a refreshing take on the challenges, lessons, and things to avoid on this journey.Readers will learn how Modern CTOs: Manage deadlines Speak up Know when to abandon ship and build a better one Deal with poor code Avoid getting lost in the product and know what UX mistakes to watch out for Manage people and create momentum … plus much more Modern CTO is the ultimate book when making the leap from developer to CTO. Update: Kindle Formatting issues resolved 5/13/18. Thank you for the feedback.
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin - 2007
But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. 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. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Laced By Love
Linda Carroll-Bradd - 2016
The day after the troupe arrives in tiny Morgan’s Crossing, the manager takes all the money and leaves town. By opening a dressmaker shop, Cinnia hopes to make the home she’s always wanted, but Nola, the older sister who has made the decisions for the orphaned sisters, disagrees. Leather worker Nicolai Andrusha is living in hiding as Nic Andrews until the patent on his family’s tanning process is approved. Although he’s under a mandate to keep a low profile, he’s intrigued by the red-haired performer. Controversy arises when miners claim they paid the manager for private appointments with the female performers. Will Nicolai defy his family obligation to help the stranded beauty who has caught his eye?
In Another Life
Angela M. Hudson - 2017
My father. My rock. A beloved teacher and protector of young girls. Defender against rapist jocks, and jacket-lender. How could he be a vampire?"
After a grave warning from a familiar stranger, Ara leaves her old life to live with her father. She never imagined the unfortunate future that awaited her there.In an equally heart-warming and gut-wrenching tale of love gone wrong, this three-book series will make you fall for all the wrong guys, because even bad vampire deserve to be loved. Start the series today.
Beginning Web Programming with HTML, XHTML and CSS
Jon Duckett - 2004
It follows standards-based principles, but also teaches readers ways around problems they are likely to face using (X)HTML.While XHTML is the "current" standard, the book still covers HTML because many people do not yet understand that XHTML is the official successor to HTML, and many readers will still stick with HTML for backward compatibility and simpler/informal Web pages that don't require XHTML compliance.The book teaches basic principles of usability and accessibility along the way, to get users into the mode of developing Web pages that will be available to as many viewers as possible from the start. The book also covers the most commonly used programming/scripting language -- JavaScript -- and provides readers with a roadmap of other Web technologies to learn after mastering this book to add more functionality to their sites.
Professional ASP.NET MVC 3
Jon Galloway - 2011
Book content includes:Getting started with MVC 3, including a rundown of the new project dialog, directory structure and an introduction to NuGet (PowerShell inside Visual Studio 2010)Controllers and Actions View and ViewModelsModels and Databases, including using NuGet to install Entity Framework Code FirstForms and HTML HelpersValidation and Data AnnotationsMembership, Authorization and SecurityAjaxRouting, including routing to Http HandlersNuGet, including using it from the Dialog 'and Package Console, creating a package, custom PowerShell actions and running from both a local repository and the WebDependency InjectionUnit testingExtending ASP.NET MVC with filters and Extensibility pointsWhat's new in MVC 3
Building Microservices: Designing Fine-Grained Systems
Sam Newman - 2014
But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures
Introducing Windows 10 for IT Professionals
Ed Bott - 2015
This guide introduces new features and capabilities, providing a practical, high-level overview for IT professionals ready to begin deployment planning now. This book is a preview, a work in progress about a work in progress. It offers a snapshot of the Windows 10 Technical Preview as of April 2015, on the eve of the BUILD Developers’ Conference in San Francisco.
Java Cookbook
Ian F. Darwin - 2001
Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge.
Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works.
Java Cookbook, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization.
In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--Java Cookbook, 2nd Edition is the most practical Java programming book on the market.