zackyisthenewadmin

About Zacky Pickholz

This author has not yet filled in any details.
So far Zacky Pickholz has created 20 blog entries.

Handy TypeScript Patterns

On any JS project my preference is to always use TypeScript, as it greatly increases my productivity (intellisense, autocompletion) while eliminating 90% of the bugs right there, at design time.

Over time I’ve gathered some useful snippets and patterns, out of which I’d like to share a couple I use most with you.

Hope you find these […]

Embedding React Components in Angular (the Easy Way)

Recently I’ve decided to switch to using React in a client’s SPA project currently developed in Angular 8. The way to go about such transitions is to build a bridge between the frameworks  (i.e. React-Angular), use React in all new developments and gradually migrate old components to React, until the entire application is written in […]

By |January 15th, 2020|Uncategorized|0 Comments

Debugging Node.js TypeScript Applications in WebStorm

But Why Another Guide?

I’ve decided to write this short port since I found there are simply too many guides out there which are either out of date, incomplete, inaccurate or just over-complicated.

This is a true dummy’s guide: if you follow these clear instructions carefully you will be debugging within 5-10 minutes.

Hopefully this post will come […]

Make The Leap From WEBAPPs to DAPPs

Recently I’ve heard from several fullstack dev colleagues that although Smart contracts and DAPPs (Distributed Apps) sound real exciting they are clueless on how to get started.

This actually surprised me as developers with good FED (Front End Development) skills actually have an advantageous starting point, so I decided to write this short post as a short […]

Optimizing Node.js Apps

As Node.js gains continuous traction offering parallel and in many times superior qualities compared to traditional technologies, the question of optimizing our app/service becomes one of increased importance. Whether we’re building a monolith server or a microservices oriented solution, we’d like to squeeze more juice out of the underlying CPU/VM by running optimized code.

Putting aside […]

By |September 11th, 2018|Development Tools, Node.js, Productivity, Server Side, Uncategorized|0 Comments

Developing a Blockchain Explorer

Bridging Angular and Polymer

Taming CPU Intensive Node.js Streams

By |January 6th, 2017|Node.js, Server Side, Software Development, Uncategorized|0 Comments

DevTools: I See Your True Colors

//

By |June 3rd, 2016|CSS, Productivity, Web Applications|0 Comments

Spark Streaming – Graceful Shutdown HowTo

Spark Streaming allows us to process large amounts of live data from multiple sources, in a scalable and fault tolerant manner. It is used widely to process for example live Twitter feeds, consume and process Kafka topic messages or data from Amazon S3, simple TCP sockets or custom input streams/feeds.

In many cases, we are perfectly […]

By |May 13th, 2016|Big Data, Java, Server Side|0 Comments