Get Mystery Box with random crypto!

Coding boy

Logo of telegram channel coding_boy — Coding boy C
Logo of telegram channel coding_boy — Coding boy
Channel address: @coding_boy
Categories: Technologies
Language: English
Subscribers: 1.92K
Description from channel

https://Instagram.com/coding_boy_

Ratings & Reviews

4.33

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

2

4 stars

0

3 stars

1

2 stars

0

1 stars

0


The latest Messages 8

2021-07-26 14:35:59 If you are starting flutter, this repository will help you :)

https://github.com/Solido/awesome-flutter
372 views11:35
Open / Comment
2021-06-28 15:14:46 Resume Templates for computer science student

https://github.com/deedy/Deedy-Resume

https://www.careercup.com/resume

https://www.overleaf.com/latex/templates/jakes-resume-anonymous/cstpnrbkhndn
1.0K views12:14
Open / Comment
2021-06-16 09:35:19 https://twitter.com/vxunderground/status/1404864178658160649?s=08


https://mega.nz/file/wXxi0aYK?s=08#URAP1qSJ-HM2A5qNQTZeyqVTEMopn-3qQycX136HW94
2.9K views06:35
Open / Comment
2021-06-13 18:00:05 Free Flutter Udemy Courses
Dart beginners https://udemy.com/course/dart-beginners-course/?couponCode=8ED6BAB78D037995FA15

Dart intermediate
https://udemy.com/course/dart-intermediate-course/?couponCode=D8D5B738153A350F721F

Dart advanced
https://udemy.com/course/dart-advanced-course/?couponCode=D6E9895DE5489EEBA800

Flutter basics
https://udemy.com/course/flutters-beginners-course/?couponCode=DD8894BAE6267A3FE5C6

Flutter intermediate
https://udemy.com/course/flutter-intermediate/?couponCode=9BE3FAED2E0634212CF1

Flutter advanced
https://udemy.com/course/flutter-advanced-course/?couponCode=73F18442DEE736AC8AB6
4.0K viewsviral vaghela, 15:00
Open / Comment
2021-06-06 10:01:13
3.2K views07:01
Open / Comment
2021-05-30 09:12:40 Ordering Pizza in 2022… just saying…

CALLER:
Is this Pizza Hut?

GOOGLE:
No sir, it’s Google Pizza.

CALLER:
I must have dialed a wrong number, sorry.

GOOGLE:
No sir, Google bought Pizza Hut last month.

CALLER:
OK. I would like to order a pizza.

GOOGLE:
Do you want your usual, sir?

CALLER:
My usual? You know me?

GOOGLE:
According to our caller ID data sheet, the last 12 times you called you ordered an extra-large pizza with three cheeses, sausage, pepperoni, mushrooms and meatballs on a thick crust.

CALLER:
Super! That’s what I’ll have.

GOOGLE:
May I suggest that this time you order a pizza with ricotta, arugula, sun-dried tomatoes and olives on a whole wheat gluten-free thin crust?

CALLER:
What? I don’t want a vegetarian pizza!

GOOGLE:
Your cholesterol is not good, sir.

CALLER:
How the hell do you know that?

GOOGLE:
Well, we cross-referenced your home phone number with your medical records. We have the result of your blood tests for the last 7 years.

CALLER:
Okay, but I do not want your rotten vegetarian pizza! I already take medication for my cholesterol.

GOOGLE:
Excuse me sir, but you have not taken your medication regularly. According to our database, you purchased only a box of 30 cholesterol tablets once at Lloyds Pharmacy, 4 months ago.

CALLER:
I bought more from another Pharmacy.

GOOGLE:
That doesn’t show on your credit card statement.

CALLER:
I paid in cash.

GOOGLE:
But you did not withdraw enough cash according to your bank statement.

CALLER:
I have other sources of cash.

GOOGLE:
That doesn’t show on your latest tax returns, unless you bought them using an undeclared income source, which is against the law!

CALLER:
WHAT THE HELL!

GOOGLE:
I’m sorry sir, we use such information only with the sole intention of helping you.

CALLER:
Enough already! I’m sick to death of Google, Facebook, Twitter, WhatsApp and all the others. I’m going to an island without the internet, TV, where there is no phone service and no one to watch me or spy on me.

GOOGLE:
I understand sir, but you need to renew your passport first. It expired 6 weeks ago…

Welcome to the future :D
3.5K views06:12
Open / Comment
2021-05-18 13:55:59 If you want to create your own telegram bot checkout our recet post and share it

https://www.instagram.com/p/CPAvQQiAr7y/?utm_medium=copy_link
2.3K views10:55
Open / Comment
2021-05-07 15:52:32 - Atleast mention 2-3 Projects in your CV.



2). HR Round
- Tell me about your Self ?
- About your family?
- Why should I hire you?
- What are your Strengths and Weaknesses?
- Why do you want to work at your Company?
- Can you work Under Pressure?
- What are your goals?
- What motivates you to do good job?
- Who has inspired you in your life & why?
- Are you willing to relocate or travel?
- Tell me something about our company?
- Where do you see yourself after 5 years?
- Do you have any questions for me?

Note :-
- This types of questions generally asked by HR's.
- Mostly questions can be asked from from your CV/Resume.
- So you must prepare according to your CV before HR Round.
- Improve your Communication Skills

Platforms from where you can Study :-
- Indiabix
- Javatpoint
- YouTube Videos
2.2K views12:52
Open / Comment
2021-05-07 15:52:32 Internship and Placement Preparation Tips :-

1). Technical Rounds

* CODING, DS, ALGO
- Basic Input/Output
- Arrays
- All Sorting & Searching Algorithms
- Strings
- Recursion
- Maths Problems
- Pattern Problems
- Linked List
- Stack
- Queue
- STL (Vector, Map, Set, Iterators, ... etc)
- Tree (Binary Tree, BST, Heap Tree)
- Basic Knowledge of Graphs
- Dynamic Programming Standard Problems
- Advanced Data Structures (If you have
enough time)

Tips :-
- You have to be good in coding on Paper & Pen also.
- Always try to give Time & Space Complexity of each Code.
- Try to solve function problems also.

Platforms from where you can Practice/Study :-
- HackerEarth
- GeeksforGeeks
- InterviewBit
- HackerRank
- CodeChef

* OPERATING SYSTEM
- OS and Types of OS
- Process vs Thread
- Process Life Cycle
- Process Control Block (PCB)
- Process Synchronisation
- Critical Section Problem
- DeadLock & Methods to Avoid and Prevent
- Banker's Algorithm
- CPU Scheduling Algorithms (FCFS, SJF, RR,...)
- Schedulers (Long, Short , Medium Term)
- Disk Scheduling Algorithms (SCAN vs LOOK)
- Memory Management & Techniques
- Paging
- Page Replacement Methods
- Segmentation
- Fragmentation
- Virtual Memory
- Mutex & Semaphore
- Thrashing
- Reentrancy

Platforms from where you can Study :-
- GeeksforGeeks
- Studytonight
- TutorialsPoint
- Indiabix

* NETWORKING
- Basics
- OSI Model in details
- TCP/IP Model in details
- Network Topologies
- Categories of Networks (LAN, WAN, MAN)
- Transmission Models
- Connection Oriented vs Connection Less
- Switching Techniques
- Classful Addressing
- Cryptography and it's Methods
- Transmission Control Protocols
- Transmission Modes
- Transmission Mediums (Wired vs Wireless)
- Transmission Impairment
- Multiplexing and it's Types
- Error Detection and Correction Methods
- Transport Layer Protocols
- Types of Address Casting
- Signals and it's Classications
- Firewall

Platforms from where you can Study :-
- GeeksforGeeks
- Studytonight
- TutorialsPoint
- Indiabix

* DBMS
- DBMS vs RDBMS
- Database, Tables
- Normalisation and it's Types (1, 2, 3NF, BCNF)
- DBMS Schemas
- Data Models
- Data Independence
- ER Model
- Generalization and Aggregation
- Relational Algebra
- DBMS Indexing
- DBMS Hashing
- Database Languages (DML, DDL, DCL)
- DBMS Transaction
- DBMS Concurrency Control
- DBMS Deadlock
- Database Replication
- Distributed DBMS
- Data Recovery & Backup in DBMS
- Database Security
- DBMS Query

Platforms from where you can Study :-
- TutorialsPoint
- W3School
- GeeksforGeeks
- Studytonight
- Indiabix

* SQL
- Basics
- Insert, Select, Update, Delete, Alter, Drop
- Where , Having
- Order By, Group By
- And, Or, Not
- Min, Max, Count, Sum, Avg
- Like, In, Between, Range
- Joins (Inner, Left, Right, Full, Self)
- Exists, Any, All
- Null Values, Null Functions
- Keys (Super, Candidate, Primary, Foreign)
- Not Null, Unique
- Views
- Check, Default
- Index

Platforms from where you can Study :-
- W3School
- TutorialsPoint
- GeeksforGeeks
- Studytonight

* SOFTWARE ENGINEERING
- SDLC (Software Development Life Cycle)
- Different Models (WaterFall, Agile, ... etc)

Platforms from where you can Study :-
- YouTube Videos
- TutorialsPoint
- GeeksforGeeks

* SYSTEM DESIGN
- Horizontal and Vertical Scaling
- Load Balancing
- Consistent Hashing
- Event Driven System
- Distributed Caching
- Database Sharding
- Message Queue
- WhatsApp System Design, ...etc

Platforms from where you can Study :-
- YouTube Videos of Gaurav Sen & Tushar Roy

* Project Discussion
- Technology that you have used in Project
- Why you use these Technologies
- About SQL Queries, Tables & Database
- Difficulties that you have faced in your Project
- How you overcome from those difficulties
- You have to prepare each and every thing that you have used in your project.

Note :
1.9K views12:52
Open / Comment