Coders Learning
34.6K subscribers
106 photos
1 video
103 files
391 links
We provide Webinars, Jobs, Resources, Books, Notes, and Unlimited Free Courses with CERTIFICATES!β˜‘οΈ

For Promotions:
Mail: coderslearning07@gmail.com

Join us on WhatsApp!πŸ‘‡

https://whatsapp.com/channel/0029Vajh8uc2ER6gzBxUYs1U
Download Telegram
Step-by-Step Guide to Becoming a Java Spring Boot Developer πŸš€

Want to start your journey as a Spring Boot backend developer? Follow these steps:

πŸ”Ή Step 1: Learn Java Basics βœ… Study Core Java – OOPs, Collections, Streams, Exception Handling. βœ… Understand Java 8+ features like Lambda & Stream API. βœ… Practice small programs to improve logic.

πŸ”Ή Step 2: Understand Backend Development βœ… Learn how HTTP & HTTPS work. βœ… Understand APIs & request-response architecture.

πŸ”Ή Step 3: Learn Spring Framework Basics βœ… Understand Dependency Injection (DI) & Inversion of Control (IoC). βœ… Learn how Spring makes Java development easier.

πŸ”Ή Step 4: Dive into Spring Boot βœ… Learn to create REST APIs using Spring Boot. βœ… Understand key annotations like @RestController, @RequestMapping, @Autowired. βœ… Build your first β€œHello World” API.

πŸ”Ή Step 5: Database Integration βœ… Learn SQL (MySQL/PostgreSQL). βœ… Use Spring Data JPA for CRUD operations. βœ… Understand Hibernate basics for ORM.

πŸ”Ή Step 6: Master API Development βœ… Implement validation, exception handling & logging. βœ… Learn pagination, sorting & query optimization.

πŸ”Ή Step 7: Add Security βœ… Learn Spring Security for authentication & authorization. βœ… Explore JWT & OAuth2 for token-based security.

πŸ”Ή Step 8: Learn Microservices βœ… Understand how to break monoliths into microservices. βœ… Use tools like Spring Cloud, Eureka & API Gateway.

πŸ”Ή Step 9: Learn DevOps Basics βœ… Dockerize your Spring Boot application. βœ… Set up CI/CD pipelines with Jenkins or GitHub Actions.

πŸ”Ή Step 10: Build Real-World Projects βœ… Create a blog or e-commerce platform. βœ… Write clean, reusable code.

πŸ’‘ Bonus Tips βœ”οΈ Follow official documentation & tutorials. βœ”οΈ Practice daily & stay consistent. βœ”οΈ Join coding communities & learn from peers.

Join @coderslearning for more! πŸ™Œ

πŸ“Œ Start today! Which step are you on? Tell me in the comments! 😊
❀6
Top Java Interview Questions You Must Know

Basic Level
1. What is Java? Explain in one sentence.
2. What is the difference between primitive types and objects in Java?
3. How do String, StringBuilder, and StringBuffer differ?
4. How do you handle exceptions in Java?
5. What does the static keyword do?
6. What is inheritance? Explain with an example.
7. How is == different from .equals() when comparing strings?
8. What is a constructor, and why is it used?
9. What is method overloading?
10. How do you take user input from the console?
11. What is the difference between ArrayList and an array?
12. How do you loop through a collection?
13. What does the final keyword do when used with a variable?
14. Explain public, private, and protected access modifiers.
15. What is the purpose of the this keyword?
16. How do you convert a string into an integer?
17. What is the difference between && and & operators?

Intermediate Level
18. What is the difference between Runnable and Callable?
19. How is ArrayList different from LinkedList, and when should you use each?
20. What is the Singleton pattern, and how can you make it thread-safe?
21. What is the Java Memory Model, and how does it relate to multithreading?
22. How are abstract classes and interfaces different in Java 8?
23. How does the hashCode() method relate to equals()?
24. What are method references in Java 8? Give examples.
25. What does the volatile keyword do?
26. How are Comparable and Comparator interfaces different?
27. What does the synchronized keyword do?
28. How are HashMap, LinkedHashMap, and TreeMap different?
29. What is the difference between method overloading and method overriding?
30. What are default methods in interfaces introduced in Java 8?
31. What is the difference between checked and unchecked exceptions?
32. What is the java.util.concurrent package used for?
33. What is a functional interface, and how does it relate to lambda expressions?

Join @coderslearning for more! βœ…

Keep Learning! πŸ‘πŸ‘
πŸ‘7
Clear all DSA rounds,

By mastering these 20 DSA patterns


1. Fast and Slow Pointer
- Cycle detection method
- O(1) space efficiency
- Linked list problems

2. Merge Intervals
- Sort and merge
- O(n log n) complexity
- Overlapping interval handling

3. Sliding Window
- Fixed/variable window
- O(n) time optimization
- Subarray/substring problems

4. Islands (Matrix Traversal)
- DFS/BFS traversal
- Connected component detection
- 2D grid problems

5. Two Pointers
- Dual pointer strategy
- Linear time complexity
- Array/list problems

6. Cyclic Sort
- Sorting in cycles
- O(n) time complexity
- Constant space usage

7. In-place Reversal of Linked List
- Reverse without extra space
- O(n) time efficiency
- Pointer manipulation technique

8. Breadth First Search
- Level-by-level traversal
- Uses queue structure
- Shortest path problems

9. Depth First Search
- Recursive/backtracking approach
- Uses stack (or recursion)
- Tree/graph traversal

10. Two Heaps
- Max and min heaps
- Median tracking efficiently
- O(log n) insertions

11. Subsets
- Generate all subsets
- Recursive or iterative
- Backtracking or bitmasking

12. Modified Binary Search
- Search in variations
- O(log n) time
- Rotated/specialized arrays

13. Bitwise XOR
- Toggle bits operation
- O(1) space complexity
- Efficient for pairing

14. Top 'K' elements
- Use heap/quickselect
- O(n log k) time
- Efficient selection problem

15. K-way Merge
- Merge sorted lists
- Min-heap based approach
- O(n log k) complexity

16. 0/1 Knapsack (Dynamic Programming)
- Choose or skip items
- O(n * W) complexity
- Maximize value selection

17. Unbounded Knapsack (Dynamic Programming)
- Unlimited item choices
- O(n * W) complexity
- Multiple item selection

18. Topological Sort (Graphs)
- Directed acyclic graph
- Order dependency resolution
- Uses DFS or BFS

19. Monotonic Stack
- Maintain increasing/decreasing stack
- Optimized for range queries
- O(n) time complexity

20. Backtracking
- Recursive decision-making
- Explore all possibilities
- Pruning with constraints

Best DSA Resources: πŸ‘‡
https://t.me/coderslearning

All the best πŸ‘πŸ‘
❀5
FREE Google Ads Masterclass! πŸš€

πŸŽ“ Get Certified & Learn from Experts!
βœ… Master Google Ads from Scratch
βœ… Boost Your Digital Marketing Skills
βœ… Earn an Official Certificate

πŸ”₯ Only 78 Seats Left! First Come, First Serve!

Register Now! πŸ‘‡
https://tinyurl.com/Google-ads-pw
πŸ‘5
Learn to make a Website like Shopify! πŸ›οΈπŸ’»

Build your own eCommerce website from scratch with Physics Wallah!

Last 72 seats left! 😳

Register now (100% Free) πŸ‘‡
https://tinyurl.com/learn-to-make-shopify
πŸ‘2
Amazon is hiring for Software Development Engineer

Position: Software Development Engineer (SDE)

Qualification: Any Graduate

Salary: INR 15 - 30 LPA

Experiencο»Ώe: Freshers / Experienced

Location: Gurugram, Bengaluru, India

πŸ“ŒApply Now: https://cuvette.tech/app/other-jobs/67ebe07500beac2f15af8769?referralCode=KJ12IG

πŸ‘‰WhatsApp Channel: https://whatsapp.com/channel/0029Vaog2gOLNSa9xawdms1m

πŸ‘‰Telegram Link: https://t.me/Offcampusjobupdateslive

πŸ˜ƒπŸ‘‰ Share this Job info to all your Friends and Groups βœ…
πŸ‘2
πŸš€ Gen AI Hackathon by Accenture & GeeksforGeeks!

Code, learn & win big! πŸ’‘

πŸ”₯ Why join?
βœ… Solve real AI & Data problems
βœ… Learn from experts & attend workshops
βœ… Win prizes & boost your career
βœ… Meet top AI & Data talent in India
βœ… Get a chance to work with Accenture experts

πŸ‘©β€πŸ’» Specially for working professionals looking to upskill & grow!

πŸ“… Hurry! Limited seats.
Register for FREE πŸ‘‡
https://gfgcdn.com/tu/UN5/
πŸ‘2
Wipro is hiring for System Engineer!

Position: System Engineer

Qualification: Any Graduate

Salary: INR 3.5 - 5.5 LPA

Experiencο»Ώe: Freshers / Experienced

Location: Chennai, India

πŸ“ŒApply Now: https://cuvette.tech/app/other-jobs/67ed97493c6c06a0904aaac4?referralCode=KJ12IG

πŸ‘‰WhatsApp Channel: https://whatsapp.com/channel/0029Vaog2gOLNSa9xawdms1m

πŸ‘‰Telegram Link: https://t.me/Offcampusjobupdateslive

πŸ˜ƒπŸ‘‰ Share this Job info to all your Friends and Groups βœ…
πŸ‘2
Free Data Science Webinar with Certification by HCL & Guvi! πŸ‘¨πŸ»β€πŸ’»

Only 500 seats left! 😳

Hurry up! ⏳

Register now (Free) πŸ‘‡
https://link.guvi.in/coderslearning01925
SQL Interview Questions! πŸ”₯πŸš€


Basic SQL Interview Questions:

-
What is SQL?

- What are the different types of SQL commands?

- What is the difference between DDL, DML, DCL, and TCL?

- What is the difference between SQL and MySQL?

- What is a primary key?

- What is a foreign key?

- What is a unique key?

- What is the difference between primary key and unique key?

- What is the difference between HAVING and WHERE?

- What are constraints in SQL? Name a few.

- What is the difference between CHAR and VARCHAR?

- What is Normalization? What are its types?

- What is Denormalization?

- What is an index in SQL?

- What are the different types of indexes?

- What is the difference between Clustered and Non-clustered indexes?

- What is an alias in SQL?

- What is the difference between DELETE and TRUNCATE?

- What is the difference between TRUNCATE and DROP?

- What is a view in SQL?


-------------------------------------

Intermediate SQL Interview Questions:

What is a self-join?

What is an inner join?

What is the difference between INNER JOIN and OUTER JOIN?

What are the types of OUTER JOIN?

What is a cross join?

What is a Cartesian join?

What is the difference between UNION and UNION ALL?

What is the difference between JOIN and UNION?

What is a stored procedure?

What is a trigger in SQL?

What are the different types of triggers?

What is the difference between HAVING and GROUP BY?

What are subqueries?

What are correlated subqueries?

What is an EXISTS clause in SQL?

What is the difference between EXISTS and IN?

What is a cursor in SQL?

What is the difference between OLTP and OLAP?

What are ACID properties in SQL?

What is normalization? Explain 1NF, 2NF, 3NF, and BCNF.

What is a composite key?

What is a surrogate key?

What is the use of the COALESCE function?

What is the difference between IS
NULL and IS NOT NULL
?

What is partitioning in SQL?


-------------------------------------

Advanced SQL Interview Questions:

What are window functions in SQL?

What is CTE (Common Table Expression)?

What is the difference between TEMP TABLE and CTE?

What is the difference between RANK(), DENSE_RANK(), and ROW_NUMBER()?

What is a materialized view?

What is the difference between materialized views and normal views?

What is sharding in SQL?

What is the MERGE statement?

What is the JSON data type in SQL?

What is recursive CTE?

What is the difference between LEFT JOIN and LEFT OUTER JOIN?

How does indexing impact performance?

What is the difference between OLAP and OLTP?

What is ETL (Extract, Transform, Load)?

What are window functions? Explain LEAD, LAG, and NTILE.

What is a pivot table in SQL?

What is Dynamic SQL?

What is a NoSQL database? How is it different from SQL databases?

What is the difference between SQL and PL/SQL?

How to find the N-th highest salary in SQL?


-------------------------------------

Practical SQL Queries:

Find the second highest salary from an Employee table.

Find duplicate records in a table.

Write a SQL query to find the count of employees in each department.

Write a query to find employees who earn more than their managers.

Write a query to fetch the first three characters of a string.

Write a SQL query to swap two columns in a table without using a temporary table.

Write a query to find all employees who joined in the last 6 months.

Write a query to find the most repeated values in a column.

Write a query to delete duplicate rows from a table.

Write a SQL query to find all customers who made more than 5 purchases.



Join @coderslearning for more! βœ…
❀9
Free Machine Learning Webinar with Certification by HCL & Guvi! πŸ‘¨πŸ»β€πŸ’»

Only 500 seats left! 😳

Hurry up! ⏳

Register now (Free) πŸ‘‡
https://link.guvi.in/Sarathytechdr01916
Free Python Training + Certificate! πŸπŸ“œ

Only 500 seats left! 😳

Register now (100% Free) πŸ‘‡
https://forms.gle/QGfhz5Fo25vHM5if6
Ready to Escape the 9-to-5? πŸ’»πŸš€

FREE MASTERCLASS* by *PW Skills

Freelancing Roadmap: How to Get Your First Client Using Upwork, Fiverr & LinkedIn

πŸ—“ Date: Thursday, 10 Apr 2025
⏰ Time: 7:00 PM – 9:00 PM
πŸ‘¨β€πŸ« Led by: Priyash Nigam
(CEO - Excube Digital | Fractional CMO | Performance Marketing & Brand Growth Expert)

~πŸ“² Register Now β†’ https://pwskills.com/masterclass/freelancing-roadmap-how-to-get-your-first-client-using-upwork-fiverr-and-linkedin/?position=masterclass_card&page_ref=masterclass_page&utm_source=influencer&utm_medium=dm&utm_campaign=coderslearning_10aprill
πŸ‘2
Resume Tips for Developers – What to Add & Avoid

A well-structured resume can help you land interviews faster. Follow these tips to create a strong, ATS-friendly resume.

πŸ”Ή Header (Top of Resume)
βœ… Full Name (No nicknames)
βœ… Job Title (Example: Full Stack Developer)
βœ… Professional Email & Phone Number
βœ… Location (City, Country)
βœ… LinkedIn & GitHub Profile
βœ… Portfolio/Website (if available)

❌ No fancy fonts, colors, or personal details (age, gender, marital status)

πŸ”Ή Summary (Short & Powerful)
βœ… 3-4 lines about experience, skills & achievements
βœ… Mention years of experience & tech stack

Example:
πŸš€ Software Engineer with 4+ years of experience in building scalable backend systems using Node.js, MongoDB & AWS. Reduced API response time by 40% & improved deployment efficiency.

❌ Avoid first-person writing ("I am a developer")

πŸ”Ή Technical Skills (ATS Optimization)
βœ… List relevant programming languages, frameworks, databases, cloud & DevOps tools

Example:

makefile
Copy
Edit
Programming: JavaScript, Python, C++
Frameworks: React, Node.js, Django
Databases: MongoDB, PostgreSQL
Cloud: AWS, Docker, Kubernetes
❌ Avoid listing skills you haven’t worked with

πŸ”Ή Work Experience (Show Impact)
βœ… Use reverse chronological order
βœ… Highlight achievements with numbers

Example:
πŸš€ Backend Developer | XYZ Tech | Jan 2022 - Present

Developed REST APIs using Node.js & Express, reducing response time by 35%

Integrated MongoDB, improving database query efficiency by 40%

Implemented JWT & OAuth authentication systems

❌ Don’t copy-paste job descriptions without impact

πŸ”Ή Projects (Showcase Real Work)
βœ… Mention tech stack & impact
βœ… Add GitHub & Live Demo links

Example:
πŸš€ AI Resume Analyzer | Python, Flask, TensorFlow

Built an AI-powered resume parser that serves 5K+ users per month

Used NLP algorithms to extract skills & experience

GitHub Link: [Insert Link] | Live Demo: [Insert Link]

❌ Don’t list simple projects like a to-do app

πŸ”Ή Education & Certifications
βœ… Degree | University | Year
βœ… Relevant certifications (AWS, Google Cloud, Microsoft)

❌ No need to list high school if you have a degree

πŸ”Ή What to Avoid in Your Resume
❌ Long resumes (Keep it 1 page, max 2 if 5+ years experience)
❌ Fancy formatting & graphics (Use Arial, Calibri, Roboto)
❌ Personal details like photo, age, gender
❌ Grammar mistakes (Use Grammarly)
❌ Fake experience or skills

πŸ”Ή ATS-Friendly Formatting
βœ… Fonts: Arial, Calibri, Roboto (Size 11-12)
βœ… Use job-specific keywords from descriptions
βœ… Avoid tables & graphics (ATS can’t read them)
βœ… Save as PDF

Follow these tips to create a resume that gets noticed! πŸš€

Join @coderslearning for more! βœ…
πŸ‘13
πŸš€ Free Placement Preparation Program!

Learn from IIT Alumni & Industry Experts & get placed in top companies!

βœ… 7,000+ Students Trained
βœ… 450+ Hiring Partners
βœ… Avg. Package: β‚Ή7.2 LPA | Highest: β‚Ή41 LPA

πŸ“Œ Eligibility: Any Graduate

⏳ Only 500 Seats Left!

πŸ“’ Register Now: https://bit.ly/4jqIEbO
πŸ‘3
Free Data Analytics Training with Tools & Certification by HCL! πŸ€–πŸ“Š

Only 357 seats left! 😳

Register now (100% Free)πŸ‘‡
https://link.guvi.in/pythonlearning01956
πŸ‘1
πŸ–₯️ Must-Know VS Code Shortcuts for Faster Coding! πŸš€

Boost your coding speed with these powerful VS Code shortcuts! βŒ¨οΈπŸ’‘

βœ… General
➜ Open Command Palette: Ctrl + Shift + P
➜ Open Settings: Ctrl + ,
➜ Save File: Ctrl + S
➜ Save All Files: Ctrl + K, S

βœ… File & Tab Navigation
➜ Quick Open File: Ctrl + P
➜ Switch Between Open Files: Ctrl + Tab
➜ Close Current Tab: Ctrl + W
➜ Reopen Closed Tab: Ctrl + Shift + T
➜ Split Editor: Ctrl + \

βœ… Code Editing
➜ Copy Line: Ctrl + C
➜ Cut Line: Ctrl + X
➜ Paste Line: Ctrl + V
➜ Duplicate Line: Shift + Alt + ↓ / ↑
➜ Delete Line: Ctrl + Shift + K
➜ Comment/Uncomment Line: Ctrl + /
➜ Format Document: Shift + Alt + F

βœ… Search & Navigation
➜ Find in File: Ctrl + F
➜ Find and Replace: Ctrl + H
➜ Go to Line: Ctrl + G
➜ Go to Definition: F12
➜ Rename Symbol: F2

βœ… Terminal & Debugging
➜ Open Terminal: Ctrl + ~
➜ New Terminal: Ctrl + Shift + ~
➜ Run Current File: Ctrl + F5
➜ Debug: F5
➜ Step Over: F10

⚑ These shortcuts will save you HOURS! Try them now and code like a pro! πŸš€

πŸ‘‰ Join for more coding tips! πŸ”₯
❀9
Game Development Roadmap
|
| |-- Fundamentals
| |-- Introduction to Game Development
| | |-- Types of Games (2D, 3D, Mobile, VR)
| | |-- Game Development Life Cycle
| |-- Game Design Basics
| | |-- Game Mechanics
| | |-- Storytelling in Games
| | |-- User Experience (UX) in Games
|
|-- Game Engines
| |-- Unity
| | |-- Understanding the Interface
| | |-- Scripting with C#
| | |-- Physics and Animation
| |-- Unreal Engine
| | |-- Understanding Blueprints
| | |-- C++ Programming
| |-- Godot
| | |-- Game Scene Development
| | |-- GDScript Basics
|
|-- Game Programming
| |-- Programming Languages
| | |-- C++ (Unreal Engine)
| | |-- C# (Unity)
| | |-- Python (Prototyping and Scripting)
| |-- Game Loop and Event Handling
| | |-- Game State Management
| | |-- Input Handling (Keyboard, Mouse, Touch, etc.)
|
|-- 2D Game Development
| |-- Game Mechanics for 2D
| | |-- Collision Detection
| | |-- Physics Simulation
| | |-- Movement and Animation
| |-- Graphics and Art
| | |-- Sprite Animation
| | |-- Tile-based Level Design
|
|-- 3D Game Development
| |-- 3D Modeling and Animation
| | |-- Using Blender for 3D Assets
| | |-- Rigging and Skinning
| |-- 3D Physics
| | |-- Rigidbody Dynamics
| | |-- Collisions in 3D Space
| |-- Camera Systems
| | |-- First-person and Third-person Cameras
| | |-- Camera Interpolation and Smoothness
|
|-- Game Audio
| |-- Sound Effects
| | |-- Creating and Implementing SFX
| | |-- Audio Design in Games
| |-- Background Music
| | |-- Dynamic Soundtracks
| | |-- Adaptive Music for Game Events
|
|-- Artificial Intelligence in Games
| |-- AI for NPCs
| | |-- Pathfinding (A* Algorithm)
| | |-- State Machines and Behavior Trees
| |-- Procedural Content Generation
| |-- AI for Opponents
| | |-- Combat AI
| | |-- Strategy AI
|
|-- Multiplayer Game Development
| |-- Networking Basics
| | |-- Client-Server Architecture
| | |-- Real-time Multiplayer Games
| |-- Matchmaking and Server Architecture
| | |-- Peer-to-peer Networking
| | |-- Dedicated Servers
|
|-- Game Monetization
| |-- In-App Purchases
| | |-- Virtual Goods and Currency
| | |-- Ad Integration
| |-- Game Distribution
| | |-- Steam, Epic Games Store, and App Stores
| | |-- Publishing and Marketing Strategies
|
|-- Virtual Reality (VR) and Augmented Reality (AR) Development
| |-- VR/AR Basics
| | |-- Oculus Rift and HTC Vive Development
| | |-- Unity/Unreal for VR/AR
| |-- Interaction Design for VR/AR
| | |-- Hand Tracking and Gesture Recognition
| | |-- Immersive Environment Design
|
|-- Game Testing and Debugging
| |-- Quality Assurance (QA)
| | |-- Playtesting and Feedback
| | |-- Bug Tracking and Fixing
| |-- Performance Optimization
| | |-- Reducing Load Times and Memory Usage
| | |-- Frame Rate Optimization
|
|-- Game Publishing and Marketing
| |-- Game Release Strategies
| | |-- Early Access and Beta Testing
| | |-- Launch Planning and Publicity
| |-- Community Engagement
| | |-- Building a Player Community
| | |-- Social Media and Influencer Marketing

React with β™₯️ if you also want free resources on this topic

Join @coderslearning for more! βœ…
❀27
Python Detailed Roadmap πŸš€

πŸ“Œ 1. Basics
β—Ό Data Types & Variables
β—Ό Operators & Expressions
β—Ό Control Flow (if, loops)

πŸ“Œ 2. Functions & Modules
β—Ό Defining Functions
β—Ό Lambda Functions
β—Ό Importing & Creating Modules

πŸ“Œ 3. File Handling
β—Ό Reading & Writing Files
β—Ό Working with CSV & JSON

πŸ“Œ 4. Object-Oriented Programming (OOP)
β—Ό Classes & Objects
β—Ό Inheritance & Polymorphism
β—Ό Encapsulation

πŸ“Œ 5. Exception Handling
β—Ό Try-Except Blocks
β—Ό Custom Exceptions

πŸ“Œ 6. Advanced Python Concepts
β—Ό List & Dictionary Comprehensions
β—Ό Generators & Iterators
β—Ό Decorators

πŸ“Œ 7. Essential Libraries
β—Ό NumPy (Arrays & Computations)
β—Ό Pandas (Data Analysis)
β—Ό Matplotlib & Seaborn (Visualization)

πŸ“Œ 8. Web Development & APIs
β—Ό Web Scraping (BeautifulSoup, Scrapy)
β—Ό API Integration (Requests)
β—Ό Flask & Django (Backend Development)

πŸ“Œ 9. Automation & Scripting
β—Ό Automating Tasks with Python
β—Ό Working with Selenium & PyAutoGUI

πŸ“Œ 10. Data Science & Machine Learning
β—Ό Data Cleaning & Preprocessing
β—Ό Scikit-Learn (ML Algorithms)
β—Ό TensorFlow & PyTorch (Deep Learning)

πŸ“Œ 11. Projects
β—Ό Build Real-World Applications
β—Ό Showcase on GitHub

πŸ“Œ 12. βœ… Apply for Jobs
β—Ό Strengthen Resume & Portfolio
β—Ό Prepare for Technical Interviews

Join @coderslearning for more! βœ…
πŸ‘8