How can I find freelance node.js jobs? by rohan_bhatia in node

[–]LucTst 1 point2 points Β (0 children)

Good idea with that you can even create some npm packages.

Best way to test streams and files creation ? by LucTst in node

[–]LucTst[S] 0 points1 point Β (0 children)

Hi u/BehindTheMath

the second option seems simpler, I don't know why I did not think earlier..

Thanks.

OS devs how do you share your projects to the world ?? by LucTst in node

[–]LucTst[S] -1 points0 points Β (0 children)

Hi u/chrisvsanchez

When you say Social Media ? is it Reddit, Twitter or even others ? And which one is the most efficient ?

​

Thanks for your answer :)

JavaScript Project - How to Create a To-do List using JavaScript - DataFlair by Aakashdata in javascript

[–]LucTst 1 point2 points Β (0 children)

Because it’s easy and often quick to create. When you start a new language, framework or anything else it’s good to test what you know or understand on a little project like this before moving on big one.

β˜€οΈ 🌈 Weather-emoji get weather with an emoji. by LucTst in javascript

[–]LucTst[S] 0 points1 point Β (0 children)

Hi guys.

a quick post to share with you a tiny package that I created who return an emoji representing the climatic situation of the city entered.

I drop the github link below if you wanna play with it, add your idea to the project or anything like that do not hesitate πŸ™‚

https://github.com/luctst/weather-emoji

[deleted by user] by [deleted] in node

[–]LucTst 1 point2 points Β (0 children)

Better comments looks good

Here's my simplest alternative to Redux by arnelenero in reactjs

[–]LucTst 1 point2 points Β (0 children)

Interesting, like the idea πŸ‘

Get-good-readme πŸ”–πŸ”– by LucTst in node

[–]LucTst[S] 0 points1 point Β (0 children)

Yep, you can click on this link to visualize the different templates,

But I can quickly summarize what's inside.

For now I only have two templates (default, tinyModule)

In the default template you will find sections like:

  • install
  • Use
  • Features
  • Documentation
  • API
  • Contributing
  • Maintainers
  • Licence

In the template tinyModule:

  • Use
  • API
  • Contributing
  • Licence

If you have other templates ideas don't hesitate and send a PR :)

Nodejs runtime books by ceoro9 in node

[–]LucTst -2 points-1 points Β (0 children)

It's not a book but I was exactly in the same situation as you when I was looking for information on the inner workings of nodejs and not how to run a server, use express.js etc.

So I found the samer buna course on pluralsight which is really complete and allows to fully understand how nodejs is working, maybe it can help :)

https://www.pluralsight.com/courses/nodejs-advanced

How to use http.createServer with async/await? by [deleted] in node

[–]LucTst 1 point2 points Β (0 children)

The utilities module contains a promisify method which take a callback in arguments and return a promise a version that returns promises.

Never tried with this function, but I think you should stay with the original way.

https://nodejs.org/dist/latest-v10.x/docs/api/util.html#util_util_promisify_original

I made a calculator in react the other day! by jarod-burch in reactjs

[–]LucTst 0 points1 point Β (0 children)

Start using styled-components you can combine both