๐ฅ Just launched a website for a Biryani & Pulao restaurant!
From mouth-watering menus to mobile-ready design โ it's all in there ๐
Built to be fast, easy to manage, and deliciously smooth.
๐ Check it out: al-rehman.vercel.app
#Nextjs #TailwindCSS #Sanity #TypeScript #RestaurantWebsite #WebDev
03.06.2025 15:53 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0
Happy Birthday Rachel๐
19.05.2025 15:56 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
๐ Just shipped a clean, fast site for a digital agency!
โจ Features:
โ Responsive design
โ Services + portfolio
โ Contact form
โ Smooth UI
๐ Live: burraq-digits.vercel.app
Still learning. Still building. ๐ป
#Nextjs #WebDev #TypeScript
14.05.2025 14:44 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Just launched: My Personal AI Assistant! ๐ค
Now you can explore my skills, projects & how I can help with web & AI.
But if you try asking, "Is Owais single?" The AI wonโt spill the tea.๐
Check it out! ๐ bit.ly/3XTp4MO
#AI #Chatbot #Portfolio
28.03.2025 19:05 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
VS code disappears today. What IDE do you move to?
25.03.2025 02:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Hey,
Looking to connect with:
- Business Owners & Startups
- Marketers & Growth Hackers
- SaaS & Ecom Founders
- Web & WordPress Devs
- & Automation Experts
- Content Creators & SM Managers
- Advertisers & Lead Gen Pros
- Brand Strategists & Consultants
Letโs connect! ๐
21.03.2025 14:55 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Just realized 'full-stack' is basically a fancy way of saying 'I do everything because nobody else will.' ๐คทโโ๏ธ
19.03.2025 19:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I'm a full-stack dev building web & mobile appsโtinkering with AI automation, digital marketing, and a dash of agentic AI magic.
Expect tech tips, coding wins, and everyday musings.
Let's keep it chill and code on!
19.03.2025 12:52 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0
๐
19.03.2025 12:31 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Coding with TypeScript: Where you spend 2 hours preventing errors that might not even happen. ๐
Worth it? Debatable.
18.03.2025 19:24 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Is it just me, or is WordPress still relevant in 2025? ๐ค
(Don't @ me, headless CMS fans.)
18.03.2025 19:24 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
PassGuard: Password Strength Meter
is a sleek, secure Streamlit-based tool designed to evaluate password strength, generate strong ...
Built PassGuard with Python & Streamlitโchecks password strength, generates secure ones, and tracks history in a clean UI.
Try it out!
passguard.streamlit.app
#Python #Streamlit #AI
05.03.2025 07:52 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
My First project is around $125
01.03.2025 12:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
ConvertIQ: Unit Converter
This app was built in Streamlit! Check it out and visit https://streamlit.io for more awesome community apps. ๐
Built an AI-Powered Unit Converter with Python, Streamlit, Gemini API & ExchangeRate API!
Supports conversions for currency, length, temperature, speed & more!
Check it out!
convertiq.streamlit.app
#UnitConverter #Python #Streamlit #APIIntegration
01.03.2025 08:38 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Iโll go with mine first :
www.linkedin.com/in/mrowaisab...
23.02.2025 10:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Drop your LinkedIn handle, and let's connect <3
#LinkedIn #LetsConnect
23.02.2025 10:00 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
AI Data Alchemist
Data Alchemist is a Streamlit web app designed to help you upload, clean, visualize, and convert ...
Excited to share my latest project: AI Data Alchemist โ a cutting-edge Streamlit web app that cleans, transforms, and visualizes your data effortlessly.
With the power of Python and advanced AI-powered suggestions.
ai-data-alchemist.streamlit.app
#Python #AI #DataVisualization #DataScience
21.02.2025 17:35 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
6/ ๐ฅ Speed = Better SEO, UX & Conversions
Optimize now & thank yourself later!
Whatโs your go-to Next.js optimization trick? Reply & share! ๐๐ฌ
#Nextjs #WebPerformance #BuildInPublic
14.02.2025 09:01 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
5/ Reduce JavaScript Payload
- Tree-shake unused code (sideEffects: false in package.json).
- Replace moment.js with date-fns.
- Avoid unnecessary client-side librariesโdo you really need jQuery? ๐
14.02.2025 09:01 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
4/ SSR vs. SSG: Choose Wisely
- SSG โ Faster loads (pre-built pages). Great for blogs, marketing sites.
- SSR โ Dynamic content (but slower). Use for dashboards & user-specific pages.
- Hybrid approach: Use ISR for a sweet balance.
14.02.2025 09:01 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
3/ Cache It or Regret It
- Use Incremental Static Regeneration (ISR) to revalidate pages on demand.
- Enable Server-side Caching (Vercel/Cloudflare) for API responses.
- Use getServerSideProps wiselyโcache what you can!
14.02.2025 09:01 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
2/ Code Splitting = Faster Loads
- Use dynamic imports (next/dynamic) to load heavy components only when needed.
- Leverage React.lazy() for non-critical components.
- Split large third-party libraries using Webpackโs import() magic.
14.02.2025 09:01 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Your Next.js app is only as fast as your worst optimization mistake. Letโs fix that. ๐
1/ Optimize Images Like a Pro
- Use next/image for lazy loading, auto-resizing & WebP support.
- Enable AVIF for better compression.
- Set correct priority for LCP images.
14.02.2025 09:01 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
I already clarified I didn't mean to make anyone uncomfortable. But I hear you, and if needed, I apologize to Annie for any unintended discomfort. Sorry, Annie!
13.02.2025 14:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
No offense meant! I think you're taking it too seriously. Honestly, I was just trying to be playful and cheeky. The 'on point' thing was totally a joke - I didn't mean to make anyone uncomfortable! Let's keep it light and friendly.
13.02.2025 14:09 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Don't know your vids, but your name's on point ๐. Looking forward to changing that and seeing your content!
13.02.2025 10:30 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
If youโre reading this, you have 2 choices:
1๏ธโฃ Stay silent & let others take the spotlight.
2๏ธโฃ Start showing up & build your own authority.
The opportunities go to those who create them.
Are you working on your personal brand? Letโs talk ๐
13.02.2025 10:01 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
So hereโs what Iโm doing differently:
โ
Sharing my journeyโwins, mistakes, lessons.
โ
Providing value to others.
โ
Engaging with people in my industry.
โ
(Finally) being consistent.
Because in 2025, personal branding isnโt optional.
13.02.2025 10:01 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Meanwhile, I saw people with less experience getting noticed.
Not because they were betterโฆ but because they showed up.
They shared their work. Engaged. Created visibility.
Thatโs when I realized:
You can be great, but if youโre invisible, it doesnโt matter.
13.02.2025 10:01 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
For a long time, I focused only on my work.
Improving my skills. Building projects. Staying in the background.
I thought expertise alone was enough.
Itโs not.
No one knew what I was capable of.
13.02.2025 10:01 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Software nerd, cat enthusiast, pixel art noob, gamedev, playing with LLMs
Software engineer. Founder of https://linguister.io, a translation solution in browser. CEO at https://primebits.org.
My posts mostly about programming, and code quality management.
iOS and Android Beta historian. 1.6M+ Subscribers on YouTube / Content Creator of many videos per week. Inquiries: business@zollotech.com
Content Creator ๐ค
Photo Video & Drone Pilot ๐ฅ
Entrepreneur & Tech Geek ๐ค
Food & Chocolate Judge ๐
And now news as frustrated ๐
Better together: ๐ฌ๐ง & ๐ช๐บ
AskUs@Implausibleblog.com
๐ผ๐ป๐ฒ๐พ๐๐ฎ๐ชถ
Following only non AI content creators and artists
Profile src: https://www.pixiv.net/en/users/463236
Banner src: https://twitter.com/AnninMirudayo/status/1757548132668412258?s=20
Software quรขntico raro que publica tarรด e que tambรฉm estรก conectado em IAs. Na postagem fixada existem dicas de uso. @terraprotege.bsky.social ๐ฑ๐
๐ฑ๐ @terraprotege.bsky.social https://michelslvnqs.wordpress.com/
kentucky born 'n raised, chinese speakin redneck livin in beijing, china. programmer, comedian, weightlifter, rock climber.
posts: jokes. some political humor, expat stuff, china and international news
Exploring the evolving world of software developmentโFrontend, Backend, AI/ML, and Software Design and Philosophy. Thoughts on code, architecture, and the philosophy of building modern systems. Currently at a FAANG. Opinions are my own.
๐ฆ Social Media Manager @ ๐ ๐ผ๐ผ๐ฏโข
๐ฌ DM me for Opportunitie$$$
๐ join The Party! ๐ moob.app
โ๏ธ React Framework for building data-driven apps over REST/GraphQL APIs, sponsored by @marmelab.bsky.social
Discord: https://discord.gg/N6HMQ4TEBX
๐จ๐ปโ๐ป Software engineer @Dynatrace
๐ Web dev and trained data scientist
๐ Foodie | gym-goer | tech & gaming nerd
๐ฆ๐น Based in Vienna
https://georg.dev
I partner directly with founders and CEOs to transform business visions into high-value, stable, and user-centric applications.
CTO @ vulpo | Lead DevRel @ React Bricks | Astro Maintainer | devs.gent meetup organizer | BeJS & React Brussels household figure | sometimes public speaker
Trying to push the web forward, one commit at a time.
analyst, developer-friendly
black cats, small plates, natural wine
london, east
he, him
probably off contemplating with the Sefirot
or drawing nudes
one of those
_____________
(she/they)
๐ฉท๐๐ฉต
๐๐ค๐๐ค
_____________
๐น I make tech videos
๐ฉโ๐ป Software engineer 12+ years
โ๏ธ Currently @ Fly.io
Previously @ Render and Heroku
Fly.io: https://www.youtube.com/@flydotio
Annie: https://www.youtube.com/@AnnieSexton1
I also make comic books. See my art @anniecomics.bsky.social
Free-Range Software Dev and Consultant โจ PostgreSQL โข Ruby on Rails โข TypeScript โข React โจ ๐๐๐น๐ฑ (he/him) | Chicago | Work with me: visualmode.dev
Technology Consultant | SaaS Expert | Solo Entrepreneur | Personal MBA In Product Management
For Quick Interactive Intro visit https://bio.sachingkulkarni.com/
Your least favourite person's least favourite award-winning journalistโจ
Follow for short-form videos on issues that matter! ๐
SUBSCRIBE: rachelgilmore.substack.com/
https://linktr.ee/rachel_gilmore