Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
All info, tutorial, JS tips and more ....!
bio.link/javascript_js_
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @technical_stark
Download Telegram
Ruby2JS 4.2.0: A Ruby to JavaScript Transpiler

https://www.ruby2js.com/

#Ruby #javascript
Node JS version 17 has been released with the following added features and optimizations,

https://medium.com/the-node-js-collection/node-js-17-is-here-8dba1e14e382

#nodejs #release‌‌
Guide on how to use Destructuring in JavaScript Arrays and Objects

https://dev.to/siddharthshyniben/the-complete-guide-to-destructuring-in-javascript-4b5g

---

Some important methods in JavaScript that are often used

https://javascript.plainenglish.io/35-javascript-methods-you-must-know-6d53d876df8b

---

Create a password generator application with JavaScript, HTML, and CSS

https://dev.to/divyamcm/password-generator-using-html-css-and-javascript-3a0c

---

Multiple methods for String data manipulation in Javascript

https://javascript.plainenglish.io/javascript-hacks-cannot-dispense-when-manipulating-strings-aa8432b6598b

---

#destructuring #method #string‌‌
Introducing Blitz JS, a fullstack JavaScript framework based on React JS

https://blitzjs.com/

#react #fullstack #blitz‌‌
Building FullScreen Web Apps — creating an Immersive User Experience with Fullscreen Elements

#api #js

https://bit.ly/3GowIET
For Developer!!

Search worldwide news with code
Locate articles and breaking news headlines from news sources and blogs across the web with our JSON API

https://newsapi.org/
JavaScript at its best 🤔😵

Did y'all know that 👇

"6" + "2" = '62'

and

"6" - "2" = 4
Forwarded from Cyber Punk
'Metaverse' is a dream world
-
Yesterday Mark Zuckerberg caused an explosion in the world, which is a significant event in the 21st century. Especially a milestone on the internet. In Zuckerberg's words, "Metaverse is the Successor of the Internet". Many people just stopped knowing that Facebook is just a new company called 'Meta'. Facebook used to be the father company, and now Meta will be the father company, which will have apps like WhatsApp, Facebook, Instagram. This is not a special event, the event is that this Meta company is going to create a new virtual world called Metaverse. Metaverse will be a parallel copy of our universe. All the big tech companies in the world are collaborating in creating this metaverse. Everyone is going to build a virtual world together. Led by Meta (Meta).

At Metaverse you can create your own 3D world. There you will have a 'virtual copy' or 'animated copy' (Avatar). You can invite your friends or relatives there if you want. Your '3D Avatar' will represent you there just like your profile picture. The funny thing is there you can create multiple 'virtual copies' of yourself. For example, one for playing games, one for traveling in the virtual world, one for chatting with friends. Not only that, in that world you can wear any clothes you like, buy clothes and furniture, decorate your virtual house as you wish. Many will create and sell various 3D objects there, and you will buy. Of course you can also be a seller in that world, if you can create 3D objects.

When you are taking a class from India to Germany in Metaverse, and then the teacher comes and rubs your ear, you will feel that pain too! You will be able to communicate with someone remotely, chat with them, look at pictures, listen to them as well as catch them (virtual copy) and get the feeling of sitting next to them and talking. Your eye contact, facial expressions, body movements will all be like the real world, exactly. For this you need to wear an AR Glass, which looks like our normal glasses. Where a camera will be fitted, and will work by following the movements of your eyes and hands. If you don't like the environment around you, you can go for a walk or sit at home on Metaverse.

Sitting at home in Metavers, you can tour America, climb the top of the Eiffel Tower, or grab a thousand-year-old Egyptian pyramid. If you want, you can sit there and see the history of the construction of that pyramid, with your own eyes. You will see an Egyptian slave dressed in ancient clothes pulling a huge stone, the sound of this drag on the sand of the desert, the sign and the sigh of that Egyptian slave you can hear, you can see the stone! If you want to know about space, you can also take a trip in space. If you want, you can create a Bangladesh in Metaverse where there will be rivers, canals, hills, springs, everything. You may invite others to that country. Visas, passports and fees can be arranged there. Again, without giving access to anyone, you can stay alone in that country. All in all you can create your own dream world. If you want to sit down and talk with a friend, just knock him and say, 'Come to my house, there is an urgent talk'. If you want, you can sit in your virtual room, play chess or table tennis on the virtual board, watch virtual TV, listen to music. Meetings, chats, classes, meals will all be in Metaverse.
You can also see a doctor in Metaverse. There will be a parental control system so that children do not go astray. All in all, the way the internet is going to erode us, you don't have to count how long you've been online, you have to count how long you haven't been.

What has been said above is not going to happen next year, so Meta has a decade-long plan. Together they are building a world step by step. He is building the history of the world. You just have to be more discriminating with the help you render toward other people. The year 2022 is not far away, a new world is knocking on the door.


Source: Internet
Use VS Code to access a MySQL database with the help of extensions

https://youtu.be/MkSgscvxaU8

#vscode #mysql #extension‌‌
💕 May This Diwali Fill Into Our Lives New Hopes For Future And New Dreams For Tomorrow. With Lots Of Love, Wishing You A Very Happy Diwali 2021 💞
🎆
We thank this person for supporting us a lot and being a part of us

We wish we get his/her support forever.
Forwarded from Cyber Punk
❇️ Googling is a must have skill for developers.

Here are the pro tips to search on Google.

1. Asterisk *

Use * to fill in missing words or phrases.
🔎 Example Search: how to * in JavaScript.

2. Search:

Using search: you can search within a website.
🔎 Example Search: search:quora .com arrays

3. Range:

Use ... to search within a range of numbers.
🔎 Example Search: JavaScript in 2010....2020

4. Related:

Use related: to sites that are similar to other sites.
🔎 Example Search: related:w3schools. com

5. Plus +

Using + will return pages that contain both words
Right-pointing magnifying glass Example Search: JavaScript Oops+React

6. Quotation

Use "" to search for exact phrases.
Right-pointing magnifying glass Example Search: "html 2021"

7. OR

Use OR Operator to get the result of one of the search terms
Right-pointing magnifying glass Example Search: React OR Vue masterclass.

8. Define:

Use define: to find a definition
Right-pointing magnifying glass Example Search: define:oops

Keep supporting ❤️


●--❁ @CyberPunk_anonymous ❁--
Comprehensive Guide To Error Handling In Node.js

https://www.honeybadger.io/blog/errors-nodejs/

#nodejs #error #handler