Showing posts with label server side rendering. Show all posts
Showing posts with label server side rendering. Show all posts

Saturday, April 28, 2018

JavaScript on both ends



After 4 pomodoros on @AnthonyPAlicea's NodeJS course, Lecture 90, I think I understand how JavaScript code runs on both front and back-end.

Looking at this code, I can see how the array of JavaScript objects is declared on the server (/app.js), then passed on to the view (/views/index.ejs), converted to a JSON string, is made available to the AngularJS controller, which then manipulates the JSON object in the client.

As I go through the code line by line, I ask myself continually:

Where does the program get this from?
Where is the variable declared?
How does this part of the program have access to it?

In this way, I can always see, piece by piece, how it all fits together.

Unless of course I'm using Rails, in which case one must have faith in its sugary magic.

Tuesday, November 29, 2016

Near-future Study Topics

Primary Focus


  • ES6 Javascript
  • Componentization
  • Semantic HTML Markup
  • Responsive CSS
  • CSS Animations
  • React
  • Ability to implement custom bespoke layouts from scratch

Secondary Focus


  • Node.js
  • Webpack
  • using CSS modules, Radium or Aphrodite
  • Redux
  • Server Side Rendering

1,050 hours

It took me 13 working days to complete my first 100 "work" pomodoros as a Junior Software Tester at Profectus Group.  Much of ...