Javascript

Load previous page…
I wrote code that forks and queues up and stops child processes but the processes themselves use up quite a bit of CPU. Is there a library that's particularly helpful with building these types of async/cron-like Node services? Wasn't finding anything in my search. Should I consider offloading ...
Read post
4 replies
The easiest way to visualise what I want want is by taking a look at this image => https://s3.amazonaws.com/bound2/example.png Basically want the images to "bounce" round the website similar to this => http://next.plnkr.co/edit/HTHkXaD2BCFWTCK5tROi?p=preview&utm_source=legacy&utm_medium=worker...
Read post
2 replies
Here is how it works in my head: 1. You open a website and press a button 'Search'. 2. Then after a random twitter user was found, you can read his tweets, see the most impressive tweet in 24 hours so you could decide do you want to follow him or not. 3. Then you can press a button 'Follow' and h...
Read post
3 replies
I am using Heroku to deploy my project and mlab for mongodb database. Now I want to store the profile pictures somewhere. Storing them in mlab is not a good option. The only option I can think of now is using a CDN? How are you storing images?
Read post
6 replies
Is it time to create dapps? Time to team up for this -> https://community.blockstack.org/javascript
Read post
7 replies
So I have a multisite multilingual project. Imagine different websites on different domains using the same design and front end template with different content. I have a middleware that handles serving the different content. I'd like to build a frontend with VUEJS/NuXT or similar. How what I set...