Login to upload, edit, or delete media.
Home Rich Text Editor modeaFile not found or unauthorized: ../twitter_uploads/text_1771508915.html
Result 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'