Login
Discover
Waves
Decks
Plus
Login
Signup
54
petarjs
petarjs
COO @Review.Network. Hungry for Code, Hungry for Ideas. Passionate about engineering Web applications, sharing knowledge and building communities.
Available
Used
Resource Credits
407 Followers
115 Following
Belgrade
https://petar.io
August 21, 2017
RSS feed
Comments
Blog
Posts
Comments
Communities
Wallet
Follow
petarjs
aws
Sunday, May 27, 2018 11:01 PM
RE: Ultra Fast Image Resizing with AWS Lambda
Hey Amirl! I stopped working on this project a long time ago, so I'm not sure :) I think there were a lot of changes in AWS Lambda since then.
$ 0.358
1
1
petarjs
entrepreneur
Wednesday, January 24, 2018 4:08 AM
RE: I launched Awww.ooo - A feel-good cuteness email newsletter! 😍
@OriginalWorks
$ 0.000
0
petarjs
entrepreneur
Wednesday, January 24, 2018 3:58 AM
RE: When being a good programmer hurts you
@OriginalWorks
$ 0.000
0
petarjs
software
Wednesday, January 24, 2018 3:41 AM
RE: How to Easily Optimize Your Static Website - A Stupidly Simple Guide
@OriginalWorks
$ 0.000
0
petarjs
software
Monday, October 2, 2017 10:26 AM
RE: 07 - Guide To Spreading Your Online Presence
@OriginalWorks
$ 0.000
0
1
petarjs
software
Saturday, September 16, 2017 4:45 PM
RE: 01 - Introduction - Why Should You Have A Portfolio?
Thanks, I hope so too! Do you think people will do the homework? I'd like them to, I'm thinking of ways to encourage them to do so :)
$ 0.000
0
1
petarjs
life
Friday, September 15, 2017 11:30 PM
RE: Awesome Quotes Weekly - Motivation
Likewise! :)
$ 0.000
1
petarjs
javascript
Friday, September 15, 2017 11:06 PM
RE: Removing a Note: Day Seven of "The Complete Node.js Developer Course"
Hi Matthew! It's really inspiring to see how you're going about this. Initiative and passion are the key. I'd like to give my take on explaining this line: var rmDuplicate = notes.filter((note) =>
$ 0.046
1
1
petarjs
javascript
Friday, September 15, 2017 10:38 PM
RE: JavaScript ~ Closure
Thank you very much! And so do you! I'd love to see a strong JavaScript community on Steemit. We can help create it :)
$ 0.050
2
1
petarjs
software
Thursday, September 14, 2017 5:46 PM
RE: The Crazy Truth About My First Job in Software Development
And also you're building a portfolio like that, so you can show it to employers and on interviews, which gets you many bonus points with them :)
$ 0.000
0
petarjs
javascript
Thursday, September 14, 2017 5:20 PM
RE: JavaScript ~ Closure
Great explanation @harps116, I enjoyed reading it! Maybe you could add a section about IFEEs? It's a great way of organizing code into modules by using closures. Keep up the great work!
$ 0.052
2
3
petarjs
software
Thursday, September 14, 2017 5:15 PM
RE: The Crazy Truth About My First Job in Software Development
Glad to hear that! It's interesting, working on freelance jobs while studying. What would you say as an advice to others in similar situation? How do you manage time and workload? Do you have a system
$ 0.000
0
2
petarjs
software
Wednesday, September 13, 2017 4:13 PM
RE: The Crazy Truth About My First Job in Software Development
@originalworks
$ 0.000
1
1
petarjs
software
Wednesday, September 13, 2017 1:24 PM
RE: The Crazy Truth About My First Job in Software Development
Thanks, I'm really glad to hear that!
$ 0.000
1
petarjs
software
Wednesday, September 13, 2017 7:31 AM
RE: The Crazy Truth About My First Job in Software Development
Yes, you are right. We need better process of online mentorship! But in the end, I guess it comes down to willingness of the company to spend resources to give you mentorship. That could be a good thing
$ 0.000
1
petarjs
software
Tuesday, September 12, 2017 2:41 PM
RE: The Crazy Truth About My First Job in Software Development
Nice! Are you interested in learning JavaScript?
$ 0.000
0
petarjs
software
Tuesday, September 12, 2017 9:46 AM
RE: The Crazy Truth About My First Job in Software Development
Hey @thatdamiguy! Would you be interested in building up your portfolio with this idea I have for a course? I'd love to hear your feedback on it! Not sure if people would be interested in this. Thanks!
$ 0.000
1
3
petarjs
hackathon
Tuesday, September 12, 2017 3:35 AM
RE: Winning Your First Hackathon
Awesome!
$ 0.000
0
petarjs
javascript
Sunday, September 10, 2017 9:52 PM
RE: Javascript Promise Chaining
Promises are awesome! One of the main advantages over callbacks is the ability to chain promises. So you could also do something like this - I think it's more readable than nesting Promises: add(2, 3)
$ 0.000
1
petarjs
programming
Sunday, September 10, 2017 9:34 PM
RE: Javascript's const keyword
Also worth noting, const declarations are block scoped (not function scoped like var), and cannot be accessed before declaration due to temporal dead zone (unlike var). This is a nice post describing the
$ 0.000
1
1