Forwarded from ALX Ethiopia
๐ Are you passionate about backend development and ready to kickstart your freelancing journey?
Join us for the Backend Engineering & Freelancing Workshop, where youโll learn core backend concepts, portfolio building, freelancing strategies, and how to land jobs in tech.
โจ Learn not just the technical skills, but also from the journey of Temkin Mengistu also known as Chapi from Chapi Dev Talksโa developer who turned his passion into a thriving freelance career. Whether you're just starting out or looking to level up, this workshop is for you!
Donโt miss this opportunity to learn from industry experts and take your first step toward becoming a successful freelance backend developer! ๐ป๐ฅ
๐ Saturday, September 21 (แแตแจแจแ 11)
โฐ 2:00 PM - 4:00 PM (แจ8แก00 - 10แก00 แฐแ แต)
๐ Capstone ALX Tech Hub, Lideta
๐ RSVP now: bit.ly/3XLtUwf
Join us for the Backend Engineering & Freelancing Workshop, where youโll learn core backend concepts, portfolio building, freelancing strategies, and how to land jobs in tech.
โจ Learn not just the technical skills, but also from the journey of Temkin Mengistu also known as Chapi from Chapi Dev Talksโa developer who turned his passion into a thriving freelance career. Whether you're just starting out or looking to level up, this workshop is for you!
Donโt miss this opportunity to learn from industry experts and take your first step toward becoming a successful freelance backend developer! ๐ป๐ฅ
๐ Saturday, September 21 (แแตแจแจแ 11)
โฐ 2:00 PM - 4:00 PM (แจ8แก00 - 10แก00 แฐแ แต)
๐ Capstone ALX Tech Hub, Lideta
๐ RSVP now: bit.ly/3XLtUwf
๐ฅ1
nowadays, when scammers come to my account(alt account), I just play with them like this and put them on hold for several days until they give up ๐
๐คฃ11๐1
Forwarded from Beka (Beka)
Introducing Better Auth
The most comprehensive authentication library for Typescript.
https://better-auth.com
https://github.com/better-auth/better-auth
The most comprehensive authentication library for Typescript.
https://better-auth.com
https://github.com/better-auth/better-auth
Better-Auth
Better Auth
The Most Comprehensive Authentication Framework
๐ฅ3
Forwarded from Beka (Beka)
YouTube
This Might Be My New Favourite Auth Library ๐ฅ
Check out
https://authjs.dev/ (whoops almost linked the old docs hahaha)
Lucia https://lucia-auth.com/ (also read up on all the pillcrow stuff)
@WebDevCody https://www.youtube.com/watch?v=Blx0roWAsFQ (migrating off Lucia).
Managed Solution Clerk https://clerk.com/โฆ
https://authjs.dev/ (whoops almost linked the old docs hahaha)
Lucia https://lucia-auth.com/ (also read up on all the pillcrow stuff)
@WebDevCody https://www.youtube.com/watch?v=Blx0roWAsFQ (migrating off Lucia).
Managed Solution Clerk https://clerk.com/โฆ
Beka
this is crazy lol https://youtu.be/Hjs3zM7o7NE?si=6nhLuZQ2vMuUc3qg
Please open Telegram to view this post
VIEW IN TELEGRAM
Sometimes VPNs really improve your internet speed. I was working with a Git repository hosted on Azure DevOps, and without the VPN, fetching the changes was going at a speed of 30 Kbps. I was confused about why it was this slow... I turned on a VPN, and all of a sudden, it was fetching at a speed of 3 Mbps.
I think the issue was that the Azure server had high latency when communicating with ethiotelecom, but less latency when communicating with the VPN server. On the other hand, the VPN server had less latency when communicating with ethio telecom. So, the VPN was good with both the Azure server and Ethio Telecom. I think that's why turning on the VPN drastically improved the speed of fetching from the repo.
#thoughts #on #vpn
I think the issue was that the Azure server had high latency when communicating with ethiotelecom, but less latency when communicating with the VPN server. On the other hand, the VPN server had less latency when communicating with ethio telecom. So, the VPN was good with both the Azure server and Ethio Telecom. I think that's why turning on the VPN drastically improved the speed of fetching from the repo.
#thoughts #on #vpn
๐ฅ7
https://github.com/jhallock7/Algorithm_Exercises
Use this repo as a resource when you are lost while working on the exercises of the book "The Algorithm Design Manual". The guy has put the solutions to all chapters' exercises using Jupiter notebook in a very short and easy way๐
#dsa #algorithm #resource
Use this repo as a resource when you are lost while working on the exercises of the book "The Algorithm Design Manual". The guy has put the solutions to all chapters' exercises using Jupiter notebook in a very short and easy way
#dsa #algorithm #resource
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - jhallock7/Algorithm_Exercises
Contribute to jhallock7/Algorithm_Exercises development by creating an account on GitHub.
โค4
๐ฃ๐ฎ๐๐๐ฒ๐ฟ๐ป๐ ๐ผ๐ณ ๐๐๐ฒ๐ป๐-๐๐ฟ๐ถ๐๐ฒ๐ป ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ
What does it mean to be "event-driven"?
An event-driven architecture uses events to communicate between decoupled components. EDA is common in microservices systems. Read More...
Credit: Milan Jovanoviฤ
#software #architecture
What does it mean to be "event-driven"?
An event-driven architecture uses events to communicate between decoupled components. EDA is common in microservices systems. Read More...
Credit: Milan Jovanoviฤ
#software #architecture
๐2
In this project, I used several Azure services:
1. Azure AD B2C: For seamless user sign-up and sign-in, as well as role-based authorization in the ASP.NET Web API.
2. Azure Functions: To delegate the email sending process for sign-ups and report-sending tasks.
3. Azure Cosmos DB: Used as a NoSQL database to store user expense data.
4. Azure Queue Storage: Coordinated with Azure Functions to queue sign-up emails and report data, allowing Azure Functions to process the messages from the queue.
5. Azure Blob Storage: For storing receipt file data related to expenses.
6. Azure Table Storage: Used as a configuration store where I kept the category types for expenses.
#azure #backend #dotnet #project
Please open Telegram to view this post
VIEW IN TELEGRAM
๐6๐2
How can you build resilient .NET applications?
Things don't always go as planned in production.
Network requests randomly fail, application servers go down, and unexpected errors appear. Read More...
Credit: Milan Jovanoviฤ
#dotnet #backend #cloud #api
Things don't always go as planned in production.
Network requests randomly fail, application servers go down, and unexpected errors appear. Read More...
Credit: Milan Jovanoviฤ
#dotnet #backend #cloud #api
๐2
Forwarded from The Blogrammer
Dagmawi Babi
If you're very new to this channel you can click on this tag and discover a ton of incredible projects the tech community built here. It's very fascinating. โจ #CommunityShowcase โจ Currently at 142 and still counting. It'd be cool if someone compiled theseโฆ
Introducing Built
Inspired by this post by @Dagmawibabi! As he said, there are a ton of incredible projects made by the tech community here so why not make a platform to get them all in one place?
Built is a place to post your projects, get likes and comments, and be recognized by fellow developers. No matter how small or complex your project is, built is the place for you!
Link: https://built-iota.vercel.app/
Github: https://github.com/Manuel-heav/built (Stars are appreciated โค๏ธ)
Tech Stack
Next.js 14 โ For Front-End
Hono.js โ Lightweight Backend Framework
Supabase + PostgreSQL โ For Database
Better-Auth โ Smooth and Secure Authentication
#Built
@the_blogrammer
Inspired by this post by @Dagmawibabi! As he said, there are a ton of incredible projects made by the tech community here so why not make a platform to get them all in one place?
Built is a place to post your projects, get likes and comments, and be recognized by fellow developers. No matter how small or complex your project is, built is the place for you!
Link: https://built-iota.vercel.app/
Github: https://github.com/Manuel-heav/built (Stars are appreciated โค๏ธ)
Tech Stack
Next.js 14 โ For Front-End
Hono.js โ Lightweight Backend Framework
Supabase + PostgreSQL โ For Database
Better-Auth โ Smooth and Secure Authentication
#Built
@the_blogrammer
โก7
Forwarded from Dre
We have a lot of plans in store to expand our writing and share insightful articles that will benefit our community. By subscribing to our newsletter, you'll get exclusive access to the best content we have to offer, helping you stay informed and inspired.
Your support is crucial as we aim to grow Codenight internationally. Together, we can create a vibrant community that shares knowledge and fosters innovation.
Don't miss out on the latest updates and valuable insights! Subscribe now and be part of Codenight's growth journey. Let's make this project shine brighter than ever!
๐ [Subscribe Here](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7258667044961763328)
Your support is crucial as we aim to grow Codenight internationally. Together, we can create a vibrant community that shares knowledge and fosters innovation.
Don't miss out on the latest updates and valuable insights! Subscribe now and be part of Codenight's growth journey. Let's make this project shine brighter than ever!
๐ [Subscribe Here](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7258667044961763328)
LinkedIn
LinkedIn Login, Sign in | LinkedIn
Login to LinkedIn to keep in touch with people you know, share ideas, and build your career.