My Promise for 2018
+-----+
Year2018.hardwork.then((success) => {
console.log('work harder');
}, (failure) => {
console.log('Never give up');
});
For further actions, you may consider blocking this person and/or reporting abuse
Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.
What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.
Piotr -
JoelBonetR 🥇 -
Gaurav Soni -
Akinyemi Ayodele -
Once suspended, sathish will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sathish will be able to comment and publish posts again.
Once unpublished, all posts by sathish will become hidden and only accessible to themselves.
If sathish is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Sathish.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag sathish:
Unflagging sathish will restore default visibility to their posts.
Top comments (7)
Yes!
Year2018.hardwork.then((success) => {
console.log('practice more, get that dev job');
}, (failure) => {
console.log('Never give up!');
});
Good luck!!
Thanks very much!
I think I'm going to try for:
const Year2018 = async () => {
try {
let success = await workHarder();
console.log(
Keep working hard!
);} catch (err) {
console.log(
Learn from your mistakes
);}
}
Hello there. This is Avin, a Senior Quality Assurance Engineer who has spent the latter half of 2017 learning Java and Python with the aim of switching career as a full time developer. My skillset includes experience as a Selenium Automation Engineer with Java as the scripting language. Almost done with my Python Foundation Nanodegree from Udacity and on the way to enroll for another one. I see 2018 as the foundation for building my career as a Data Scientist. Taught myself to play guitar in 2017 and will continue to advance my guitar skills in 2018. Excited to learn and unlearn new stuff in 2018.
Commit code to GitHub 365 days in a row. Created a tracker for this - github.com/plutov/yearofcommits