Sunday, 23 August 2020

Would you like to read this?

https://i.redd.it/368fai2hoqi51.gif

Submitted August 23, 2020 at 12:41PM by tarunbatra

Saturday, 22 August 2020

Nodejs UNPACKER

https://github.com/mnsrulz/unpackerMany websites uses obfuscation like packed and in order to de obfuscate one need to use eval function in node which is not allowed with strict mode. So I port one of the open source unpacked which was in python to nodejs using typescript...If anyone wants to spare a tiny amount of time to review and share the feedback that would be awesome.

Submitted August 23, 2020 at 07:11AM by manishrawat4u

How do I present my BackEnd projects?

I Identify as a BackEnd Developer. Completing my BackEnd projects is not time consuming. It's making a frontend for them that takes month(s). I have always had the Impression that I needed a frontend to showcase my BackEnd services and API. This made me learn VueJs and ReactJs. Making a good frontend with them is very time-consuming giving the depth of my BackEnd projects.I need advice. How can I get out of this loop?

Submitted August 23, 2020 at 07:19AM by Ta1w0

CRUD app in Node.js with MongoDB and express. Beginner friendly.

https://www.youtube.com/watch?v=G1OdxdP4bN8

Submitted August 23, 2020 at 06:08AM by kojin10378

Sending Error Alarms to Slack from your NodeJS Lambda Functions

https://medium.com/@ac052790/serverless-ninja-part-02-reporting-errors-via-chatops-using-aws-lambda-nodejs-8d56dccadc9b

Submitted August 23, 2020 at 03:23AM by acdota0001

What's the purpose of devDependencies?

I mean, it seems obvious: dependencies you only need in a dev environment, like testing and logging packages.HOWEVER, I've seen lots of packages that seem like they've be necessary to build a client directing me to add to devDependencies, like webpack loaders, etc. It seems to me that I'm going to need those to deploy/build my production slug once I, say, push to heroku (or even when I build for production locally)Am I crazy or just wrong? :)

Submitted August 23, 2020 at 12:23AM by jugglervr

How do I automate xlsx to pdf conversion in Node?

​I hope you´re all doing well. As the title mentions, I´ve been looking for a way to automate file conversion from xlsx to pdf in node js. I found the Convert API https://www.convertapi.com/ which seemed to work pretty well after I tried it but requires a monthly payment, which I´d prefer to avoid.Someone suggested using the unoconv command line tool along with the child_process module in node, but frankly I´m at a complete loss. Im not very well versed in the command line and even the instructions to install it confuse me a bit:"Rename the downloaded script to C:unoconvunoconv.pyCreate a batch file C:unoconvunoconv.bat with these contents:@"C:Program FilesLibreOffice 5programpython.exe" c:unoconvunoconv.py %*"Do you have any suggestions as to how I should proceed?This project will provide a huge time-efficiency boost to the business I work for, so I´m super eager to get past this problem.

Submitted August 22, 2020 at 09:06PM by epistemicmind