Get Mystery Box with random crypto!

SeasonedDev

Logo of telegram channel seasoneddev — SeasonedDev S
Logo of telegram channel seasoneddev — SeasonedDev
Channel address: @seasoneddev
Categories: Technologies
Language: English
Subscribers: 314
Description from channel

Fullstack, Web, Frontend, JavaScript, React, Software, Architecture, SQL, Books, Mentoring, Interview, Jobs
Chat: @webdev_en
Created by: @wojiaomakeximu

Ratings & Reviews

3.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

0

2 stars

0

1 stars

1


The latest Messages

2021-12-06 21:37:05 Hi guys, here is my recent video:



I hope you enjoy it

#nodejs #javascript
146 viewsedited  18:37
Open / Comment
2021-11-28 21:11:54 Hi guys, here is a great overview of NodeJS and how it works under the hood.

#nodejs #javascript
245 views18:11
Open / Comment
2021-11-17 04:58:26 Hey comrades

I really hope y'all doing well and stay safe in these difficult times.

Let me share with you my recent video about #react.

You'd see this framework in action while I'm developing a complete, thought pretty basic, mortgage calculator.
304 views01:58
Open / Comment
2021-10-29 19:48:35 Hey guys,

I've just published my recent video about #nodejs and awesome package for parsing/scraping data - #puppeteer.

As an example, I'll show you how to parse Google Maps data in less than 100 lines

Check this out!

#nodejs #puppeteer
330 views16:48
Open / Comment
2021-10-28 04:01:00
Here is a solution for the #challenge above
270 views01:01
Open / Comment
2021-10-28 01:15:00 #challenge

Find the Missing Number | #easy

Create a function that takes an array of numbers between 1 and 10 (excluding one number) and returns the missing number.

Examples:

missingNum([1, 2, 3, 4, 6, 7, 8, 9, 10]) ➞ 5
missingNum([7, 2, 3, 6, 5, 9, 1, 4, 8]) ➞ 10
missingNum([10, 5, 1, 2, 4, 6, 8, 3, 9]) ➞ 7

For your convenience: jsfiddle | codepen.

Leave your solutions in the comments. The solution will be posted below in a couple of hours

#interview
255 views22:15
Open / Comment
2021-10-27 00:58:00
Using console.time | #tip

You can set timers using console.time.

This can be useful when debugging slow loops or function calls.

#javascript
241 views21:58
Open / Comment
2021-10-21 04:01:00
Here is a solution for the #challenge above
315 views01:01
Open / Comment
2021-10-21 01:15:00 #challenge

Video Length in Seconds | #easy

You are given the length of a video in minutes. The format is mm:ss (e.g.: 02:54). Create a function that takes the video length and return it in seconds.

Examples:

minutesToSeconds("01:00") ➞ 60
minutesToSeconds("13:56") ➞ 836
minutesToSeconds("10:60") ➞ false

For your convenience: jsfiddle | codepen.

Leave your solutions in the comments. The solution will be posted below in a couple of hours

#interview
286 views22:15
Open / Comment
2021-10-20 02:01:00
Using console.trace | #tip

If you use console.trace instead of console.log, it will show you the complete call stack when debugging.

This is very convenient when you’re working with larger setups with multiple files and modules.

#javascript
259 views23:01
Open / Comment