• Complain

Jason Bengtson - Library Web Development: Beyond Tips and Tricks

Here you can read online Jason Bengtson - Library Web Development: Beyond Tips and Tricks full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: ALA Editions, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Jason Bengtson Library Web Development: Beyond Tips and Tricks
  • Book:
    Library Web Development: Beyond Tips and Tricks
  • Author:
  • Publisher:
    ALA Editions
  • Genre:
  • Year:
    2019
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Library Web Development: Beyond Tips and Tricks: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Library Web Development: Beyond Tips and Tricks" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Plenty of resources offer you snippets of code and a variety of tutorials can show you the solutions to web development problems. But its much more valuable (and a better investment of your time!) to learn some core problem-solving skills. This book shares key rules and strategies that will empower you to become a confident coder and web developer, ready to think through whatever complications present themselves. Bengtson, an expert developer, describes 11 challenges typical of a library setting and ones he has faced himself. He then walks you through his thinking, with explorations of alternate approaches, as he works toward a solution. As you follow along, youll gain wisdom involving scenarios such as

  • integrating a reader app with Dspace;
  • tips when using a public API;
  • troubleshooting a Google Analytics Event hook in a new application;
  • building a database from a collection of CSV files;
  • collecting information from a universitys web pages to display in the library website; and
  • moving mass quantities of information to the next page of your app.

Armed with the conceptual foundation outlined in this book, youll be ready to meet the web development challenges you face in your library.

Jason Bengtson: author's other books


Who wrote Library Web Development: Beyond Tips and Tricks? Find out the surname, the name of the author of the book and a list of all author's works by series.

Library Web Development: Beyond Tips and Tricks — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Library Web Development: Beyond Tips and Tricks" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

ALA Editions purchases fund advocacy awareness and accreditation programs for - photo 1

ALA Editions purchases fund advocacy, awareness, and accreditation programs for library professionals worldwide.

JASON BENGTSON is the head of information technology services at Kansas State - photo 2

JASON BENGTSON is the head of information technology services at Kansas State University Libraries, where he currently holds the academic rank of assistant professor. He is a full stack web developer and the author of numerous articles on library technology.

2019 by the American Library Association

Extensive effort has gone into ensuring the reliability of the information in this book; however, the publisher makes no warranty, express or implied, with respect to the material contained herein.

ISBNs

978-0-8389-1830-2 (paper)

978-0-8389-1842-5 (PDF)

978-0-8389-1843-2 (ePub)

978-0-8389-1844-9 (Kindle)

Library of Congress Cataloging-in-Publication Data

Names: Bengtson, Jason, author.

Title: Library web development : beyond tips and tricks / Jason Bengtson.

Description: Chicago : ALA Editions, 2019.

Identifiers: LCCN 2018055618 | ISBN 9780838918302 (paper : alk. paper) | ISBN 9780838918425 (pdf) | ISBN 9780838918432 (epub) | ISBN 9780838918449 (kindle)

Subjects: LCSH: Library web sitesDesign. | Web applications in libraries. | Web site development.

Classification: LCC Z674.75.W67 B457 2019 | DDC 025.0422dc23

LC record available at https://lccn.loc.gov/2018055618

Cover design by Kim Thornton. Cover images Adobe Stock.

Contents

Appendixes

T his book is for all of you who want to expand your horizons with web code. Maybe youre just starting to learn how to build projects. Maybe youve been building them for a while, but you keep running into intractable problems that you cant solve, which are holding back your development as a creator. Maybe youre just looking for some interesting and effective solutions to common problems. This book will take you to the next level by introducing some new thinking patterns to your problem-solving that may give you an edge.

Many resources, whether in print, on the web, on video, or other formats, can teach you how to write various kinds of code. There are also plenty of code examples and snippets on the web that you can pick froma veritable web coders buffet. There are far fewer resources that walk you through specific problems and lead you to effective solutions. Even most tutorials are designed to present solutions rather than showing the work of puzzling around problems until a solution is reached. That gap can leave developers high and dry if they encounter problems that dont cleanly fit any of the examples they can find, or which arent covered by the instructional sources available. Being able to attack those kinds of problems creatively and confidently is a big part of what separates a quality developer from someone who is just dabbling with code.

Im writing this book because Ive seen this paradigm play out many times, especially among fellow librarians who are beginning to move into web coding. They learn enough to do some basic work but are often stymied by more difficult problems for which theyve been given no conceptual framework. My goal is for this book to help developing library coders begin to foster more robust problem-solving skills.

Ive shared my list of eighteen rules to follow as you work. Youll see them in italics throughout the book. Appendix A includes the complete list.

I will profile eleven challenges that I have faced and explain the thinking I used as I worked toward each solution. Along the way, I will share both how and why knowledge. More importantly, I will be breaking down my problem-solving process to help you develop your own mental frameworks for meeting challenges. Its natural to feel exasperated or even frightened when confronted with a problem you dont initially understand. I hope this book will help you to take a breath and then look at such problems as an opportunity to enhance your knowledge and skills.

I dont claim to be the master of this mindset. The real exemplar of do-it-yourself ingenuity is my father, Al Bengtson. He taught me that a person who could read something, understand it, and then apply that understanding could do anything. As a boy I watched him perform complex maintenance on the family vehicles by using the Chilton manuals he checked out of the public library and going through a little trial and error. Years later I came home from the Navy to find a strange wood-paneled box affixed to the side of the furnace in the basement. It turned out that when the furnace control unit had failed in the middle of the previous winter, Dad had figured out how to take a generic circuit board and build a replacement, complete with a new box to hold it.

I also make no claim here that Im a master coder. I know how to do a lot, but Ive learned by doing and by researching problems on my own. Ive only taken a handful of computer science classes. Most of my educational background is in English literature and information science. Nonetheless, I have built many complex full-stack web apps using multiple languages, libraries, and frameworks. I have designed many databases from the ground up. I have solved technical and interface problems that persons with formal computer science degrees had written off. None of this was because I was any better or any smarter than anyone else. Rather, it was the result of a dogged and creative approach to solving problems.

The Problems We Need to Solve

I m about to give you the first half of an equation (figuratively speaking, of course; I promise to keep the actual math to a minimum).

This half of the equation is about perspective. Heres an example. When I was in the Navy I served in the electrical division on board a fast frigate, guided missile. One day my divisions highest-ranking petty officer, an Electricians Mate First Class (EM1), told me a story that he claimed happened to him while he was serving on a much larger ship. It can be hard to tell if the sea stories you hear from sailors ever actually happened, but I believe this one is true.

He had gotten word from the engine room that there was an electrical problem that had been going on for a while, so he reported there with his toolkit to fix it. In the engine room he was met by a burly boiler technician who was clearly out of sorts. The electrician asked him what the problem was, and the boiler technician pointed toward a large metal coffee maker.

  • Boiler technician: Thats not working.
  • Electrician: So it wont turn on?
  • Boiler technician: No, it keeps doing this.

The boiler technician walked over to the metal coffee tank and placed his hands on either side of it. As he did so, he began to shake and convulse as he was shocked by the device. The EM1 stood there, astonished. All he could think to say after witnessing the spectacle was What?

This, the boiler technician replied with some consternation, before repeating the performance. Finally, after gathering his wits, the EM1 blurted out, Stop doing that!

It was a funny tale, and for the EM1 it was mostly a way to poke fun at a fellow sailor. But what is truly interesting about the story is how it shows the difference in the perspectives of the two men. They both wanted to solve a problem. But to the boiler technician, the situation was about a piece of equipment doing something inconvenient. He didnt consider it that big of a deal (after all, the equipment still worked, and the boiler technician was obviously a pretty tough customer), but it was annoying, and it would be better if it were fixed.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Library Web Development: Beyond Tips and Tricks»

Look at similar books to Library Web Development: Beyond Tips and Tricks. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Library Web Development: Beyond Tips and Tricks»

Discussion, reviews of the book Library Web Development: Beyond Tips and Tricks and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.