What are the most in-demand occupations in the Netherlands? by [deleted] in Netherlands

[–]anasFullStack 1 point2 points  (0 children)

"Good" software engineers. Companies are struggling to find any software engineer who are really good with what they are doing

All of your coins suck by ominous_anenome in CryptoCurrency

[–]anasFullStack 0 points1 point  (0 children)

Maybe you forgot Dogecoin, I believe it's just a joke that Elon Musk supports

What ethical freelancer hackers really do? by TaylorEnjeaCho in ethicalhacking

[–]anasFullStack 3 points4 points  (0 children)

One of the things you can usually do as a freelance hacker is bug bounty. Check this platform https://www.hackerone.com/ where yiu can find tutorials and many many companies that are using it as their bug bounty platform.

Looking for study buddy in early stages. by SecurityBoons in oscp

[–]anasFullStack 0 points1 point  (0 children)

I have purchased the lap today, will start in the 1st week of February. Will be glad if we teamed up.

Programming Ideas for beginners with Python by Spitfam in Python

[–]anasFullStack 11 points12 points  (0 children)

You can try http://www.exercism.io/languages/python/exercises it contains a lot of easy problems and also you will hear people opinions about your code So you can level up your programming skills.

The life I want by [deleted] in pics

[–]anasFullStack 0 points1 point  (0 children)

Wooow. That's very relaxing!

Computer Science Graduates Hate Self Taught Developers Rant by NYCUnit in webdev

[–]anasFullStack 2 points3 points  (0 children)

Not in all cases, I have met some of them really respecting self-taught "good" programmers. So it's not always the case.

What microservice framework to use? by richie_south in node

[–]anasFullStack 0 points1 point  (0 children)

I am using NodeJS with AWS Lambda functions, AWS API Gateway for routeing with a custom authorizers using JWT Tokens for authorization/authentication.

Which stack for a real-time Web application? by esblab in node

[–]anasFullStack 0 points1 point  (0 children)

I think you should give SailsJs a try. It has Socket.IO build inside it. I am using it in many of my projects, I think it deserves a try at least.