Full-stack Developers
@full_stack_developers
491
subscribers
3
photos
5
files
77
links
A channel where people can seek help or show their skills regarding full-stack web-dev. Happy coding
Download Telegram
Join
Full-stack Developers
491 subscribers
Full-stack Developers
JavaScript Objects and Arrays Manipulation for REST API
#js
http://bit.ly/37lg7iw
Medium
JavaScript Objects and Arrays Manipulation for REST API
JavaScript objects and arrays manipulation can be complex but it is the essential part of any frontend application that deals with REST
Full-stack Developers
Type coercion in JavaScript
#js
http://bit.ly/32HdrcI
Full-stack Developers
How to Trim Strings in JavaScript (es2019)
#js
http://bit.ly/2lJXnqu
Medium
How to Trim Strings in JavaScript (ES2019)
ECMAScript2019 added trimStart() / trimLeft() and trimEnd() / trimRight() functions to the string prototype.
Full-stack Developers
Handling Time Zone in JavaScript
#js
http://bit.ly/2Y49Tzw
Medium
Handling Time Zone in JavaScript
Recently, I worked on a task of adding a time zone feature to the JavaScript calendar library managed by my team. I pretty well knew that…
Full-stack Developers
Best Practices to Control Your Errors in JavaScript
#js
https://bit.ly/33R9GoA
Telegraph
Best Practices to Control Your Errors in JavaScript
It is important to keep in consideration the different scenarios in which errors could occur while writing your code. They play an integral part in your web application because you can avoid deadly scenarios (like your application crashing completely) that…
Full-stack Developers
undefined vs. null revisited
#js
http://bit.ly/2NUNsfY
Full-stack Developers
What is the toJSON() Function in JavaScript?
#js
https://bit.ly/358WgU5
The Code Barbarian
What is the `toJSON()` Function in JavaScript?
The `toJSON()` function is a handy hook that tells `JSON.stringify()` how to represent a given object in JSON. Here's what you need to know.
Full-stack Developers
How to Start Thinking Functionally in JavaScript
#js
https://bit.ly/2Y05bF7
Telegraph
How to Start Thinking Functionally in JavaScript
Functional programming is a style of programming that requires the practitioner to think at a more abstract level. Generally, when we are learning how to program, we think through problems in a very imperative and procedural manner. First, we do this, then…
Full-stack Developers
How to Get Video Thumbnails with Javascript
#js
#canvas
#video
http://bit.ly/2XKR45L
UsefulAngle
How to Get Video Thumbnails with Javascript
It is possible to get the thumbnail of a video at a specified duration using canvas and video html elements.
Full-stack Developers
JavaScript: What is the meaning of this?
#js
http://bit.ly/2OXhL6p