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