Forwarded from Luna's pathwayπ€ (Luna)
Forwarded from JavaScript
A thirty-minute talk from JSNation earlier this year where TSC member Matteo Collina presented an update on Nodeβs still-growing popularity, release schedule, security, recent performance enhancements, the permissions system, and more.
GitNation
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Sapphire Builds.
YouTube
AI projects fail on purpose. Here's why.
Click this link https://boot.dev/?promo=ALBERTA and use my code ALBERTA to get 25% off your first payment for boot.dev.
*Chapters*
0:00 AI projects aren't trying to make money
0:42 AI - powered by peer pressure!
2:11 A very serious topic
3:06 Technologicalβ¦
*Chapters*
0:00 AI projects aren't trying to make money
0:42 AI - powered by peer pressure!
2:11 A very serious topic
3:06 Technologicalβ¦
Forwarded from Afriwork (Freelance Ethiopia)
Job Title: Front-end Developer
Job Type: Remote - Part-time
Work Location: Addis Ababa, Ethiopia
Salary/Compensation: Monthly
Deadline: December 1st, 2025
Description:
Read the full job description and submit your applications via this link: https://docs.google.com/forms/d/e/1FAIpQLSeiJ3upO4fwWHi7iC6V15YTTfCvSSg8UJ_-GnJ5LeS3XWWMlQ/viewform?usp=publish-editor
__________________
Peeps Technologies Plc
Verified Company β
28 Jobs Posted
__________________
From: afriworket.com | @freelanceethbot | @freelance_ethio | @afriworkamharic
Job Type: Remote - Part-time
Work Location: Addis Ababa, Ethiopia
Salary/Compensation: Monthly
Deadline: December 1st, 2025
Description:
Read the full job description and submit your applications via this link: https://docs.google.com/forms/d/e/1FAIpQLSeiJ3upO4fwWHi7iC6V15YTTfCvSSg8UJ_-GnJ5LeS3XWWMlQ/viewform?usp=publish-editor
__________________
Peeps Technologies Plc
Verified Company β
28 Jobs Posted
__________________
From: afriworket.com | @freelanceethbot | @freelance_ethio | @afriworkamharic
β€1
Forwarded from The Software Guy
This media is not supported in your browser
VIEW IN TELEGRAM
The world respects power not Pity !!!
STOP EXPECTING MERCY FROM WOLVES COMRADES
STOP EXPECTING MERCY FROM WOLVES COMRADES
Forwarded from Henok | Neural Nets
YouTube
Ilya Sutskever β We're moving from the age of scaling to the age of research
Ilya & I discuss SSIβs strategy, the problems with pre-training, how to improve the generalization of AI models, and how to ensure AGI goes well.
πππππππ πππππ
* Transcript: https://www.dwarkesh.com/p/ilya-sutskever-2
* Apple Podcasts: https://podcasts.β¦
πππππππ πππππ
* Transcript: https://www.dwarkesh.com/p/ilya-sutskever-2
* Apple Podcasts: https://podcasts.β¦
Forwarded from Birhan Nega
Curiosity is a muscle. If you donβt feed it, it atrophies. If you push it, it compounds.
The moment you feel βcomfortable,β thatβs usually the warning sign that youβre stagnating.
The moment you feel βcomfortable,β thatβs usually the warning sign that youβre stagnating.
A language that doesn't affect the way you think about programming, is not worth knowing.
t.me/code_journall
t.me/code_journall
Forwarded from Frectonz
Devtopia is back with another interview. This one is with kinfish (@kinfishfarms). It ended up being our longest episode to date.
We talked about a lot of cool stuff, hope you enjoy the episode, also thank you kinfish for being on the episode.
[Devtopia - E04 - Kinfish]
We talked about a lot of cool stuff, hope you enjoy the episode, also thank you kinfish for being on the episode.
[Devtopia - E04 - Kinfish]
YouTube
Devtopia - E04 - Kinfish (Better Auth, Farm UI)
In this episode Kinfish joins us to talk about JS web frameworks, JS build systems and the general ecosystem at large. We also talk about how he got into the world of programming. We also talk about how he joined Better Auth and the company's journey tillβ¦
Recently I spent hours debugging an issue where my frontend and backend REFUSED to communicate after deployment π€
So my app decided to live its own lifeβ¦
-Backend moved from Railway β‘οΈ Render
-Frontend still trying to talk to Railway
- Result: CORS errors, broken login, and only my test account working
Turns out the problems were: Old build cache still pointing to Railway ,Wrong API base URL in Vercel and CORS not allowing my Vercel domain also
App accidentally using TEST database in production π΅
π Fixes:
Cleared build cache & redeployed
Updated VITE_API_BASE_URL to Render
Proper CORS config added
Separated test & production DBs
So π
Always double-check your env variables
CORS is not your enemy, just misunderstood
Cache remembers your ex⦠forever
Developer life: 1 bug fixed, 5 new ones unlocked ππ
Hope this helps someone stuck in the same rabbit hole π°π»π₯
So my app decided to live its own lifeβ¦
-Backend moved from Railway β‘οΈ Render
-Frontend still trying to talk to Railway
- Result: CORS errors, broken login, and only my test account working
Turns out the problems were: Old build cache still pointing to Railway ,Wrong API base URL in Vercel and CORS not allowing my Vercel domain also
App accidentally using TEST database in production π΅
π Fixes:
Cleared build cache & redeployed
Updated VITE_API_BASE_URL to Render
Proper CORS config added
Separated test & production DBs
So π
Always double-check your env variables
CORS is not your enemy, just misunderstood
Cache remembers your ex⦠forever
Developer life: 1 bug fixed, 5 new ones unlocked ππ
Hope this helps someone stuck in the same rabbit hole π°π»π₯
Forwarded from Sapphire Builds.
ππππππthese testimonials made my night
Forwarded from Dagmawi Babi
Introducing Enkokilish Bench
β’ github.com/dagmawibabi/enkokilish_bench
This is a new benchmark for LLMs focused on evaluating an LLMs ability to understand, reason and solve Amharic riddles.
I used Evalite as the evals framework, AI SDK to make API calls to LLMs and used Vercel AI Gateway as a provider.
All the riddles and their answers are listed in
For the quickest setup, clone the repo, set your AI Gateway API Key in the
You can run the evals in node mode which enables you to export the results in JSON format, or run the evals in a CI/CD pipeline.
Oh and quick tip, I've organized and arranged it all in a way that you can rename and create any other benchmark of your choice just by changing the dataset and eval title.
If you've got a few Enkokilish you know, please contribute in the GitHub. Thanks β€οΈ
#MyProjects #EnkokilishBench
@Dagmawi_Babi
β’ github.com/dagmawibabi/enkokilish_bench
This is a new benchmark for LLMs focused on evaluating an LLMs ability to understand, reason and solve Amharic riddles.
I used Evalite as the evals framework, AI SDK to make API calls to LLMs and used Vercel AI Gateway as a provider.
All the riddles and their answers are listed in
datasets/enkokilsh.ts file and will keep on being updated.For the quickest setup, clone the repo, set your AI Gateway API Key in the
.env file and just pnpm eval:dev then open localhost:3006 and explore.You can run the evals in node mode which enables you to export the results in JSON format, or run the evals in a CI/CD pipeline.
Oh and quick tip, I've organized and arranged it all in a way that you can rename and create any other benchmark of your choice just by changing the dataset and eval title.
If you've got a few Enkokilish you know, please contribute in the GitHub. Thanks β€οΈ
#MyProjects #EnkokilishBench
@Dagmawi_Babi
β€2π₯1π1
π TanStack β The Modern Web Toolkit You Should Know
TanStack is a collection of high-performance, TypeScript-first libraries designed to make front-end and full-stack development faster, cleaner, and more scalable. Itβs quickly becoming a favorite among modern engineers for its flexibility and production-ready design.
πΈ What TanStack Includes
β’ TanStack Query β Smart server-state management with caching, refetching, and mutations built-in.
β’ TanStack Router β A type-safe, modern router with loaders, nested layouts, and great DX.
β’ TanStack Table β A powerful headless table engine for building custom UI tables.
β’ TanStack Virtual β Ultra-fast virtualization for long lists and large datasets.
β’ TanStack Store β A lightweight, fine-grained state management library.
β’ TanStack Start β An upcoming full-stack framework built on TanStack Router.
πΈ Why Developers Love It
Fully TypeScript-aligned
Framework-agnostic design
High performance
Clean APIs and minimal boilerplate
Perfect for both small apps and enterprise projects
βοΈ In Short
TanStack offers a modern, reliable toolkit that solves complex UI challenges with simple, maintainable solutions β making it one of the strongest ecosystems for building todayβs web applications.
t.me/code_journall
TanStack is a collection of high-performance, TypeScript-first libraries designed to make front-end and full-stack development faster, cleaner, and more scalable. Itβs quickly becoming a favorite among modern engineers for its flexibility and production-ready design.
πΈ What TanStack Includes
β’ TanStack Query β Smart server-state management with caching, refetching, and mutations built-in.
β’ TanStack Router β A type-safe, modern router with loaders, nested layouts, and great DX.
β’ TanStack Table β A powerful headless table engine for building custom UI tables.
β’ TanStack Virtual β Ultra-fast virtualization for long lists and large datasets.
β’ TanStack Store β A lightweight, fine-grained state management library.
β’ TanStack Start β An upcoming full-stack framework built on TanStack Router.
πΈ Why Developers Love It
Fully TypeScript-aligned
Framework-agnostic design
High performance
Clean APIs and minimal boilerplate
Perfect for both small apps and enterprise projects
βοΈ In Short
TanStack offers a modern, reliable toolkit that solves complex UI challenges with simple, maintainable solutions β making it one of the strongest ecosystems for building todayβs web applications.
t.me/code_journall
β€1
Recursive Functions β The Cleanest Way to Solve Repeating Problems
A recursive function is simply a function that calls itself until it reaches a stopping point.
Perfect for tasks like factorials, tree traversal, search, and breaking problems into smaller chunks.
β‘οΈ Simple Example
function factorial(n) {
if (n === 1) return 1; // base case
return n * factorial(n - 1); // recursive call
}
console.log(factorial(5)); // 120
π‘ Why use recursion?
Cleaner logic
Reduces complex loops
Mirrors how many problems naturally break down
for more info π https://t.me/code_journall
A recursive function is simply a function that calls itself until it reaches a stopping point.
Perfect for tasks like factorials, tree traversal, search, and breaking problems into smaller chunks.
β‘οΈ Simple Example
function factorial(n) {
if (n === 1) return 1; // base case
return n * factorial(n - 1); // recursive call
}
console.log(factorial(5)); // 120
π‘ Why use recursion?
Cleaner logic
Reduces complex loops
Mirrors how many problems naturally break down
for more info π https://t.me/code_journall