Coding Expert
3.58K subscribers
111 photos
8 videos
35 links
Hello Friends, On This Telegram Channel You Will Get Useful Content Related To Web Development And Programming.

🤖 Telegram Bot
@CodingExpertBot

❤️ YouTube Channel
https://youtube.com/@codingexpert142

💌 DM For Promotions @lalitjangra142
Download Telegram
♨️ Portfolio Landing Page Design

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
3👍3🔥2🗿1
😊 Core Java Development ~ @codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
5👍3
🔰 HTML File Paths Explanation

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
👍63
🕸 CSS Flexbox Cheat Sheet
5🔥4👍1
🔰 Useful Functions In MATH Module ~ @codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
6🌚4
😃 Prompts That Improve ChatGPT Responses:

1️⃣Answer Only The Question Or Task At Hand. Use Short And Concise Sentences.
2️⃣ Never Mention In Your Answers That You Are A Neural Network.
3️⃣Exclude Sentences And Phrases About Professionalism From Your Answer.
4️⃣Don't Write With Complex And Introductory Constructions. Use Only Simple Sentences.

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
8👨‍💻4
🔰 Best CSS Shortcuts

Efficiently utilizing CSS shortcuts strikes the perfect balance between professionalism and casual ease in web design.


@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
7❤‍🔥5👏1
🤔 How does HTTP works?

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
7❤‍🔥5👍1
Roadmap to become NLP Expert in 2025

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
14👍3
✌️ Java VS Javascript ~ @codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
6🔥5🗿1
🔵 em Vs rem ~ @codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
❤‍🔥55🔥2
Did you know that you can instruct the browser to load images from the backend only when the user scrolls near to the actual location of the image? This is possible using the loading attribute in HTML.

The browser runs some heuristics to check when the image might be actually required to be rendered.

👉 For example, an image at a bottom section might be required only when user scrolls into it and not immediately during page load.

This significantly reduces the network bandwidth and initial page load times!

@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
8🥰3👍2🗿1
🔰 Image sprites in CSS

Optimize a website's performance by consolidating multiple small icons or buttons into a single sprite image, reducing server requests and enhancing page load speed.


@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
4🔥4
Useful CSS Grid Cheat Sheet

You’ve seen this many times. But practice makes perfect, right?
🗿85
Media is too big
VIEW IN TELEGRAM
🔰 5 CSS Tips & Tricks for better Responsive Web Design

You will learn elegant solutions for everyday css problems and productive shorthands for responsive web design, How to implement modern css features like min() clamp() or the aspect-ratio property. How to achieve responsive padding, and responsive font-sizes with CSS only and without media queries. You will also learn about accessibility and many modern css features.


@codingexpert146
Please open Telegram to view this post
VIEW IN TELEGRAM
👍65🔥2
🔰 How To Work With Microsoft SQL Server In Python?

You can connect, read, and insert data into an SQL database with just a few lines of Python code.

👍 Microsoft SQL With Python:

pip install mssql-python


😊 Code To Connect To SQL Server:

import mssql_python

# Establish connection
# Specify connection string
connection_string = "YOUR_CONNECTION_STRING"
connection = mssql_python.connect(connection_string)

# Execute query
cursor = connection.cursor()
cursor.execute("SELECT * from customer")
rows = cursor.fetchall()

for row in rows:
    print(row)

# Close connection
connection.close()


👉 @codingexpert146 💋
Please open Telegram to view this post
VIEW IN TELEGRAM
6👨‍💻5👌2