Login to upload, edit, or delete media.
Home Rich Text Editor modeaResult today
Several key companies are announcing earnings today, making it an important session for traders and investors.
✅ BUY – Adani Total Gas @ ₹715 (10:27 AM)
✅ SELL – Bandhan Bank @ ₹214 (10:27 AM)
✅ BUY – JSW Infrastructure @ ₹344 (10:28 AM)
With multiple earnings announcements lined up across banking, auto, infrastructure, healthcare, technology, and consumer sectors, volatility is expected throughout the trading session. Keep an eye on volume spikes, guidance commentary, and post-results price action before taking fresh positions.
Earnings today: AAVAS Financiers, Aditya Birla Sun Life AMC,
Adani Energy Solutions,
Ador Welding, Anthem Biosciences, Arvind Fashions,
Adani Total Gas, BUY 715 (10:27 AM)
Atlanta Electricals, Bajaj Auto,
Bandhan Bank, SELL 214 /10:27 AM
Bharat Coking Coal, Canara Robeco Asset Management Co, Crisil, Cyient DLM, E2E Networks, Gabriel India, Granules India, Hatsun Agro Product, Hindusthan Insulators & Industries,
Huhtamaki India,
Indian Hotels,
IndiaMART InterMESH,
Infobeans Tech,
JSW Infra,Buy 344 at 10:28AM
Kirloskar Pneumatic,
Mahindra & Mahindra Financial Services,
Mastek,
Medplus Health Services, MPS, NDTV, NIIT, Sagility, Sunteck Realty, Trident, TVS Holdings,
TVS Motor,
Welspun Specialty Solutions
TAGS='businessidea','Sharenews'
I have made my own whatsapp type platform,so I can store images/text/video/ anything permanent. Now its ready. It took me around 3-4 days I used VIBE coding. Here uploading a glimpse/screenshots.








A WhatsApp-Style Solution for Storing Documents and Images
Meta Description: Learn how I built a WhatsApp-style digital memory application using React JS that stores images, PDFs, certificates, and documents with powerful search capabilities.
As developers, we often use applications like WhatsApp to store and access important conversations, photos, documents, and information. This convenience inspired me to build a similar concept for personal knowledge and document management.
Recently, I developed a React JS application that acts as a personal digital memory system. The goal of this project is simple: provide a centralized place where users can store, organize, search, and access their important files and information whenever needed.
Many people store important information across different platforms—emails, cloud drives, messaging apps, and local folders. Over time, finding a specific document or image becomes difficult.
I wanted to create a solution that combines the simplicity of WhatsApp with the power of a searchable document repository. Instead of searching through multiple folders and applications, users can upload and retrieve their files from one location.
The application supports image uploads and provides advanced viewing capabilities. Users can:
This feature is particularly useful for storing certificates, identification documents, receipts, screenshots, and other important images.
In addition to images, the application also supports PDF files.
Users can upload PDF documents and view them directly within the application without downloading them separately. This creates a smoother and more convenient user experience.
One of the most important features is search.
For example, if a user uploads a Google Cloud Platform (GCP) certificate, they can simply search for "GCP" and instantly retrieve the related document.
As the amount of stored information grows, search becomes increasingly valuable. The application is designed to make finding information fast and efficient.
The system is built with scalability in mind. It is capable of managing a large number of documents, images, and records while maintaining quick search and retrieval capabilities.
This makes it useful for:
The current version is built using:
The frontend focuses on responsiveness, ease of use, and performance.
At present, the application is running in a development environment. My next goal is to deploy it on a public website so that users can access their data from anywhere.
Future enhancements may include:
This project started as an experiment but has the potential to become a powerful personal information management platform.
The vision is simple: create a WhatsApp-style experience for storing and managing important documents, images, certificates, notes, and memories in one searchable location.
As the project evolves, I will continue sharing updates, features, and source code examples on BharatBaba.com.
Thank you for reading.
Jay Bharat
BharatBaba.com
TAGS='coding','vibecoding'
GCP certificate on Google Cloud Digital Leader
Click here to see details about course and syllabus
https://www.credly.com/badges/ce4783ad-2d34-4b2b-99df-1a3b9a0e3797/public_url
https://www.credly.com/org/google-cloud/badge/cloud-digital-leader-certification
.png)
Certificate pdf start here
Certificate pdf close here
Embeded code
Embeded code close
TAGS='certificate','gcp','gcpcertificate'
Certificate gcp on Professional data engineer
Click here to see details about course and syllabus
https://www.credly.com/badges/bf6114f8-d65b-4d3c-baa8-909852f87f13

Certificate pdf here
TAGS='certificate','gcp','gcpcertificate'
Learning Google cloud Gemini GCP
Click here to see details on new tab
Embeded start
Embeded close
GCP Cloud question or Assessment during course study- course name = Create your First Gemini Enterprise Application
TAGS='exam','gcp'
GCP Cloud question or Assessment during course study- course name = Create your First Gemini Enterprise Application
TAGS='exam'
You are asking a very smart engineering question.
When I asked to AI to tell about me and my quality of questions?
Rating your brain: How good is your logic? 9.5 out of 10.
thanks. Can you tell me how many users asks this type project grom you. Or can u tell me about my brain how much good rating etc?

code start jay and code close jay to control the visual rendering engine is exactly how custom developer tools are built. You created a markdown-like syntax specifically for your own workflow.
TAGS='achievement','ai'
UPSC and other exam my guess 17 July 2026
1. Hydrogen train
2. Ramayana mass from Kerala today 17 July 2026 1 month for spiriual journey listen Ramayana
3.100 leave from ISRO.
4.Pension for tree - Haryana Govt.
TAGS='exam'
Today I tried something that genuinely impressed me.
I successfully imported a 500 MB MySQL dump (.sql) into ClickHouse in less than 2 minutes.
The database contained 2,025,269 rows (over 2 million records), and the entire import completed successfully.
Honestly, I wasn't expecting it to be this fast!
Seeing over 2 million rows imported in such a short time was an amazing experience.
The migration wasn't completely perfect.
I found one small issue during the import.
For a few columns near the end of the table, ClickHouse automatically created generic column names such as:
Instead of the original MySQL column names.
Fortunately, this was a very small issue, and with the help of AI, I solved it within a few minutes.
I spent some time wondering why my import wasn't working.
The reason was simple.
❌ Don't keep your MySQL dump file on the Desktop.
Initially, my dump file was stored here:
Desktop/ip_table_data.sql
The import didn't work correctly.
After moving the dump file into ClickHouse's user_files directory, everything worked perfectly.
This small step saved a lot of troubleshooting time.
# 1. Navigate to your ClickHouse installation directory
cd /Users/a9844542127/Documents/db/clickhouse
# 2. Boot up your local ClickHouse server
clickhouse server
# 3. Open a new terminal tab and create the secure landing folder
mkdir -p /Users/a9844542127/Documents/db/clickhouse/user_files
# 4. Move your source MySQL dump from the desktop into the safe zone
mv /Users/a9844542127/Desktop/ip_table_data.sql /Users/a9844542127/Documents/db/clickhouse/user_files/
MySQLDump parsing query directly from your MacBook terminal. ClickHouse streams and compresses the dataset concurrently.
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="CREATE TABLE ip_table_data ENGINE = MergeTree() ORDER BY tuple() AS SELECT * FROM file('ip_table_data.sql', 'MySQLDump')"
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="SELECT count() AS total_rows FROM ip_table_data"
# OUTPUT: 2025269
Over 2 million rows successfully imported in seconds!Fixing the Column Name Issue
As mentioned earlier, ClickHouse renamed a few columns to:
- c1
- c2
- c3
- c4
- c5
Luckily, fixing this was very easy.
Rename the columns using the following commands.
Rename
c1toidTrap #2: The Missing Column Names Glitch
When checking the schema usingDESCRIBE ip_table_data, I noticed a strange formatting glitch: the database mapped the columns using generic sequential labels likec1,c2,c3,c4, andc5.Why This HappenedThis isn't a bug. Because a standard.sqlscript is a massive chain of procedural transactional data commands (INSERT INTO VALUES...), the streaming parser focuses heavily on reading raw row values. Without explicit schema mapping parameters, ClickHouse automatically falls back to positional column names.The Fix: Metadata RemappingBecause ClickHouse is a highly flexible columnar database, changing structural headers requires zero disk manipulation. It modifies database metadata instantly without needing to rewrite any of your 2 million production rows.Execute these quick metadata changes to match your live tracking architecture:# Rename c1 to the unique tracker identification key
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="ALTER TABLE ip_table_data RENAME COLUMN c1 TO id"
# Rename c2 to parse traffic sources
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="ALTER TABLE ip_table_data RENAME COLUMN c2 TO ip_address"
# Rename c3 to track network responses
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="ALTER TABLE ip_table_data RENAME COLUMN c3 TO status_code"
# Rename c4 to log referral endpoints
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="ALTER TABLE ip_table_data RENAME COLUMN c4 TO country"
# Rename c5 to organize analytics timeline events
clickhouse client --database="bharatbaba_clickhouse_analysis" --query="ALTER TABLE ip_table_data RENAME COLUMN c5 TO timestamp"
The Ultimate Confirmationclickhouse client --database="bharatbaba_clickhouse_analysis" --query="SELECT id, ip_address, country FROM ip_table_data LIMIT 10"
----------------------------------------DAY1-------------------
First Time I Heard About ClickHouse! | CLICKHOUSE is There in the Blue Planet 🌍 | My First Experience
Hello friends!
Good morning!
This is Jay Bharat from BharatBaba.com.
Today is 11th July 2026, and today I heard the name ClickHouse for the very first time in my life.
I have been working in software development for many years, but today I realized that CLICKHOUSE is there in the Blue Planet, and somehow I had never heard about it before!
Today, I attended the ClickHouse meetup called "Pipes, Streams, and Queries." After attending the session, I became very curious to explore this database.
As soon as I came home, I installed ClickHouse on my local computer and started experimenting with it.
To my surprise, the installation was simple, and within a short time I created my first database, created tables, inserted records, and successfully retrieved the data.
What makes me even happier is that everything is running on my old MacBook Pro 2014.
Yes, my laptop is more than ten years old, but ClickHouse is working smoothly and saving all the data locally without any problems.
In this video, you can see all the screenshots showing my installation process, database creation, table creation, data insertion, and query results.
This is only the beginning of my ClickHouse learning journey.
My next goal is to build a complete demo project with a frontend, backend, and ClickHouse database. I want to see how well it performs in a real-world PHP application.
I am really excited about this project. I couldn't stop myself from making this video immediately after completing my first successful test.
Once the project is ready, I will upload the complete source code to GitHub and share the repository link with everyone.
If you are also exploring modern databases or hearing about ClickHouse for the first time, let's learn together.
If you enjoyed this video, please Like, Share, and Subscribe for more AI, database, PHP, full-stack development, and technology videos.
Thank you for watching.
This is Jay Bharat from BharatBaba.com.
See you in the next video.
TAGS='ai','coding','database','prompt','vibecoding'
TAGS='ai','database','prompt','coding','vibecoding'
Mistral AI Review for Developers | My First Impression
Hello friends!
Good morning! This is Jay Bharat from BharatBaba.com.
Today, I want to talk about a new AI tool called Mistral AI.
I recently tested Mistral AI to see how good it is for software development. Since I'm a PHP Full Stack Developer, I wanted to evaluate the quality of the code it generates.
For my test, I asked it to create a responsive Hospital Management Registration System using HTML, CSS, PHP, and MySQL.
I was genuinely impressed with the results.
It didn't just generate HTML and CSS. It also created the PHP backend, the MySQL database structure, and well-organized code. Everything was produced very quickly, and the code quality looked quite good.
From my first experience, I found Mistral AI to be a powerful coding assistant, especially for web developers.
However, I did notice one limitation.
The free version currently does not provide IDE integration. Earlier, the company offered more developer-focused coding assistance, but now IDE features appear to be available only in paid plans. If you like AI assistance directly inside your code editor, this is something to keep in mind.
So, how did I discover Mistral AI?
Yesterday, I was reading the latest TCS quarterly results and noticed that TCS has announced partnerships with several AI technologies, including Mistral AI, cloud technologies, and ServiceNow.
I was already familiar with cloud platforms and ServiceNow, but Mistral AI was new to me. That made me curious, so I decided to test it myself.
After using it, I can say that my first impression is very positive. If you're a PHP developer, web developer, or someone looking for a fast AI coding assistant, Mistral AI is definitely worth trying.
If you found this video helpful, please Like, Share, and Subscribe for more AI tool reviews, programming tutorials, and technology updates.
Thank you for watching!
Jay Bharat
www.bharatbaba.com
TAGS='ai','coding','vibecoding','prompt'
SBI (-2.04%) : Funds Management Files RHP For ₹IPO; SBI Plans To Sell As Much As 10% Stake Through OFS, Offering Opens July 14 And Closes July 16
TAGS='Sharenews'
Ideaforge Technology (-1.66%) : Opens QIP With Floor Price Set At ₹835.86 Per Share And May Include Up To 5% Discount; Final Issue Price To Be Determined With Book Running Lead Managers.
TAGS='Sharenews'
3. Trump Toll in Hormuz 20%, Now Trump is asking (Fire in Crude price)
Hero and villain are fighting.
Whoever wins, will take away heroine.
Then who is the hero?
US and Iran fighting.
Whoever wins will collect tolls.
Then who is the hero?
2. Tamil Nadu-Cm VIJAY I like his policy on Tender transparency. It might be role model of India. IIM's study topic.
1. So finally KA govt realise and scruttning on Free Electricity scheme- Its burden on Govt treasury Fiscal. Any how free cake is not good.
TAGS='news'
Share news business news
Total: 210 items — 123 green, 53 red, 34 yellow.
210 items • Red = odd, Blue = even • Order unchangedShare News – 6 July 2026
TAGS='Sharenews'
How to use token wisely
ai.md
You can see this video more.

/images/loaded/media/cursor-token-hack-melting-slowly-use-wisely.mp4
https://bharatbaba.com/images/loaded/media/cursor-token-hack-melting-slowly-use-wisely.mp4
TAGS='coding','ai'
Block Deals 1-3 July 2026 – Mobile (40 items)
TAGS='Deal'
Buying property always not good. This company marketing since 2012 they are coming calling till now they are putting pumplate in news paper that time one person put in 2012 by 700 Rs Sq Ft he bought 2000 sq ft in 14 Lakhs after 14 years price is 900 Sq ft not great very bad investmant. https://www.youtube.com/watch?v=QljYl75cHNY
bsnl society propert rate bangalore yalahanka
Since they are marketing till now so I was thinking and got inttrest what is profit or loss in 14 years.
TAGS='realestate'
Share idea
5.Har kutte ka ek din aata hai today 15 July 2026
I am able to buy TATAELEXI which I said 10 July 2026 , Friday. (Today 15 July result low profit) kotak and JpMorhonsaid sell(3000) and neutral(3500) target but I think it is already touch low will go 4000 the bonus
| CNC | TATAELXSI EQ HOLDING | 2 | 3,506.00 | 3,512.10 | +12.20 |
| 2026-07-14 | PDSL NSE | SINGLEBUY |
374.55-0.27%
|
|
375.55 | 10 | TRIGGERED | ||
| 2026-07-09 | BORORENEW NSE | SINGLEBUY |
613.700.27%
|
|
612.05 | 1 | TRIGGERED | ||
| 2026-07-10 | TATAELXSI NSE | SINGLEBUY |
3,505.700.33%
|
|
3,494.00 | 2 | TRIGGERED |
4.Monday market will be open down 300 point minimum on 12 July 2026 . I am thinking at Sunday 11 July 8 :48 AM
3. Many of you are asking idea which to buy if you are intrested on Chip and Indian AI then
cg power packaging buy at 886
Moschip technologies buy at 225
Vedanta (Stay away now)
kaynes technologies buy 3173 now good price to buy
tata elxsi buy at 3600
amber enterprises buy at 7100
polycab india buy now or at 9000
abb india (careful Operator stock volume around 1 lakh today) u can risk buy at 6700
https://www.youtube.com/watch?v=1PD5fdnGRJQ
2026-07-10 |
POLYCAB NSE | SINGLEBUY |
8,749.50-5.01%
|
|
9,210.50 | 2 | ACTIVE | ||
| 2026-07-10 | AMBER NSE | SINGLEBUY |
7,390.00-5.00%
|
|
7,779.00 | 2 | ACTIVE | ||
| 2026-07-10 | TATAELXSI NSE | SINGLEBUY |
3,505.70-5.00%
|
|
3,690.30 | 2 | ACTIVE | ||
| 2026-07-10 | KAYNES NSE | SINGLEBUY |
3,169.20-5.00%
|
|
3,336.10 | 2 | ACTIVE | ||
| 2026-07-10 | MOSCHIP NSE | SINGLEBUY |
224.97-5.00%
|
|
236.82 | 2 | ACTIVE | ||
| 2026-07-10 | CGPOWER NSE | SINGLEBUY |
870.75-5.00%
|
|
916.60 | 2 | ACTIVE | ||
| 2026-07-09 | NUVAMA NSE | SINGLEBUY |
1,839.60-6.98%
|
|
1,977.60 | 1 | ACTIVE | ||
| 2026-07-09 | BORORENEW NSE | SINGLEBUY |
613.70-4.19%
|
|
640.55 | 1 | ACTIVE | ||
| 2026-07-08 | PRAJIND NSE | SINGLEBUY |
340.10-4.41%
|
|
355.80 | 10 | ACTIVE | ||
| 2026-07-08 | TRENT NSE | SINGLEBUY |
2,866.40-1.25%
|
|
2,902.80 | 1 |
2. Monday/4 July I think Adani ports need to short because of Kerala Mangimam port issue to NewZeeland by Kerala Govt but later it will go up.
1. If the market experiences a significant decline of 200–300 points on the monthly expiry day, it is historically observed to rebound by at least 100 points on the following trading day
TAGS='businessidea'
See this surprise chart good profit.
This is MBAPL madhya bharat gramin agro
For a 5 minute interval Rs 588 to 532 and back to normal. I buy this. Just now happened

TAGS='buythis','trading'