Complete 14-day roadmap to learn SQL learning:
Day 1: Introduction to Databases
- Understand the concept of databases and their importance.
- Learn about relational databases and SQL.
- Explore the basic structure of SQL queries.
Day 2: Basic SQL Syntax
- Learn SQL syntax: statements, clauses, and keywords.
- Understand the SELECT statement for retrieving data.
- Practice writing basic SELECT queries with conditions and filters.
Day 3: Retrieving Data from Multiple Tables
- Learn about joins: INNER JOIN, LEFT JOIN, RIGHT JOIN.
- Understand how to retrieve data from multiple tables using joins.
- Practice writing queries involving multiple tables.
Day 4: Aggregate Functions
- Learn about aggregate functions: COUNT, SUM, AVG, MIN, MAX.
- Understand how to use aggregate functions to perform calculations on data.
- Practice writing queries with aggregate functions.
Day 5: Subqueries
- Learn about subqueries and their role in SQL.
- Understand how to use subqueries in SELECT, WHERE, and FROM clauses.
- Practice writing queries with subqueries.
Day 6: Data Manipulation Language (DML)
- Learn about DML commands: INSERT, UPDATE, DELETE.
- Understand how to add, modify, and delete data in a database.
- Practice writing DML statements.
Day 7: Data Definition Language (DDL)
- Learn about DDL commands: CREATE TABLE, ALTER TABLE, DROP TABLE.
- Understand constraints: PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL.
- Practice designing database schemas and creating tables.
Day 8: Data Control Language (DCL)
- Learn about DCL commands: GRANT, REVOKE for managing user permissions.
- Understand how to control access to database objects.
- Practice granting and revoking permissions.
Day 9: Transactions
- Understand the concept of transactions in SQL.
- Learn about transaction control commands: COMMIT, ROLLBACK.
- Practice managing transactions.
Day 10: Views
- Learn about views and their benefits.
- Understand how to create, modify, and drop views.
- Practice creating views.
Day 11: Indexes
- Learn about indexes and their role in database optimization.
- Understand different types of indexes (e.g., B-tree, hash).
- Practice creating and managing indexes.
Day 12: Optimization Techniques
- Explore optimization techniques such as query tuning and normalization.
- Understand the importance of database design for optimization.
- Practice optimizing SQL queries.
Day 13: Review and Practice
- Review all concepts covered in the previous days.
- Work on sample projects or exercises to reinforce learning.
- Take practice quizzes or tests.
Day 14: Final Review and Projects
- Review all concepts learned throughout the 14 days.
- Work on a final project to apply SQL knowledge.
- Seek out additional resources or tutorials if needed.
Here are some practical SQL syntax examples for each day of your learning journey:
Day 1: Introduction to Databases
- Syntax to select all columns from a table:
SELECT * FROM table_name;
Day 2: Basic SQL Syntax
- Syntax to select specific columns from a table:
SELECT column1, column2 FROM table_name;
Day 3: Retrieving Data from Multiple Tables
- Syntax for INNER JOIN to retrieve data from two tables:
SELECT orders.order_id, customers.customer_name
FROM orders
INNER JOIN customers ON orders.customer_id = customers.customer_id;
Day 4: Aggregate Functions
- Syntax for COUNT to count the number of rows in a table:
SELECT COUNT(*) FROM table_name;
Day 5: Subqueries
- Syntax for using a subquery in the WHERE clause:
SELECT column1, column2
FROM table_name
WHERE column1 IN (SELECT column1 FROM another_table WHERE condition);
Day 6: Data Manipulation Language (DML)
- Syntax for INSERT to add data into a table:
INSERT INTO table_name (column1, column2) VALUES (value1, value2);
Here you can find essential SQL Interview Resources๐
https://topmate.io/sumit_kumar80/1151675
Like this post if you need more ๐โค๏ธ
Hope it helps :)
Day 1: Introduction to Databases
- Understand the concept of databases and their importance.
- Learn about relational databases and SQL.
- Explore the basic structure of SQL queries.
Day 2: Basic SQL Syntax
- Learn SQL syntax: statements, clauses, and keywords.
- Understand the SELECT statement for retrieving data.
- Practice writing basic SELECT queries with conditions and filters.
Day 3: Retrieving Data from Multiple Tables
- Learn about joins: INNER JOIN, LEFT JOIN, RIGHT JOIN.
- Understand how to retrieve data from multiple tables using joins.
- Practice writing queries involving multiple tables.
Day 4: Aggregate Functions
- Learn about aggregate functions: COUNT, SUM, AVG, MIN, MAX.
- Understand how to use aggregate functions to perform calculations on data.
- Practice writing queries with aggregate functions.
Day 5: Subqueries
- Learn about subqueries and their role in SQL.
- Understand how to use subqueries in SELECT, WHERE, and FROM clauses.
- Practice writing queries with subqueries.
Day 6: Data Manipulation Language (DML)
- Learn about DML commands: INSERT, UPDATE, DELETE.
- Understand how to add, modify, and delete data in a database.
- Practice writing DML statements.
Day 7: Data Definition Language (DDL)
- Learn about DDL commands: CREATE TABLE, ALTER TABLE, DROP TABLE.
- Understand constraints: PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL.
- Practice designing database schemas and creating tables.
Day 8: Data Control Language (DCL)
- Learn about DCL commands: GRANT, REVOKE for managing user permissions.
- Understand how to control access to database objects.
- Practice granting and revoking permissions.
Day 9: Transactions
- Understand the concept of transactions in SQL.
- Learn about transaction control commands: COMMIT, ROLLBACK.
- Practice managing transactions.
Day 10: Views
- Learn about views and their benefits.
- Understand how to create, modify, and drop views.
- Practice creating views.
Day 11: Indexes
- Learn about indexes and their role in database optimization.
- Understand different types of indexes (e.g., B-tree, hash).
- Practice creating and managing indexes.
Day 12: Optimization Techniques
- Explore optimization techniques such as query tuning and normalization.
- Understand the importance of database design for optimization.
- Practice optimizing SQL queries.
Day 13: Review and Practice
- Review all concepts covered in the previous days.
- Work on sample projects or exercises to reinforce learning.
- Take practice quizzes or tests.
Day 14: Final Review and Projects
- Review all concepts learned throughout the 14 days.
- Work on a final project to apply SQL knowledge.
- Seek out additional resources or tutorials if needed.
Here are some practical SQL syntax examples for each day of your learning journey:
Day 1: Introduction to Databases
- Syntax to select all columns from a table:
SELECT * FROM table_name;
Day 2: Basic SQL Syntax
- Syntax to select specific columns from a table:
SELECT column1, column2 FROM table_name;
Day 3: Retrieving Data from Multiple Tables
- Syntax for INNER JOIN to retrieve data from two tables:
SELECT orders.order_id, customers.customer_name
FROM orders
INNER JOIN customers ON orders.customer_id = customers.customer_id;
Day 4: Aggregate Functions
- Syntax for COUNT to count the number of rows in a table:
SELECT COUNT(*) FROM table_name;
Day 5: Subqueries
- Syntax for using a subquery in the WHERE clause:
SELECT column1, column2
FROM table_name
WHERE column1 IN (SELECT column1 FROM another_table WHERE condition);
Day 6: Data Manipulation Language (DML)
- Syntax for INSERT to add data into a table:
INSERT INTO table_name (column1, column2) VALUES (value1, value2);
Here you can find essential SQL Interview Resources๐
https://topmate.io/sumit_kumar80/1151675
Like this post if you need more ๐โค๏ธ
Hope it helps :)
topmate.io
Data science Job + Placement with Sumit Kumar
For College and Working Professional
๐ง In 2008, one entrepreneur decided to sell bottled water, but the market was crowded with over 80 big brands like Evian, Perrier, Aquafina, and San Pellegrino, all spending billions on advertising.
Since he didnโt have money for marketing, he focused on getting people to talk about his product. He named his product Liquid Death and packaged it in a beer can. This surprised people and made them curious, leading them to share it with friends and try it out.
After 12 years of relying on word-of-mouth, Liquid Death overtook Evian in sales and is now worth over $1.5 billion.
"The more crowded the market, the more similar the brands become. My decision to stand out and do everything differently really paid off. Others couldnโt take such risks because of their reputations," said Mike Cesario.
The lesson here is simple: if you donโt have a lot of money, be bold and creative. You might get noticed, and people will start talking about you.
Have you heard of this water? I haven't, but the story is interesing ๐
@Skynet_Dreams
Since he didnโt have money for marketing, he focused on getting people to talk about his product. He named his product Liquid Death and packaged it in a beer can. This surprised people and made them curious, leading them to share it with friends and try it out.
After 12 years of relying on word-of-mouth, Liquid Death overtook Evian in sales and is now worth over $1.5 billion.
"The more crowded the market, the more similar the brands become. My decision to stand out and do everything differently really paid off. Others couldnโt take such risks because of their reputations," said Mike Cesario.
The lesson here is simple: if you donโt have a lot of money, be bold and creative. You might get noticed, and people will start talking about you.
Have you heard of this water? I haven't, but the story is interesing ๐
@Skynet_Dreams
๐1
Hi, I'm Sumit , helping students land their dream jobs while building a thriving community of over 10,000 members. I recently cracked the assessment rounds for both Capgemini and Accenture, and I'm excited to share my insightshttps://topmate.io/sumit_kumar80/1148833
topmate.io
Ultimate Placement Coding Resources with Sumit Kumar
Ultimate Placement materials (top 10 companies)
TOP CONCEPTS FOR INTERVIEW PREPARATION!!
๐TOP 10 SQL Concepts for Job Interview
1. Aggregate Functions (SUM/AVG)
2. Group By and Order By
3. JOINs (Inner/Left/Right)
4. Union and Union All
5. Date and Time processing
6. String processing
7. Window Functions (Partition by)
8. Subquery
9. View and Index
10. Common Table Expression (CTE)
๐TOP 10 Statistics Concepts for Job Interview
1. Sampling
2. Experiments (A/B tests)
3. Descriptive Statistics
4. p-value
5. Probability Distributions
6. t-test
7. ANOVA
8. Correlation
9. Linear Regression
10. Logistics Regression
๐TOP 10 Python Concepts for Job Interview
1. Reading data from file/table
2. Writing data to file/table
3. Data Types
4. Function
5. Data Preprocessing (numpy/pandas)
6. Data Visualisation (Matplotlib/seaborn/bokeh)
7. Machine Learning (sklearn)
8. Deep Learning (Tensorflow/Keras/PyTorch)
9. Distributed Processing (PySpark)
10. Functional and Object Oriented Programming
Like โค๏ธ the post if it was helpful to you!!!
Here you can find essential SQL Interview Resources๐
https://topmate.io/sumit_kumar80/1151675
Hope it helps :)
๐TOP 10 SQL Concepts for Job Interview
1. Aggregate Functions (SUM/AVG)
2. Group By and Order By
3. JOINs (Inner/Left/Right)
4. Union and Union All
5. Date and Time processing
6. String processing
7. Window Functions (Partition by)
8. Subquery
9. View and Index
10. Common Table Expression (CTE)
๐TOP 10 Statistics Concepts for Job Interview
1. Sampling
2. Experiments (A/B tests)
3. Descriptive Statistics
4. p-value
5. Probability Distributions
6. t-test
7. ANOVA
8. Correlation
9. Linear Regression
10. Logistics Regression
๐TOP 10 Python Concepts for Job Interview
1. Reading data from file/table
2. Writing data to file/table
3. Data Types
4. Function
5. Data Preprocessing (numpy/pandas)
6. Data Visualisation (Matplotlib/seaborn/bokeh)
7. Machine Learning (sklearn)
8. Deep Learning (Tensorflow/Keras/PyTorch)
9. Distributed Processing (PySpark)
10. Functional and Object Oriented Programming
Like โค๏ธ the post if it was helpful to you!!!
Here you can find essential SQL Interview Resources๐
https://topmate.io/sumit_kumar80/1151675
Hope it helps :)
topmate.io
Data science Job + Placement with Sumit Kumar
For College and Working Professional
I am Giving Gita exam๐ช
Largest Online Gita Exam
If you also want to know Gita Core values Then you can also enroll or ask for any assistance: https://acharyaprashant.org/en/gita
Largest Online Gita Exam
If you also want to know Gita Core values Then you can also enroll or ask for any assistance: https://acharyaprashant.org/en/gita
Unlock Your Coding Potential with Our Exclusive Tech Notes Package!
๐ What's Inside:
- Ultimate Java Notes (Handwritten & Fast Revision)
- JavaScript, MongoDB, ReactJS, and DBMS Notes
- Operating Systems & IoT Handwritten Notes
- Concise and Organized Content for Quick Reference
Why Choose Us?
Stay ahead in your studies or career with our expertly crafted notes! Perfect for college students and working professionals preparing for exams or interviews.
๐ Bonus: Get one month of free updates!
https://topmate.io/sumit_kumar80/1149505
Donโt miss out โ empower your learning journey today!
๐ What's Inside:
- Ultimate Java Notes (Handwritten & Fast Revision)
- JavaScript, MongoDB, ReactJS, and DBMS Notes
- Operating Systems & IoT Handwritten Notes
- Concise and Organized Content for Quick Reference
Why Choose Us?
Stay ahead in your studies or career with our expertly crafted notes! Perfect for college students and working professionals preparing for exams or interviews.
๐ Bonus: Get one month of free updates!
https://topmate.io/sumit_kumar80/1149505
Donโt miss out โ empower your learning journey today!
topmate.io
Handwritten Notes with Sumit Kumar
For College and Working Professionals
๐ Waymo raised $5.6 billion
The funding round C was led by the startup's parent company, Alphabet. In recent years, Waymo has fully focused on its own robotaxi service. Every week, its self-driving electric vehicles transport over 100,000 customers in San Francisco, Phoenix, and Los Angeles.
Consider these numbers: over 100,000 customers per week already! Are you ready for changes in your city?
@Skynet_Dreams
The funding round C was led by the startup's parent company, Alphabet. In recent years, Waymo has fully focused on its own robotaxi service. Every week, its self-driving electric vehicles transport over 100,000 customers in San Francisco, Phoenix, and Los Angeles.
Consider these numbers: over 100,000 customers per week already! Are you ready for changes in your city?
@Skynet_Dreams
Tech And Events 2026 pinned ยซUnlock Your Coding Potential with Our Exclusive Tech Notes Package! ๐ What's Inside: - Ultimate Java Notes (Handwritten & Fast Revision) - JavaScript, MongoDB, ReactJS, and DBMS Notes - Operating Systems & IoT Handwritten Notes - Concise and Organizedโฆยป
Preparing for a Java Interview?
Here are some essential Java questions to help you review important concepts:
Core Java Concepts:
1. What is the difference between JDK and JRE?
2. Why is Java platform-independent?
3. What is the difference between an abstract class and an interface?
4. What is the difference between final, finally, and finalize?
5. What is the difference between stack and heap memory?
6. What is method overloading vs. method overriding?
7. Whatโs the difference between a private and protected modifier?
8. What is constructor overloading in Java?
9. How is the super keyword used in Java?
10. What is the difference between static methods, variables, and classes?
11. What is System.out.println in Java?
12. What part of memory (Stack or Heap) is cleaned during garbage collection?
Object-Oriented Programming:
1. What Object-Oriented features are supported by Java?
2. What are the different access specifiers in Java?
3. Whatโs the difference between composition and inheritance?
4. What is the purpose of an abstract class?
5. Whatโs the difference between a constructor and a method?
6. What is the diamond problem in Java, and how is it resolved?
7. How do local and instance variables differ?
8. What is a Marker interface in Java?
Data Structures and Algorithms:
1. Why are strings immutable in Java?
2. Whatโs the difference between creating a String using new() and as a literal?
3. What is the Collections framework?
4. How do ArrayList and LinkedList differ?
5. What is the difference between a HashMap and a TreeMap?
6. How do HashSet and TreeSet differ?
7. Whatโs the difference between an Iterator and a ListIterator?
8. What is the purpose of the Comparable interface?
9. What is the java.util.concurrent package for?
Exception Handling:
1. What is an exception in Java?
2. How does exception propagation work?
3. Whatโs the difference between checked and unchecked exceptions?
4. What is the use of the try-catch block in Java?
5. How do throw and throws differ?
6. What is the use of the finally block?
7. Whatโs the base class of all exception classes?
Multithreading:
1. What is a thread, and what are its stages in Java?
2. How do threads differ from processes?
3. What are the different types of thread priorities in Java?
4. What is context switching in Java?
5. Whatโs the difference between user threads and Daemon threads?
6. What is synchronization in Java?
7. What is a deadlock in Java?
8. How are the wait() and notify() methods used?
9. Whatโs the difference between synchronized and volatile in Java?
10. Whatโs the purpose of the sleep() method?
11. How do wait() and sleep() differ?
12. Whatโs the difference between notify() and notifyAll()?
Java Enterprise Edition (Java EE):
1. What is Java EE?
2. How do Servlets and JSP differ?
3. What is the purpose of the Java Persistence API (JPA)?
4. Whatโs the difference between stateful and stateless session beans?
Handwritten Java Notes๐๐
https://topmate.io/sumit_kumar80/1149505
All the best ๐๐
Here are some essential Java questions to help you review important concepts:
Core Java Concepts:
1. What is the difference between JDK and JRE?
2. Why is Java platform-independent?
3. What is the difference between an abstract class and an interface?
4. What is the difference between final, finally, and finalize?
5. What is the difference between stack and heap memory?
6. What is method overloading vs. method overriding?
7. Whatโs the difference between a private and protected modifier?
8. What is constructor overloading in Java?
9. How is the super keyword used in Java?
10. What is the difference between static methods, variables, and classes?
11. What is System.out.println in Java?
12. What part of memory (Stack or Heap) is cleaned during garbage collection?
Object-Oriented Programming:
1. What Object-Oriented features are supported by Java?
2. What are the different access specifiers in Java?
3. Whatโs the difference between composition and inheritance?
4. What is the purpose of an abstract class?
5. Whatโs the difference between a constructor and a method?
6. What is the diamond problem in Java, and how is it resolved?
7. How do local and instance variables differ?
8. What is a Marker interface in Java?
Data Structures and Algorithms:
1. Why are strings immutable in Java?
2. Whatโs the difference between creating a String using new() and as a literal?
3. What is the Collections framework?
4. How do ArrayList and LinkedList differ?
5. What is the difference between a HashMap and a TreeMap?
6. How do HashSet and TreeSet differ?
7. Whatโs the difference between an Iterator and a ListIterator?
8. What is the purpose of the Comparable interface?
9. What is the java.util.concurrent package for?
Exception Handling:
1. What is an exception in Java?
2. How does exception propagation work?
3. Whatโs the difference between checked and unchecked exceptions?
4. What is the use of the try-catch block in Java?
5. How do throw and throws differ?
6. What is the use of the finally block?
7. Whatโs the base class of all exception classes?
Multithreading:
1. What is a thread, and what are its stages in Java?
2. How do threads differ from processes?
3. What are the different types of thread priorities in Java?
4. What is context switching in Java?
5. Whatโs the difference between user threads and Daemon threads?
6. What is synchronization in Java?
7. What is a deadlock in Java?
8. How are the wait() and notify() methods used?
9. Whatโs the difference between synchronized and volatile in Java?
10. Whatโs the purpose of the sleep() method?
11. How do wait() and sleep() differ?
12. Whatโs the difference between notify() and notifyAll()?
Java Enterprise Edition (Java EE):
1. What is Java EE?
2. How do Servlets and JSP differ?
3. What is the purpose of the Java Persistence API (JPA)?
4. Whatโs the difference between stateful and stateless session beans?
Handwritten Java Notes๐๐
https://topmate.io/sumit_kumar80/1149505
All the best ๐๐
topmate.io
Handwritten Notes with Sumit Kumar
For College and Working Professionals
A โ๐๐๐ซ๐๐จ๐ง ๐๐จ๐ฆ๐โ is defined as a fossil fuel extraction project that is projected to emit more than one gigatonne of COโ over its remaining lifetime.๐๐๐ฒ ๐๐ข๐ ๐ก๐ฅ๐ข๐ ๐ก๐ญ๐ฌ:๐๐ฐ๐ฑ ๐๐ข๐ฏ๐ฌ๐ด ๐๐ถ๐ฏ๐ฅ๐ช๐ฏ๐จ ๐๐ข๐ณ๐ฃ๐ฐ๐ฏ ๐๐ฐ๐ฎ๐ฃ๐ด:
โข JP Morgan Chase & Co.: $142 billion
โข Citi: $119 billion
โข Bank of America: $93 billion
โข ICBC (Industrial and Commercial Bank of China): $92 billion
โข Bank of China: $66 billion
โข Other notable contributors include Wells Fargo ($62 billion), BNP Paribas ($72 billion), HSBC ($62 billion), and Barclays ($54 billion).๐๐ฐ๐ต๐ข๐ญ ๐๐ข๐ณ๐ฃ๐ฐ๐ฏ ๐๐ฐ๐ฎ๐ฃ๐ด ๐ข๐ฏ๐ฅ ๐๐ฎ๐ช๐ด๐ด๐ช๐ฐ๐ฏ๐ด:
โข There are 425 carbon bomb projects globally.
โข The total investment in these projects is $1.8 trillion.
โข These projects are expected to emit 1,180 gigatonnes of COโ.๐๐ฐ๐ฎ๐ฑ๐ข๐ณ๐ช๐ด๐ฐ๐ฏ ๐ธ๐ช๐ต๐ฉ ๐๐ณ๐ฆ๐ฆ๐ฏ ๐๐ญ๐ช๐ฎ๐ข๐ต๐ฆ ๐๐ถ๐ฏ๐ฅ:
โข The Green Climate Fund, the worldโs largest climate fund, has raised only $13.9 billion.
โข This amount is less than 1% of the investment directed toward carbon bombs.๐๐ถ๐ฏ๐ฅ๐ช๐ฏ๐จ ๐ฃ๐บ ๐๐ฐ๐ถ๐ฏ๐ต๐ณ๐บ:
โข China: $541 billion
โข U.S.: $525 billion
โข Canada: $156 billion
โข France: $154 billion
โข UK: $135 billion
โข Japan: $134 billion
โข Other regions: $161 billion
โข JP Morgan Chase & Co.: $142 billion
โข Citi: $119 billion
โข Bank of America: $93 billion
โข ICBC (Industrial and Commercial Bank of China): $92 billion
โข Bank of China: $66 billion
โข Other notable contributors include Wells Fargo ($62 billion), BNP Paribas ($72 billion), HSBC ($62 billion), and Barclays ($54 billion).๐๐ฐ๐ต๐ข๐ญ ๐๐ข๐ณ๐ฃ๐ฐ๐ฏ ๐๐ฐ๐ฎ๐ฃ๐ด ๐ข๐ฏ๐ฅ ๐๐ฎ๐ช๐ด๐ด๐ช๐ฐ๐ฏ๐ด:
โข There are 425 carbon bomb projects globally.
โข The total investment in these projects is $1.8 trillion.
โข These projects are expected to emit 1,180 gigatonnes of COโ.๐๐ฐ๐ฎ๐ฑ๐ข๐ณ๐ช๐ด๐ฐ๐ฏ ๐ธ๐ช๐ต๐ฉ ๐๐ณ๐ฆ๐ฆ๐ฏ ๐๐ญ๐ช๐ฎ๐ข๐ต๐ฆ ๐๐ถ๐ฏ๐ฅ:
โข The Green Climate Fund, the worldโs largest climate fund, has raised only $13.9 billion.
โข This amount is less than 1% of the investment directed toward carbon bombs.๐๐ถ๐ฏ๐ฅ๐ช๐ฏ๐จ ๐ฃ๐บ ๐๐ฐ๐ถ๐ฏ๐ต๐ณ๐บ:
โข China: $541 billion
โข U.S.: $525 billion
โข Canada: $156 billion
โข France: $154 billion
โข UK: $135 billion
โข Japan: $134 billion
โข Other regions: $161 billion
๐ Free services for researchers:
โ Consensus is an AI-powered search engine that helps quickly extract research study results. The results are focused and free from advertisements, providing direct links to publications.
โ SciSpace Copilot is a Chrome extension designed to help understand scientific literature by providing explanations for text, mathematical equations, and tables found in research papers, technical blogs, and reports.
โ Semantic Scholar is a tool for exploring scientific literature, giving access to over 221 million articles from various fields of science. It features convenient search options, filters, a reader, and an API.
@Skynet_Dreams
โ Consensus is an AI-powered search engine that helps quickly extract research study results. The results are focused and free from advertisements, providing direct links to publications.
โ SciSpace Copilot is a Chrome extension designed to help understand scientific literature by providing explanations for text, mathematical equations, and tables found in research papers, technical blogs, and reports.
โ Semantic Scholar is a tool for exploring scientific literature, giving access to over 221 million articles from various fields of science. It features convenient search options, filters, a reader, and an API.
@Skynet_Dreams
My interview experience (Accenture)
30 oct || 10am slot
15 min duration
Self introduction
About project
Any conflict you face while developing a project
Is there any of your frnd who work in it industry
Your hobbies
Any questions for me
30 oct || 10am slot
15 min duration
Self introduction
About project
Any conflict you face while developing a project
Is there any of your frnd who work in it industry
Your hobbies
Any questions for me
20+ AI tools for medical writing
๐ก Literature search
โ Consensus: https://lnkd.in/d8EiMW2q
โ Undermind: https://lnkd.in/geztjEq3
โ Semantic Scholar: https://lnkd.in/ghAr7ksQ
๐ก Data extraction
โ Elicit: https://elicit.com/
โ AnswerThis: https://elicit.com/
โ Scispace: https://scispace.com/
๐กGenerating Summaries
โ SciSummary: https://scisummary.com/
โ Scholarcy: https://www.scholarcy.com/
โ Scite: https://scite.ai/
๐กWriting & editing drafts
โ PaperPal: https://lnkd.in/gpn84usr
โ SciSpace AI writer: https://lnkd.in/gpn84usr
โ Hemingway: https://hemingwayapp.com/
๐กDesigning images
โ Biorender: https://lnkd.in/g-RGpSvk
โ Mindthegraph: https://mindthegraph.com/
โ Canva: https://www.canva.com/
๐กFlowcharts, graphs, maps
โ EDrawmax: https://www.edrawmax.com/
โ Visme: https://www.visme.co/
โ GitMind: https://gitmind.com/
๐กReference Management
โ Thrix: https://www.thrix.ai/
โ Petal: https://lnkd.in/dR2ypW5Y
โ PaperGuide: https://lnkd.in/gSP_6vt5
๐ก Literature search
โ Consensus: https://lnkd.in/d8EiMW2q
โ Undermind: https://lnkd.in/geztjEq3
โ Semantic Scholar: https://lnkd.in/ghAr7ksQ
๐ก Data extraction
โ Elicit: https://elicit.com/
โ AnswerThis: https://elicit.com/
โ Scispace: https://scispace.com/
๐กGenerating Summaries
โ SciSummary: https://scisummary.com/
โ Scholarcy: https://www.scholarcy.com/
โ Scite: https://scite.ai/
๐กWriting & editing drafts
โ PaperPal: https://lnkd.in/gpn84usr
โ SciSpace AI writer: https://lnkd.in/gpn84usr
โ Hemingway: https://hemingwayapp.com/
๐กDesigning images
โ Biorender: https://lnkd.in/g-RGpSvk
โ Mindthegraph: https://mindthegraph.com/
โ Canva: https://www.canva.com/
๐กFlowcharts, graphs, maps
โ EDrawmax: https://www.edrawmax.com/
โ Visme: https://www.visme.co/
โ GitMind: https://gitmind.com/
๐กReference Management
โ Thrix: https://www.thrix.ai/
โ Petal: https://lnkd.in/dR2ypW5Y
โ PaperGuide: https://lnkd.in/gSP_6vt5
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn
*Kraken*
A powerful, Python-based tool designed to centralize and streamline various brute-forcing tasks. Kraken provides a suite of tools for cybersecurity professionals to efficiently perform brute-force attacks across a range of protocols and services.
https://github.com/jasonxtn/Kraken
#hackbyabd #bruteforce
A powerful, Python-based tool designed to centralize and streamline various brute-forcing tasks. Kraken provides a suite of tools for cybersecurity professionals to efficiently perform brute-force attacks across a range of protocols and services.
https://github.com/jasonxtn/Kraken
#hackbyabd #bruteforce
GitHub
GitHub - jasonxtn/Kraken: All-in-One Toolkit for BruteForce Attacks
All-in-One Toolkit for BruteForce Attacks. Contribute to jasonxtn/Kraken development by creating an account on GitHub.
*Shodan Dorks*
_This GitHub repository provides a range of search queries, known as "dorks," for Shodan, a powerful tool used to search for Internet-connected devices. The dorks are designed to help security researchers discover potential vulnerabilities and configuration issues in various types of devices such as webcams, routers, and servers. This resource is helpful for those interested in exploring network security and conducting vulnerability scanning, including both beginners and experienced information security professionals._
*Link:* https://github.com/nullfuzz-pentest/shodan-dorks
_This GitHub repository provides a range of search queries, known as "dorks," for Shodan, a powerful tool used to search for Internet-connected devices. The dorks are designed to help security researchers discover potential vulnerabilities and configuration issues in various types of devices such as webcams, routers, and servers. This resource is helpful for those interested in exploring network security and conducting vulnerability scanning, including both beginners and experienced information security professionals._
*Link:* https://github.com/nullfuzz-pentest/shodan-dorks
GitHub
GitHub - nullfuzz-pentest/shodan-dorks: Shodan Dorks
Shodan Dorks. Contribute to nullfuzz-pentest/shodan-dorks development by creating an account on GitHub.
๐ฐ ISRO Internship Opportunity for Students๐
If you are looking for getting experience of research and development involved in satellite technologies used in ISRO - Indian Space Research Organization then this is a perfect opportunity for you to get exposure in various space projects.
๐There is an ongoing internship opportunity for all Bachelors, Masters & PhD students in URSC - U R Rao Satellite Centre, ISRO. The details of the internship are as follows,
๐ Eligibility criteria:
โกThe student should possess an aggregate of a minimum of 60% or a CGPA of 6.32 scale on 10.
โก The student should be a Citizen of India.
โก The minimum number of semesters should be completed for the respective course.
๐ General guidelines:
โก The duration of internship will be for a period of 15 to 45 days.
โก Certificate will be provided to students who have completed the internship successfully.
โก The application to be verified by college/university departments.
๐ Documents required:
โก Permission letter from Principal/HOD
โก Course mark sheets
โก Resume
Apply Link : - https://www.linkedin.com/feed/update/urn:li:activity:7258033519266816001
If you are looking for getting experience of research and development involved in satellite technologies used in ISRO - Indian Space Research Organization then this is a perfect opportunity for you to get exposure in various space projects.
๐There is an ongoing internship opportunity for all Bachelors, Masters & PhD students in URSC - U R Rao Satellite Centre, ISRO. The details of the internship are as follows,
๐ Eligibility criteria:
โกThe student should possess an aggregate of a minimum of 60% or a CGPA of 6.32 scale on 10.
โก The student should be a Citizen of India.
โก The minimum number of semesters should be completed for the respective course.
๐ General guidelines:
โก The duration of internship will be for a period of 15 to 45 days.
โก Certificate will be provided to students who have completed the internship successfully.
โก The application to be verified by college/university departments.
๐ Documents required:
โก Permission letter from Principal/HOD
โก Course mark sheets
โก Resume
Apply Link : - https://www.linkedin.com/feed/update/urn:li:activity:7258033519266816001
Linkedin
#students #isro #internship #project #notification | Tech Grows | 83 comments
๐ฐ ISRO Internship Opportunity for Students ๐
If you are looking for getting experience of research and development involved in satellite technologies used in ISRO - Indian Space Research Organization then this is a perfect opportunity for you to get exposureโฆ
If you are looking for getting experience of research and development involved in satellite technologies used in ISRO - Indian Space Research Organization then this is a perfect opportunity for you to get exposureโฆ
๐งโ๐ป More than a quarter of new code at Google is created using artificial intelligence
AI is helping Google make money as well. Alphabet reported $88.3 billion in revenue for the quarter, with Google Services (which includes Search) revenue of $76.5 billion, up 13 percent year-over-year, and Google Cloud (which includes its AI infrastructure products for other companies) revenue of $11.4 billion, up 35 percent year-over-year. Operating incomes were also strong. Google Services reached $30.9 billion, up from $23.9 billion last year, and Google Cloud reached $1.95 billion, significantly up from last yearโs $270 million.
Itโs not specified how much they are saving by replacing people with AI, but it seems to be quite profitable.
@Skynet_Dreams
AI is helping Google make money as well. Alphabet reported $88.3 billion in revenue for the quarter, with Google Services (which includes Search) revenue of $76.5 billion, up 13 percent year-over-year, and Google Cloud (which includes its AI infrastructure products for other companies) revenue of $11.4 billion, up 35 percent year-over-year. Operating incomes were also strong. Google Services reached $30.9 billion, up from $23.9 billion last year, and Google Cloud reached $1.95 billion, significantly up from last yearโs $270 million.
Itโs not specified how much they are saving by replacing people with AI, but it seems to be quite profitable.
@Skynet_Dreams
๐1
This media is not supported in your browser
VIEW IN TELEGRAM
Geoffrey Hinton, often referred to as the "Godfather of AI," is a Nobel Prize winner in Physics in 2024. He has talked about the consciousness of AI and has created algorithms that can interact with data and make decisions similar to those made by humans. In various videos, he has expressed concerns that AI is doing things it is not supposed to do.
In simple terms, we may see another intelligent form of life emerging within the next decade. However, where we are heading with this technology and its ultimate use remains unclear.
In simple terms, we may see another intelligent form of life emerging within the next decade. However, where we are heading with this technology and its ultimate use remains unclear.