Coding Stack AI ๐Ÿค–
14.5K subscribers
152 photos
49 videos
161 files
277 links
Coding Stack

๐ŸŒ€ Learn Coding from scratches

โœ๏ธ Unique Contentsโœ๏ธ

๐Ÿง‘โ€๐Ÿ’ป Free PDF & Notes to learn everything ๐Ÿค“

๐Ÿ“Admin :

๐Ÿ”ธLinkedIn (150k+) : https://www.linkedin.com/in/tulsisoni

๐Ÿ”ธTwitter (20k+) : https://twitter.com/shedntcare_
Download Telegram
Congratulations to each one of you it's โœ…

Siiiiiixxxxxx Thooooussaaaand ๐ŸŽ‰

Let's do it 10k soooonest ๐Ÿ’ธ๐Ÿ˜Š
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2๐Ÿ‘2๐Ÿ‘2๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ˜1
Stage 1 โ€“ HTML
Stage 2 โ€“ CSS (Grid, Flex)
Stage 3 - Git, GitHub
Stage 4 โ€“ JavaScript, DOM
Stage 5 โ€“ React Vue JS Svetle || Angular
Stage 6 โ€“ API
Stage 7 โ€“ NodeJS Python PHP
Stage 8 โ€“ MongoDB || MySQL
Stage 9 โ€“ Build projects between each


๐Ÿ† โ€“ Full Stack developer โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘18โค5๐Ÿ˜ฑ3๐Ÿคฉ2๐Ÿ‘Ž1๐Ÿฅฐ1
Website Testing Checklist -1-..pdf
866.9 KB
Website Testing Checklist โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿคฉ2โค1๐Ÿ‘1๐Ÿ”ฅ1๐Ÿฅฐ1
CS Fundamental Interview Questions_.pdf
1.1 MB
CS FUNDAMENTALS INTERVIEW QUESTIONS โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ™2โค1๐Ÿ‘1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ‘1๐Ÿ˜1
Websites to practice frontend skills:

1. Frontend Mentor
frontendmentor.io

2. Codewars
codewars.com

3. Codewell
codewell.cc

4. JavaScript30
javascript30.com

5. Coderbyte
coderbyte.com

6. CSS Battle
cssbattle.dev

7. FreeCodeCamp
freecodecamp.org/learn/

8. Frontend Practice
frontendpractice.com

9. CodePen Challenges
codepen.io/challenges/?re

10. Dev Challenges
devchallenges.io
๐Ÿ‘7โค2๐Ÿ”ฅ2๐Ÿ•Š1๐Ÿณ1
142. Program to concatenate two strings using pointer.

#include <stdio.h>

void concatenator(char *str, char *substr) {

while (*str)
str++;

while (*substr) {
*str = *substr;
substr++;
str++;
}

*str = '\0';
}

int main() {

char str[100], substr[100];

printf("Enter the source string : ");
gets(str);

printf("\nEnter string to concatenate : ");
gets(substr);

concatenator(str, substr);

printf("String after concatenation is \"%s\"\n", str);

return 0;
}
telegram.me/Codingstack
๐Ÿ‘5โค3๐ŸŽ‰2๐Ÿคฉ2๐Ÿ˜ฑ1
No Sql .pdf
27.6 MB
No SQL โœ…
Handwritten Notes ๐Ÿ“น
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘7๐Ÿ”ฅ3๐ŸŽ‰2โค1๐Ÿฅฐ1๐Ÿณ1
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘2๐Ÿ‘Œ2โค1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ˜ฑ1
Python CheatSheet _.pdf
3 MB
Python Cheatsheet โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘2๐Ÿ”ฅ2๐Ÿ‘2๐Ÿคฉ2โค1๐ŸŽ‰1๐Ÿ™1
Our friends at Kombai, an AI startup โœ… are in a tight race for the global #1 spot on Producthunt today. Please support ๐Ÿ”ผ this ๐Ÿ‡ฎ๐Ÿ‡ณ team! - https://www.producthunt.com/posts/kombai
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘8โค2๐Ÿคก2๐Ÿ”ฅ1๐Ÿ‘1๐Ÿคฉ1๐Ÿ•Š1
API Testing -1.pdf
1.4 MB
API Testing Important Notes
โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘2๐Ÿณ2๐Ÿ”ฅ1๐Ÿคฏ1๐Ÿ‘Œ1๐Ÿ•Š1
Hosting providers *for FREE โœ…

1. Github Pages
2. Vercel - vercel .com
3. Netlify - netlify .com
4. Render - render .com
5. Surge - surge .sh
6. Fleek - fleek .co
7. Heroku - heroku .com
8. Firebase - firebase .com
9. Vercel - vercel .com

Save it โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘14โค3๐Ÿ‘2๐Ÿ”ฅ1๐Ÿ˜ฑ1๐ŸŽ‰1
Channel name was changed to ยซCoding Stack AI ๐Ÿค–ยป
Remote job is the best way to work.

Here are 10 websites that offer remote jobs paying in USD.

โžฃnodesk
โžฃRemotive
โžฃRemotely
โžฃPangian
โžฃWellfound
โžฃJustRemote
โžฃJS Remotely
โžฃRemote4me
โžฃWe Work Remotely
โžฃWahJobQueen
๐Ÿ‘9๐ŸŽ‰2โค1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ‘1๐Ÿ•Š1
Big Data _Interview_questtions_.pdf
1.5 MB
Big Data Interview Questions โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿฅฐ2๐Ÿ”ฅ1
๐Ÿ‘จโ€๐Ÿ’ป HTML - for skeleton

๐ŸŽจ CSS - for beauty

๐Ÿ”ฎ Javascript - for interactivity

๐Ÿงฐ React/VueJs/Svelte/Angular - functionality

๐Ÿ”Œ API - for accessing data

๐Ÿ’พ Database - for data storage

๐Ÿ‘ฅ Git/GitHub - for teamwork

๐Ÿ–ฅ๏ธ NodeJs/Python/PHP/Go for backend

๐Ÿ”ง VSCode - for coding

๐Ÿค– ChatGPT + AI - for productivity
๐Ÿ‘8๐Ÿ‘5โค2๐Ÿ”ฅ2๐Ÿฅฐ2๐Ÿ˜ฑ1๐ŸŒš1
Get Job Ready with Great Learning Academy! โœ…

๐Ÿ”น Explore over 1000+ Free Courses across various domains
๐Ÿ”น Learn skills like DSA, Data Science, ChatGPT, AI and more
๐Ÿ”น Get Free Lifetime Access to all course materials.
๐Ÿ”น Earn a Completion Certificate and share on LinkedIn

Join 1 Crore+ learners to build your dream career now!

Start for Free: https://bit.ly/3OD9T54
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ‘3๐Ÿ”ฅ2๐ŸŽ‰2๐Ÿ‘1
Please open Telegram to view this post
VIEW IN TELEGRAM
โค5๐Ÿ‘Œ2๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ•Š1
15 Free Websites For Downloading Videos/Clips โœ…

1. Videvo: videvo.net
2. Pexels Videos: videos.pexels.com
3. Coverr: coverr.co
4. Life of Vids: lifeofvids.com
5. Mazwai: mazwai.com
6. Vidlery: vidlery.com
7. Distill: distill.io
8. Vidsplay: vidsplay.com
9. Stock Footage 4 Free: stockfootage4free.com
10. Motion Elements: motionelements.com
11. SplitShire: splitshire.com
12. Videezy: videezy.com
13. Videoblocks: videoblocks.com
14. Mixkit: mixkit.co
15. Free Stock Video by XStockVideo: xstockvideo.com

Bookmark it for instant use
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘6โค5๐Ÿฅฐ2๐Ÿ”ฅ1๐Ÿ‘1๐ŸŽ‰1
c++ STL notes.pdf
10.8 MB
c++ STL notes. โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ3โค1๐Ÿฅฐ1๐Ÿ•Š1๐Ÿณ1
Roadmap to land a Front-end role in 2023 โœ…

1. Learn HTML and CSS

2. Build 3-5 static websites

3. Learn basic JavaScript

4. Learn a framework (React/Vue)

5. Build 3-5 apps in a framework

6. Put your projects in the portfolio

7. Start applying for jobs ๐Ÿ‘โœจ๐Ÿ’ฏ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค10๐Ÿ‘6๐ŸŽ‰3๐Ÿ”ฅ2๐Ÿคฏ2๐Ÿฅฐ1๐Ÿ‘1๐Ÿ˜1๐Ÿ•Š1