mck

A field in flux: sixty years of industrial relations / Robert B. McKersie ; foreword by Thomas A. Kochan

Dewey Library - HD6960.5.U5 M45 2019




mck

Polar environments and global change / Roger G. Barry (University of Colorado at Boulder), Eileen A. Hall-McKim (University of Colorado at Boulder)

Barry, Roger G. (Roger Graham), 1935- author




mck

A council & its crises : challenge and response in Fremantle's community during three times of crisis : the Bubonic Plague, the Great War, and the Depression era / by Michelle McKeough

McKeough, Michelle, 1966- author




mck

Corporate social responsibility and natural resource conflict / Kylie McKenna

McKenna, Kylie, author




mck

132 JSJ MV Frameworks with Craig McKeachie

The panelists talk about MV Frameworks with Craig McKeachie.




mck

171 JSJ Babel with Sebastian McKenzie

02:28 - Sebastian McKenzie Introduction

02:53 - Babel (Pronunciation Clarification)

05:56 - History

09:14 - The State of Babel

09:59 - Babel and the TC39 Process

11:54 - Features That Can’t Be Transpiled

  • Weak Maps and Proxies    

13:45 - Readability and Performance Output

18:12 - Plugin Architecture

19:58 - ES6/2015 Feature Implementation

  • Blockscoping
  • Labels
  • Exceptions
  • Destructuring

25:49 - The Birth of Babel

26:45 - Babel vs Traceur

28:08 - Future Babel Features

  • Code Optimization
  • Minification
  • Linting

30:15 - The Status of ES2015 and ES2016

31:01 - Browser Support

35:03 - Marketing

35:59 - TypeScript

37:24 - Babel Development and Labor

Picks

Primitive.io (Joe)
Armada: The Novel by Ernest Cline (Joe)
How to Win Friends & Influence People by Dale Carnegie (AJ)
Web Security Warriors Podcast (AJ)
Nodevember (Aimee)
The Hitchhiker's Guide to the Galaxy by Douglas Adams (Dave)
Yellowstone National Park (Dave)
React Rally (Dave)
Iterativ: AngularJS Kurs (Chuck)
Hire Thom Parkin! (Chuck)
The Martian by Andy Weir (Sebastian)
Five Guys Burgers and Fries (Sebastian)




mck

191 JSJ Stripe with Craig McKeachie

Check out JS Remote Conf!

 

02:26 - Craig McKeachie Introduction

02:54 - Stripe

08:22 - Behind the Scenes: The Stripe API

11:51 - Security

15:23 - What happens when things go wrong?

23:18 - Server-side Libraries

25:34 - Building Custom Forms

29:06 - Stripe + Promises

32:43 - Handling Payments on Behalf of your Customers

34:40 - Stripe Integration

37:39 - The Stripe Dashboard

Picks

Star Wars (Joe)
Masks: A New Generation (Joe)
A Defense of Comic Sans (AJ)
Runscope T-shirt (AJ)
angularjs-in-patterns (Aimee)
Mall of America Events: Photos with Santa (Aimee)
Christmas Cats TV (Joe)
Cats with Cucumbers (Aimee)
RIDGID X4 18-Volt Lithium-Ion Cordless Drill and Impact Driver Combo Kit (2-Tool) (Chuck)
JS Remote Conf (Chuck)
Angular Remote Conf Video Playlist (Chuck)
Hour of Code (Craig)
[egghead.io] ...learn when to use a service, factory, or provider? (Craig)
A Dark Room (Craig)
EntreProgrammers: Episode 47.1 A Dark Room for iOS (Chuck)
EntreProgrammers: Episode 47.2 A Dark Room for iOS (Chuck)
Craig’s Babel Course on Pluralsight (Craig)




mck

MJS 085: Chris McKnight

Panel: Charles Max Wood

Guest: Chris McKnight

This week on My JavaScript Story, Charles speaks with Chris McKnight who is a software developer who knows Angular, Ruby, Node.js, and iOS. He went to college at Louisiana State University and graduated with a computer science degree from LSU. They talk about Chris’ background, past/current projects, among other things. Check out today’s episode to hear the panel talk about JavaScript, Angular, C and C++, Node, React, and much more!

In particular, we dive pretty deep on:

0:00 – Advertisement: Get A Coder Job!

1:12 – Chuck: Hello! Introduce yourself, please!

1:15 – Guest: I am a software engineer outside of Nashville, Tennessee. I work for a medium consultancy company. I know JavaScript, Angular, NativeScript, and JS, too.

1:41 – Chuck: Cool! Tell us your story and how you got into programming?

2:00 – Guest: I was a really big nerd in high school and grew up in Louisiana, USA. There was one other person in the school that knew what I was talking about. I was learning C++ and Visual Studio in 2003. That was really back in the day and Microsoft Foundation class was a thing. I moved onto PHP and started working for a company in Baton Rouge after graduating college. I have a computer science degree with a secondary discipline in mathematics. I graduated from LSU and got a job offer before I graduated. Doing some part-time work for them b/c they were swamped. I was writing PHP and they said that they used jQuery a lot.

4:47 – Chuck: You got started and you said you used C and C++, why those languages?

5:05 – Guest: I did a little bit of Java, but it was the “new kid on the block.” I wanted to get into a program that was user-friendlier.

6:21 – Chuck: I took C and C++ classes in college. Eventually I did Ruby on Rails. I totally understand why you went that way.

6:44 – Guest: I picked-up Rails, because a company (that I worked for at the time) used it. I usually reached for jQuery among other options.

7:31 – Chuck: When did you start taking JavaScript seriously?

7:40 – Guest: 2012-2013. Frustrations of not using JavaScript as good as I could. For jQuery you have to call when you have an issue. Then you run into all of these bugs, and...

9:18 – Chuck: It sounds like it was more out of necessity.

9:30 – Guest: Yep, exactly. Those pain points have been reduced b/c I have been using Type Script and Angular and now version 6 and version 7. You try to call a number method on a string and vice versa, and app development time.

10:03 – Chuck: ...it has a process running with it.

10:13 – Guest: Catching a lot of those easy mistakes (bugs) and it’s a 5-10 minute fix. It takes a lot of that away. Sometimes you can say: I want to ignore it.

Or it doesn’t give you runtime guarantees.

Some other libraries out there have been on the forefront of fixing those problems. REST TYPE is an example of that.

11:39 – Chuck: When I talk to people about JavaScript a lot of times I get basically that they are saying: I started doing more things in Node or React – I fell in love with the language. Your reasons for starting JavaScript are because “I hated running into these problems.” Did you start loving to work in JavaScript?

12:11 – Guest: I did start loving it but it took a while. I could write a short amount of code and then at the end I get a result.

Another thing that bothers me is FILTER. What does it return? It’s actually FIND and FIND INDEX and you use the pattern of filter and run this expression and give me index zero.

14:16 – Chuck: What work have you done that you are proud of?

14:20 – Guest: I started a new job last month; beforehand I worked at a mortgage company. I was proud of the Angular application and applications that I worked on. 

16:55 – Chuck: How did you get into Angular?

17:00 – Guest: Interesting story. October of 2016 – at this time I was all against Angular. However someone came to me and said we have to...

At the time I wasn’t impressed with the language. I learned about Angular at the time, though, and learned through Egghead. I learned a lot in 2 days, and I got pretty decent at it. I was writing Angular applications pretty quickly, and it made sense to me.

20:53 – Chuck: I am a fan of the CLI b/c that’s what we have in Rails. It’s really nice. What are you working on these days?

21:13 – Guest: Less on Angular b/c of the new job. I will do Angular on my free time. I work on Angular at nighttime. I build some things in React these past few weeks.

23:07 – Chuck: Any part of your experience that could help people?

23:17 – Guest: Learn what’s happening under the hood of libraries such as jQuery. Explore and find resources to help you. Keep learning and keep at it. Tools are so god now – such as Prettier and Lint – they will tell me “you don’t want to do this.” Use the tooling and learn the fundamentals. Also, use Babel! Those are my tips of advice.

25:55 – Chuck: That’s solid. Yes, the fundamentals and the poly-fills will fill in the gaps. So now it’s: what do I want to stack on top of this? Once you know the fundamentals.

26:55 – Guest: Learn what the frameworks and libraries are doing.

Don’t get overwhelmed. That’s my advice.

28:16 – Chuck: Where can people find you?

28:24 – Guest: GitHub and Twitter. I’ve been working on a website, but not ready, yet.

29:08 – Chuck: Picks!

29:15 – Advertisement – Fresh Books! 30-Day Trial!

35:45 – Cache Fly

Links:

Sponsors:

Picks:

Chris

Chuck




mck

Zeb Vance [electronic resource] : North Carolina's Civil War governor and Gilded Age political leader / Gordon B. McKinney

McKinney, Gordon B., 1943-




mck

Impact of water pollution on human health and environmental sustainability / A. Elaine McKeown, Independent Researcher, USA, George Bugyi, Pennsylvania State University, USA




mck

Chemical processing handbook / editor, John J. McKetta Jr

Online Resource




mck

Reading Romans backwards : a gospel of peace in the midst of empire / Scot McKnight

McKnight, Scot, author




mck

Emperors of the deep : sharks - the ocean's most mysterious, most misunderstood, and most important guardians / William McKeever

McKeever, William, author




mck

From baksheesh to bribery: understanding the global fight against corruption and graft / edited by T. Markus Funk and Andrew S. Boutros ; foreword by the Honorable M. Margaret McKeown

Dewey Library - K5261.F76 2019




mck

The handbook of plant biosecurity : principles and practices for the identification, containment and control of organisms that threaten agriculture and the environment globally / Gordon Gordh, Simon McKirdy, editors




mck

Routledge handbook of agricultural biodiversity / edited by Danny Hunter, Luigi Guarino, Charles Spillane and Peter C. McKeown




mck

The marriage record of Clarke, James D. and Mckay, Sarah M




mck

The marriage record of Bell, William and Mckinght, Mary




mck

The marriage record of Mckinney, Joseph and Young, Netty




mck

The marriage record of Morton, Thomas L. and Mckay, Marian Blanche




mck

The marriage record of Mckinney, Anderson and Spencer, Mary




mck

The marriage record of Mckinney, John B. and Grimes, Ada




mck

Marriage record of Henry, Major and McKennie, Sarah Jane




mck

The marriage record of Holliman, Ben and McKnight, Rhonda




mck

The marriage record of Gainer, W. G. and McKinney, Sarah




mck

The marriage record of Ferniaus, Albeto and McKnight, Laura




mck

The marriage record of Varnes, Andrew W. and McKinney, Eliza




mck

The marriage record of Moore, Henry McKinzie and Sheriod, Matilda Dartie




mck

The marriage record of Mckenzie, R. J. and Tomlinson, Rosa




mck

The marriage record of McKinney, Anderson and Williams, Georgia




mck

The marriage record of Everitt, Sherman and McKnight, Lucy




mck

The marriage record of McKenzie, Harry A. and Will, Nellie




mck

The marriage record of Armwood, Charles H. and McKinney, Ellen




mck

The marriage record of Johnson, Joseph and McKinney, Lucinda




mck

The marriage record of Carr, Winfield S. and McKoin, Nettie




mck

The marriage record of Glover, Benjamin and McKinney, Mahulda Ann




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

McKennon




mck

Ohio's Festival of States parade float naming presidents McKinley, Harrison, Hayes; many spectators on street and balconies; businesses in background include the Exchange, Rex, Split Nickle Grocery, Sumner paint and Wallpaper Co., J.R. White Tailor an




mck

Marty McKenna




mck

Gasparilla celebration at the University of Tampa's McKay Auditorium




mck

An empirical analysis of the role of mitigation in capital sentencing in North Carolina before and after Mckoy v. North Carolina (1990)