Open in app

Sign In

Write

Sign In

Jaaq Jorissen
Jaaq Jorissen

139 Followers

Home

About

Feb 11, 2021

So you want to buy TSLA on the Ethereum Blockchain?

You’re in luck! Synthetix launched sTSLA today, a synthetic asset that tracks the price of TSLA. The Synthetix protocol allows you to acquire a wide variety of synthetic assets with zero slippage, letting you swap instantly between crypto, forex and commodities like Oil, Gold and Silver. …

Synthetix

2 min read

So you want to buy TSLA on the Ethereum Blockchain?
So you want to buy TSLA on the Ethereum Blockchain?
Synthetix

2 min read


Jun 26, 2020

SNX Tools

Synthetix is one of the most unique DeFi protocols in the space today. The ability to acquire a wide variety of synthetic tokens with no slippage means that, when used correctly, market makers, CeFi-DeFi yield hackers, and retail speculators have an undeniable edge on the competition, while providing the economic…

Ethereum

2 min read

SNX Tools
SNX Tools
Ethereum

2 min read


Nov 23, 2017

How to run a private Ethereum network alongside a hot-reloading NodeJS application using Docker Compose

After exploring how to create and deploy Docker containers the old-school way, the time has come to leverage the power of docker-compose. Docker Compose offers a whole bunch of advantages when it comes to orchestrating multiple containers. …

Docker

4 min read

Docker

4 min read


Nov 22, 2017

Deploying networked containers to an AWS EC2 instance

In my previous post I talked about how set up local networked containers using Docker, using redis as a caching layer for you node server. In this post, we’ll go through all the steps needed to get your killer app up and running on AWS. We’ll be using the AWS…

AWS

6 min read

Deploying networked containers to an AWS EC2 instance
Deploying networked containers to an AWS EC2 instance
AWS

6 min read


Nov 21, 2017

Making Docker Containers talk to each other by Hostname using container networking

If you’re looking to connect different docker containers — e.g. a node.js server and a redis caching layer — you might have noticed that dockers’ — link flag is outdated and now considered legacy. …

Docker

2 min read

Docker

2 min read


Feb 25, 2016

Enable deep linking for a react-router application behind an authenticated express.js server

When a user clicks on a URL of a react application that uses react-router for routing, you would expect them to arrive there without a problem. But what happens when this application is running on a server that requires authentication? That’s easy enough, you say: You redirect them to the…

JavaScript

3 min read

JavaScript

3 min read


Feb 21, 2016

Generators: Putting the sync back in asynchronous.

Generators have been popping up left and right lately and I thought it was about time I understood what all of the fuzz was about. When I saw that co.js was one of the most popular packages on NPM, I realised I couldn’t run away from them any longer. The…

JavaScript

3 min read

JavaScript

3 min read


Feb 20, 2016

A list of NPM Packages that have proven helpful to me

asap: Execute a task as soon as possible. Useful when dealing with blocking event systems. autoprefixer: PostCSS plugin that will automatically add browser-specific CSS prefixes. aws-sdk: SDK to work with Amazon AWS babel-cli: Use the Babel library to transpile your code and write ES6 and experimental ES7 also see: babel-core,babel-plugin-transform-decorators-legacy,babel-plugin-transform-es2015-modules-commonjs…

JavaScript

6 min read

JavaScript

6 min read


Feb 20, 2016

Useful git commands

Remove sensitive data from git history in all branches 1. Run your filter branch command, replacing all instances of “password” with “nothing_to_see_here” $ git filter-branch --tree-filter ‘git ls-files -z “*.js” |xargs -0 perl -p -i -e “s#(password)#nothing_to_see_here#g”’ —- --all 2. Overwrite your master with local changes $ git push origin master --force Pretty log git log — pretty=format:’%h — %an, %ar : %s’

Git

1 min read

Git

1 min read


Feb 19, 2016

Blitting a particle transition between two images

This article is about Actionscript and was originally posted on my personal blog 6 years ago. Sometimes when you are experimenting around with flash, you’ll notice that things can get a little laggy when you put too many things on the stage and try to move them around at the…

Programming

5 min read

Blitting a particle transition between two images
Blitting a particle transition between two images
Programming

5 min read

Jaaq Jorissen

Jaaq Jorissen

139 Followers

React/NodeJS developer

Following
  • Thomas Jay Rush

    Thomas Jay Rush

  • F A N T A S Y

    F A N T A S Y

  • Paula Daunt

    Paula Daunt

  • Eric Elliott

    Eric Elliott

  • jeswin

    jeswin

See all (223)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams