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
๐Ÿ“Best YouTube channels for Data Analytics โœ…

โฏ Analytics ToolsโžŸAlex The Analyst
โฏ CareerโžŸLuke Barousse
โฏ Sports AnalyticsโžŸKen Jee
โฏ AI ToolsโžŸRecall by Dataiku
โฏ Learning & CareerโžŸTina Huang
โฏ Free Courses โžŸfreeCodeCamp org
โฏ Visualisation Tools โžŸGuy in a Cube
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘5โค3๐Ÿ‘2๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ˜ฑ1
๐Ÿ“Master CSS for Free โœ…

๐ŸŒ Website: css-tricks.com
๐Ÿ•น Practice: cssbattle.dev
๐Ÿ“š Documentation: web.dev/learn/css
๐Ÿ“ Blog: css-irl.info
๐Ÿ“ฐ Newsletter: css-weekly.com
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4๐ŸŽ‰2๐Ÿ‘Œ2โค1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ•Š1
SQL Solved Questions..pdf
1.7 MB
Important SQL Solved QUERIES โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐Ÿ‘3๐Ÿ”ฅ1๐Ÿฅฐ1๐ŸŽ‰1๐Ÿ™1
60 Toughest Interview Questions ๐Ÿ“•.pdf
4.4 MB
60Toughest Interview Questions โœ…

Part - 1
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘3โค1๐Ÿ”ฅ1๐Ÿ˜1๐Ÿ˜ฑ1๐ŸŽ‰1๐Ÿ™1
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘2โค1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ‘1๐Ÿ˜ฑ1๐Ÿคฉ1
Premium WhatsApp Group for Job Opportunity & Coding Resources โœ…

https://chat.whatsapp.com/HrcXO1t31GHICQa1q61ho6
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4โค1๐Ÿ”ฅ1๐Ÿฅฐ1๐Ÿ‘1๐Ÿคฉ1
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