node.js

Philly ETE 2020 – Kevin Qian – Deno: Experiments with Javascript and Typescript

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract 11 years have passed since Node.js brought JavaScript to the server-side. As Node.js was gaining momentum and becoming one of the most popular server platforms, JavaScript itself continued to evolve in its own independent direction. Furthermore, with … Read More

Building our first tvOS app

When the 4th-generation Apple TV and tvOS were released, anyone could write apps for the TV, not just Apple partners. I decided to write an app to make ETE presentations and other Chariot content available though an app. (Now I can catch up on presentations while relaxing on the couch.) In this post I’ll take a quick look at some of the architecture choices made when building our first tvOS app.

DevNews #99 – Docker vulnerabilities, saying hello to Java 9 and farewell to Windows server 2003

Today we welcome Jeff Labonski on the show to discuss this week’s developer news. User group announcements: Philly PostgreSQL Meetup on June 4th – Replication Slots: The Game Changer I will be Speaking at the Scotch Plains Java User Group (of the ACGNJ) – Tuesday June 9th, 7:30PM – about ES6 now Wednesday June 17 … Read More

Using Node.js and Charles Proxy to Mock a Server API

In this post, I’ll walk through the steps to create a simple iPhone app that interacts with a public API, using Node and Charles to simulate an error response.  This post assumes some experience writing iOS code, but all the source code will be available on GitHub…

DevNews #67 – Monoliths begone, lock free APIs, Bunnies and RabbitMQ, and computer viruses by air

Links "Five tips for big software projects":http://blog.chariotsolutions.com/2013/10/5-tips-for-big-software-projects.html “Dismanteling the monoliths”:https://engineering.groupon.com/2013/misc/i-tier-dismantling-the-monoliths/ – rails apps converting to Nodejs at Groupon I’m taking a stab at lock-free this week – First, my reading took me to Mechanical Sympathy (which we’ve discussed before) and now that there is a JSR for some new constructions – (StampedLock) this site has … Read More