Konark Sharma (@konark_2001) 's Twitter Profile
Konark Sharma

@konark_2001

Software Engineer | Full Stack Development | MERN | NextJs | Typescript | Python | OpenAI | BuildInPublic | Open Source | #100DaysOfCode

ID: 1618577385758298113

linkhttps://konarksharma.vercel.app/ calendar_today26-01-2023 11:51:54

2,2K Tweet

630 Followers

183 Following

Arindam Majumder ๐• (@arindam_1729) 's Twitter Profile Photo

By creating content out of your learnings, we can achieve many things: - You revise the concept while drafting. - Teach the community. - Credibility. - It helps you to stand Out from the Crowd - Builds Personal Brand - Builds Network with like-minded People!

Pratham (@prathkum) 's Twitter Profile Photo

I have been doing this a lot lately and 99% of the time this works for me: โ€ข Paste code snippet to ChatGPT โ€ข Explain the bug โ€ข Ask it to resolve the bug

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Concise way to avoid multiple props in React components Common way: <๐˜œ๐˜ด๐˜ฆ๐˜ณ ๐˜ช๐˜ฅ={๐˜ฅ๐˜ข๐˜ต๐˜ข.๐˜ช๐˜ฅ} ๐˜ฏ๐˜ข๐˜ฎ๐˜ฆ={๐˜ฅ๐˜ข๐˜ต๐˜ข.๐˜ฏ๐˜ข๐˜ฎ๐˜ฆ} ๐˜ฃ๐˜ช๐˜ฐ={๐˜ฅ๐˜ข๐˜ต๐˜ข.๐˜ฃ๐˜ช๐˜ฐ} ๐˜ข๐˜จ๐˜ฆ={๐˜ฅ๐˜ข๐˜ต๐˜ข.๐˜ข๐˜จ๐˜ฆ} ๐˜ข๐˜ท๐˜ข๐˜ต๐˜ข๐˜ณ={๐˜ฅ๐˜ข๐˜ต๐˜ข.๐˜ข๐˜ท๐˜ข๐˜ต๐˜ข๐˜ณ} /> Concise way: <๐˜œ๐˜ด๐˜ฆ๐˜ณ {...๐˜ฅ๐˜ข๐˜ต๐˜ข} />

Konark Sharma (@konark_2001) 's Twitter Profile Photo

5 Cheatsheets to save you 10s of hours of revisions - Design Patterns: lnkd.in/gScSBy4n - Bash: devhints.io/bash - Python: quickref.me/python.html - SQL: lnkd.in/gGu3QyX5 - Git: lnkd.in/gF3T-hvH

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Redis Serialization Protocol (RESP) For Communication: - SET name John` sent as \r\n$3\r\nSET\r\n$4\r\nname\r\n$4\r\nJohn\r\n -Server responds: `+OK\r\n` for success - `GET name` sent as *2\r\n$3\r\nGET\r\n$4\r\nname\r\n - Server responds with the value: $4\r\nJohn\r\n

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Why Developers Love Next.js: - Smooth backend integration - Effortless Vercel deployment - Server-side vs. client-side rendering - Built on React - Active community support - Variety of templates to start with

Konark Sharma (@konark_2001) 's Twitter Profile Photo

How to load your websites at lightning speed? - Compress files to reduce data size - Preload critical assets for faster access - Remove unused code with tree shaking - Use dynamic imports for faster load - Optimize images and media files - Minimize HTTP requests and use caching

Arindam Majumder ๐• (@arindam_1729) 's Twitter Profile Photo

If your website is slow and you're not sure why? Here are some techniques you can use to speed it up: - Reduce image sizes - Minify CSS & JavaScript files - Use server caching & browser caching - Leverage browser pre-fetching You can do wonders with the right tools!

Arindam Majumder ๐• (@arindam_1729) 's Twitter Profile Photo

Beginner in JavaScript? Must Learn these Topics: - Variables: var/let/const - Operators - Syntax - Arrays - Data Types - Conditionals Statements - Loops - Objects & Classes - Functions & Scope - Arrow Functions - JSON data - DOM - Async/Await - Events

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Fastest way to grow in your software engineering career: โ€ข Get code out fast - Shorter feedback loop and more impact โ€ข Learn the โ€œwhyโ€ - Learn the impact of your work to find work that matters most โ€ข Welcome feedback - Seek out feedback, address it, and repeat

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Your React app is slow? Hereโ€™s how to fix it: - Analyze your bundle & Trim large components - Use smaller libraries - Add lazy loading & Split your code - Enable tree shaking - Minify and compress

Your React app is slow? Hereโ€™s how to fix it:

- Analyze your bundle &amp; Trim large components

- Use smaller libraries

- Add lazy loading &amp; Split your code

- Enable tree shaking

- Minify and compress
Arindam Majumder ๐• (@arindam_1729) 's Twitter Profile Photo

5 simple steps to improve your coding skills. 1๏ธโƒฃ Read docs ๐Ÿ“ƒ 2๏ธโƒฃ Write code ๐Ÿ‘จโ€๐Ÿ’ป 3๏ธโƒฃ Take note โœ๏ธ 4๏ธโƒฃ Look for feedback ๐Ÿ”„ 5๏ธโƒฃ Refactor your code ๐Ÿ“ˆ

Konark Sharma (@konark_2001) 's Twitter Profile Photo

Key Performance Indicators for APIs -Performance: Track latency & error rates to improve reliability -Efficiency: Measure adoption & usage for smoother developer workflows -Business Impact: Align APIs with growth cost savings & revenue goals -Optimization: To drive improvements

Key Performance Indicators for APIs

-Performance: Track latency &amp; error rates to improve reliability
-Efficiency: Measure adoption &amp; usage for smoother developer workflows
-Business Impact: Align APIs with growth cost savings &amp; revenue goals
-Optimization:  To drive improvements