Jim Lynch Codes
  • Blog
  • About Jim

Writings about one coder's stories & experiences.

A Programming Epiphany- All Front-End Programs Are Just A Reflections of Data

10/30/2016

0 Comments

 
It seems a little crazy to think about an application as just a reflection of the data, but I believe it is actually true. I've been building front-end browser applications for a long time, but it wasn't until I started getting into Clojure and ClojureScript (which was pretty recently) that the lightbulb went off for me. 

Read More
0 Comments

Is ClojureScript's Hot Reload Better Than OUR Hot Reload?!

10/26/2016

0 Comments

 
Update: It turns out this no-refresh Hot-reload functionality is possible in both Angular and React JavaScript world! Scroll to the bottom for more information.

Let me preface this post by saying that I'm really not a ClojureScript developer (nor am I really even a Clojure developer). I've gone through a few episodes where I looked at Clojure, but I always deemed it as too crazy to actually be a viable programming language... until recently.   There's something especially magical about Clojure's hot reload that makes it better than other hot reload tools; actually, two things:
​
  • You don't need to refresh the page after the code reloads. 
    ​

  • Your app state is preserved after the page reloads.
    ​
This may not seem like much, but  if you are familiar with the current state of "hot reload" tools for Angular, React, or just JavaScript in general you'll probably be aware that those tools don't have these two characteristics above. As you'll see, this subtle improvement can have a substantial impact on your productivity as a developer for multiple reasons. Let's dive into them!

Read More
0 Comments

Setting Up Leiningen On Mac OS

10/24/2016

0 Comments

 
Leiningen basically gives you a REPL for running and evaluating Clojure from the command line. This is the "de facto" way to get up and running with Clojure, and it works fine. I've installed this a few times now on Mac OS, and every time I have to go look up how to do it again (scroll to the bottom for links to other tutorials on this subject). I figured writing a tutorial myself might burn it into my memory better, and also it might help out some other lucky duck that wants to start using Clojure.

Read More
0 Comments

Solving an Incident of Poor Performance in Angular 2 by Understanding Zone.js and How Async Calls Work in Angular 2

10/23/2016

0 Comments

 
Sorry for the long title, but I just wanted to make it really clear what this post was going to be about. ;) In this post I'll basically show you how my straight-from-the-docs implementation for reading from the Firebase real-time database was resulting in a terribly slow-feeling user experience and how I was easily able to "make it work" once I had an understanding of how Angular 2, Zone.js, and Firebase (and asynchronous calls in general) are all interrelated in updating the DOM with the data in your typescript code.

Read More
0 Comments

Bracket Notation for JavaScript Objects

10/21/2016

0 Comments

 
The bracket notation way of setting JavaScript objects is a funny thing since it's really easy to forget about when you think of objects in terms of JSON, but the square bracket notation can be super useful in certain situations, particularly when you want to set an object's key to the value of a JavaScript variable.

Read More
0 Comments
<<Previous

    ​Author

    Picture
    The posts on this site are written and maintained by Jim Lynch. About Jim...
    Picture
    Follow @JimLynchCodes
    Follow @JimLynchCodes

    Categories

    All
    Actionscript 3
    Angular
    AngularJS
    Automated Testing
    AWS Lambda
    Behavior Driven Development
    Blockchain
    Blogging
    Business Building
    C#
    C / C++
    ClojureScript / Clojure
    Coding
    Community Service
    CS Philosophy
    Css / Scss
    Dev Ops
    Firebase
    Fitness
    Flash
    Front End
    Functional Programming
    Git
    Go Lang
    Haskell
    Illustrations
    Investing
    Java
    Javascript
    Lean
    Life
    Linux
    Logic Pro
    Music
    Node.js
    Planning
    Productivity
    Professionalism
    Python
    React
    Redux / Ngrx
    Refactoring
    Reusable Components
    Rust
    Security
    Serverless
    Shell Scripting
    Swift
    Test Driven Development
    Things
    TypeScript
    Useful Sites
    Useful Tools
    Video
    Website Development
    WebStorm
    Writing

    Archives

    March 2023
    August 2021
    February 2021
    January 2021
    October 2020
    September 2020
    May 2020
    April 2020
    February 2020
    January 2020
    December 2019
    October 2019
    September 2019
    August 2019
    July 2019
    June 2019
    May 2019
    April 2019
    March 2019
    February 2019
    January 2019
    December 2018
    November 2018
    October 2018
    September 2018
    August 2018
    June 2018
    May 2018
    April 2018
    March 2018
    February 2018
    January 2018
    December 2017
    November 2017
    October 2017
    September 2017
    August 2017
    July 2017
    May 2017
    April 2017
    March 2017
    February 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015

    RSS Feed

  • Blog
  • About Jim
JimLynchCodes © 2023