Coding & AI Resources
34.3K subscribers
217 photos
547 files
153 links
๐Ÿ“šGet daily updates for :

โœ… Free resources
โœ… All Free notes
โœ… Internship,Jobs
and a lot more....๐Ÿ˜

๐Ÿ“Join & Share this channel with your friends and college mates โค๏ธ

Managed by: @love_data

Buy ads: https://telega.io/c/leadcoding
Download Telegram
api testing.pdf
3.6 MB
Api testing Complete Guide๐Ÿ”ฅ

React โค๏ธ For More
โค6
5 beginner-friendly web development projects that can help you improve your skills

1. Personal Website or Portfolio:
   - Create a website that showcases your resume, projects, and skills.
   - Practice HTML and CSS to design the layout and style it.

2. To-Do List Application:
   - Build a simple to-do list app using HTML, CSS, and JavaScript.
   - Learn about DOM manipulation, event handling, and local storage.

3. Weather App:
   - Develop a web app that fetches and displays weather information for a user's location.
   - Use HTML, CSS, JavaScript, and APIs like OpenWeatherMap.

4. Blog or Blogging Platform:
   - Create a basic blog or expand it into a blogging platform.
   - Learn about databases (e.g., SQLite), server-side scripting (e.g., Node.js), and user authentication.

5. E-commerce Product Page:
   - Design a product page for an e-commerce site.
   - Practice building product grids, adding product details, and implementing a shopping cart feature.

These projects cover a range of web development skills, from front-end design to back-end development. As you work on them, you'll gain experience and confidence in web development.
โค5
โœŒ๏ธ 25 Javascript 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

โ™พ

1๏ธโƒฃ /js/authorization.js
2๏ธโƒฃ /js/encryption.js
3๏ธโƒฃ /js/certificates.js
4๏ธโƒฃ /js/ssl_keys.js
5๏ธโƒฃ /js/passphrases.js
6๏ธโƒฃ /js/policies.js
7๏ธโƒฃ /js/permissions.js
8๏ธโƒฃ /js/privileges.js
9๏ธโƒฃ /js/hashes.js

โ™พ

1๏ธโƒฃ /js/salts.js
2๏ธโƒฃ /js/nonces.js
3๏ธโƒฃ js/signatures.js
4๏ธโƒฃ js/digests.js
5๏ธโƒฃ js/tokens.js
6๏ธโƒฃ js/cookies.js

7๏ธโƒฃ /js/topsecr3tdonotlook.js
โค2
Interviewer: How to make sure that, one service should not make the whole system down?

Developer:
By building Fault tolerance in Microservices. This can be achieved via Resilience4j. It provides many mechanism like RateLimiter,
TimeLimiter, Bulkhead, CircuitBreaker, Retry etc.
โค6๐Ÿ”ฅ2
Share 75 DSA Questions from Leet.docx
33.7 KB
75 Most Asked DSA interview questions ๐Ÿ‘จโ€๐Ÿ’ป

React โค๏ธ for more ๐Ÿ˜Š
โค7๐Ÿ‘Ž2
๐Ÿ”ฐ Solve the "Two sum" problem in python
โค1
๐Ÿค– CHATGPT PROMPTS TO FINISH HOURS OF WORK IN SECONDS
โค2
โค4
Complete Machine Learning Handwritten Notes.pdf
16 MB
๐Ÿ”— Complete Machine Learning Handwritten Notes ๐Ÿ“
โค4
Planning for Data Science or Data Engineering Interview.

Focus on SQL & Python first. Here are some important questions which you should know.

๐ˆ๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ ๐’๐๐‹ ๐ช๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ

1- Find out nth Order/Salary from the tables.
2- Find the no of output records in each join from given Table 1 & Table 2
3- YOY,MOM Growth related questions.
4- Find out Employee ,Manager Hierarchy (Self join related question) or
Employees who are earning more than managers.
5- RANK,DENSERANK related questions
6- Some row level scanning medium to complex questions using CTE or recursive CTE, like (Missing no /Missing Item from the list etc.)
7- No of matches played by every team or Source to Destination flight combination using CROSS JOIN.
8-Use window functions to perform advanced analytical tasks, such as calculating moving averages or detecting outliers.
9- Implement logic to handle hierarchical data, such as finding all descendants of a given node in a tree structure.
10-Identify and remove duplicate records from a table.

๐ˆ๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ ๐๐ฒ๐ญ๐ก๐จ๐ง ๐ช๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ

1- Reversing a String using an Extended Slicing techniques.
2- Count Vowels from Given words .
3- Find the highest occurrences of each word from string and sort them in order.
4- Remove Duplicates from List.
5-Sort a List without using Sort keyword.
6-Find the pair of numbers in this list whose sum is n no.
7-Find the max and min no in the list without using inbuilt functions.
8-Calculate the Intersection of Two Lists without using Built-in Functions
9-Write Python code to make API requests to a public API (e.g., weather API) and process the JSON response.
10-Implement a function to fetch data from a database table, perform data manipulation, and update the database.

Join for more: https://t.iss.one/datasciencefun

ENJOY LEARNING ๐Ÿ‘๐Ÿ‘
โค1
dsa revison guide.pdf
982.2 KB
DSA revision Guide ๐Ÿš€

React โค๏ธ For More
โค10