Are we supposed to take this seriously? 😳😂
Someone sent this to my friend on tiktok🤣🤣
@devwitheyob
#ScamAlert
Someone sent this to my friend on tiktok🤣🤣
@devwitheyob
#ScamAlert
😁1🤔1
You can generate a self-signed ssl certificate for you own app using this command
@devwitheyob
#SSL #tip #TechVibe
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -outkey output.key -out output.crt
@devwitheyob
#SSL #tip #TechVibe
❤3
Forwarded from Dagmawi Babi
This year I'm starting with a new and independently organized Dagmawi Babi event!
Dagmawi Babi's Meetup is the first of it's kind event organized by Dagmawi Babi and his team as a thank you to all the incredible individuals, creators, event organizers, companies and communities improving and accelerating the tech and design ecosystem.
It's a thank you for taking risks, for pioneering new ventures, for taking the blame, for investing so much of yourself into the benefits of everyone else, for spending months building epic things, for spending countless nights preparing events, for imagining a community that can be much better than what it is and working towards your vision.
We're going to spend an incredible full day where we listen to insightful keynotes, explore project showcases, attend a live podcast (Devtopia), hold an in-person Creator Awards (by Codenight) and so much more.
The date is Jan 24, 2026 and the event will take place at DxValley 2.0. So if all of this sounds like your type of event, register at dagmawi.dev/meetup and claim your ticket. Make sure to select "Attending" from the options.
Thank you again and I can't wait to see you there! Yours truly @Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
Article of the day
Modern browsers have matured to the point where native JavaScript APIs can replace framework functionality, leading developers to abandon heavy frameworks in favor of vanilla JavaScript. Native features like web components, ES modules, and the Fetch API now provide the modularity and reactivity that once required React or Vue, while delivering better performance and eliminating dependency bloat. AI coding assistants work more effectively with plain JavaScript than framework abstractions, and the no-build movement enables direct deployment without transpilation pipelines...
full article 👉 here
@devwitheyob
#TechVibe #ArticleOfTheDay #JS
Modern browsers have matured to the point where native JavaScript APIs can replace framework functionality, leading developers to abandon heavy frameworks in favor of vanilla JavaScript. Native features like web components, ES modules, and the Fetch API now provide the modularity and reactivity that once required React or Vue, while delivering better performance and eliminating dependency bloat. AI coding assistants work more effectively with plain JavaScript than framework abstractions, and the no-build movement enables direct deployment without transpilation pipelines...
full article 👉 here
@devwitheyob
#TechVibe #ArticleOfTheDay #JS
Drizzle's documentation starts with with line 😊
@devwitheyob
#TechVibe #drizzle #orm
Drizzle ORM is a headless TypeScript ORM with a head.
@devwitheyob
#TechVibe #drizzle #orm
🔥3
I used to think I knew how migrations work😭… but I didn't fully grasp them, until today
Basically, when we change the Prisma schema, we create a migration for every meaningful change, like adding a table or a column. we test these migrations locally first. When it’s time to deploy, we run npx prisma migrate deploy. Prisma checks all migration files and applies only the pending ones to the production database, keeping the schema in sync with our code.
One thing to remember, if a table already has data, new columns must be optional or have default values. usually, we add them optional first, backfill the data, then make them required later. this keeps everything safe in production!
@devwitheyob
#TechVibe #Prisma #DBMigrations
Basically, when we change the Prisma schema, we create a migration for every meaningful change, like adding a table or a column. we test these migrations locally first. When it’s time to deploy, we run npx prisma migrate deploy. Prisma checks all migration files and applies only the pending ones to the production database, keeping the schema in sync with our code.
One thing to remember, if a table already has data, new columns must be optional or have default values. usually, we add them optional first, backfill the data, then make them required later. this keeps everything safe in production!
@devwitheyob
#TechVibe #Prisma #DBMigrations
❤3🔥1
Hey gang, as for a Christmas gift share this channel link with your friends and let's hit 800 subs😊
Join the channel
@devwitheyob
#TechVibe
Join the channel
@devwitheyob
#TechVibe
❤5
ዛሬ በዳዊት ከተማ መድኃኒት እርሱም ክርስቶስ ጌታ የሆነ ተወልዶላችኋልና❤️
Merry Christmas my fam😊
@devwitheyob
#TechVibe #christmas
Merry Christmas my fam😊
@devwitheyob
#TechVibe #christmas
❤6👍1🔥1
Enjoy the feast, recharge your brain, and whenever you’re ready, we’ll get back to it😁
I got this somewhere😁
@devwitheyob
#TechVibe
I got this somewhere😁
@devwitheyob
#TechVibe
😁3
I just learned an amazing technique while reading for exam about process and thread
we can use cluster(node built-in module) to spawn different worker process to use maximum cpu utilization it basically makes your nodejs app to be multi processing works like you run multiple process from one codebase they communicate using IPC(Inter process communication) and you get a full CPU power to process requests fast for most OS the algorithm is round-robin
but your app should be stateless for this to work or you may lose data or context
@devwitheyob
#TechVibe #multiprocessing #node
we can use cluster(node built-in module) to spawn different worker process to use maximum cpu utilization it basically makes your nodejs app to be multi processing works like you run multiple process from one codebase they communicate using IPC(Inter process communication) and you get a full CPU power to process requests fast for most OS the algorithm is round-robin
but your app should be stateless for this to work or you may lose data or context
@devwitheyob
#TechVibe #multiprocessing #node
❤2
guys if you can speak english natively and also have experience in web development I can give your dicord to him, so DM me😊
@devwitheyob
#TechVibe #opportunities
@devwitheyob
#TechVibe #opportunities
❤3