Web development – Telegram
Web development
3.97K subscribers
410 photos
30 videos
80 files
87 links
Web development learning path

Frontend and backend resources.

HTML, CSS, JavaScript, React, APIs and project ideas.

Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
Useful VS Code Extensions
👍2
Which of the following HTML tag is used to add a row in a table?
Anonymous Quiz
7%
<th>
11%
<td>
79%
<tr>
3%
<tt>
This media is not supported in your browser
VIEW IN TELEGRAM
pseudo-elements are used to style specific parts of an element. They begin with a double colon (::) followed by the name of the pseudo-element
4👍2
Useful VS Code Extensions
👍2
Preventing SQL injection attacks in Node.js

SQL injection is a malicious attack where nefarious SQL code is injected into a system, exposing sensitive information, corrupting or deleting data, and sometimes, granting unauthorized access to attackers. Addressing this threat is difficult, and it emphasizes the need to ensure the security of your Node.js applications.

In this article, you'll learn more about why SQL injection attacks pose a significant threat and how to shield your Node.js applications against them.

To better understand how SQL injection works, let's quickly create a vulnerable app using Node.js, Express, and a PostgreSQL database. The application takes user input from a form, constructs a SQL query, and executes it against the database to fetch some data.

Start by downloading and installing Node.js on your machine. Node.js is the runtime environment that executes your JavaScript code server-side.

Read More

#node #sql #nodejs

👉Join @bigdataspecialist for more👈
👍1
Useful VS Code Extensions
👍1
CSS Tip💡

:empty pseudo selector is used to target elements with no children, including text nodes.
👍4
WebServices testing (RestSharp + Postman) Complete Guide

2 in 1! Learn API testing from zero and build Test Automation with minimum toolset: C#, NUnit, RestSharp, Newtonsoft


Rating ⭐️: 4.2 out 5
Students 👨‍🎓 : 25,147
Duration : 10.5 hours on-demand video
🧮 2 exercises
📜 1 article
Created by 👨‍🏫: Learn IT University

🔗 COURSE LINK

⚠️ Its free for first 1000 enrollments only!


#web # postman #programming

👉Join @bigdataspecialist for more👈
🔥2
What is semantic HTML
👍3
A. Type error
The 'getFullName' will not be accessible in member. As it is defined on the constructor Person. In order to make it work, we need to make 'Person.getFullName' to 'Person.prototype.getFullName', which will make the getFullName available in all instance of Person.
👍5
JavaScript. js Explained
👍3
Laravel Tip 🚀

You can use the incrementEach() and decrementEach() methods to increment and decrement multiple columns with a single query.
What does API Gateway do?
2👍2
25 Javanoscript path files used to store sensitive information in Web Application:-

1. /js/config.js
2. /js/credentials.js
3. /js/secrets.js
4. /js/keys.js
5. /js/password.js
6. /js/api_keys.js
7. /js/auth_tokens.js
8. /js/access_tokens.js
9./js/sessions.js
10. /js/authorization.js
11. /js/encryption.js 12. /js/certificates.js
13. /js/ssl_keys.js
14. /js/passphrases.js
15. /js/policies.js
16./js/permissions.js
17. /js/privileges.js
18. /js/hashes.js
19. /js/salts.js
20. /js/nonces.js
21. js/signatures.js
22. js/digests.js
23. js/tokens.js
24. js/cookies.js
25. /js/topsecr3tdonotlook.js
👍5
JavaScript Tip💡

You can remove whitespace from both ends of a string using the trim() method.
👍1
CSS Tip💡

You can change the default color of text selection on your web page like this
White is the right answer
💡Javanoscript tip!

You can rename a property of an existing object. Here's how:
2👍1