29243
@alloadv تبلیغات ادمین : @maryam3771
Learn-by-projects — is a list of programming tutorials that aspiring software developers can learn how to create an application from scratch.
These guides are divided into categories based on the first technology listed in each article.
GitHub
🆔 @programmers_street
BentoPDF — is a powerful, privacy-focused client-side PDF tool.
It does not require installation on a server and allows you to manipulate, edit, merge and process PDF files directly in your browser.
No server-side processing is required, keeping your files secure and private.
GitHub
🆔 @programmers_street
Local research assistant for private document analysis
https://github.com/keshavashiya/docify/
🆔 @programmers_street
Expose your local web server to the internet with a public url.
https://www.opensourceprojects.dev/post/f64044c7-233f-41b5-a87e-22fff7070402
🆔 @programmers_street
اگر کنجکاو هستید که برای ساخت یک عامل هوش مصنوعی چه چیزی لازم است، در این دوره خواهید آموخت
این دوره به شما می آموزد که چگونه از پایتون و API رایگان Gemini برای کدنویسی عامل خود استفاده کنید.
You'll learn about the agentic loop, tool calling, and fixing buggy programs - and by the end you'll have a fully functional agent.
https://www.freecodecamp.org/news/build-an-ai-coding-agent-in-python/
🆔 @programmers_street
Downloads Udemy courses for offline use
https://github.com/heliomarpm/udemy-downloader-gui/
🆔 @programmers_street
سایت System Design یکی از بهترین منابع برای فهم طراحی سیستمهای بزرگیه که هر روز استفاده میکنیم.
خودم تقریبا هر روز یکی از مطالبش رو میخونم و واقعا دید خوبی برای پیادهسازی نرمافزار میده؛
از WhatsApp و YouTube تا Instagram و Redis و ...
https://newsletter.systemdesign.one/
🆔 @programmers_street
This repository turns claude into your most powerful productivity tool
https://www.opensourceprojects.dev/post/fe1badc0-8db4-45cf-aaac-4e1eb4b47dc5
🆔 @programmers_street
با این ابزار اپن سورس میتونید با نوشتن یه دستور ( به زبان انگلیسی ) هر وبسایتی رو اسکرپ کنید و داده هاش رو استخراج کنید
چجوری ازش استفاده کنیم؟
لینک سایت رو بهش بدید و با یه دستور بهش یگید دنبال چه داده ای هستید به کمک مدلهای زبانی سایت رو میفهمه و داده ها رو در قالی CSV , JSON یا API ارائه میده داده ها قابل شخصی سازی و استفاده در پروژه است
https://github.com/ScrapeGraphAI/Scrapegraph-ai
https://scrapegraphai.com/
🆔 @programmers_street
📂 GitZip: دانلود انتخابی از مخازن گیتهاب!
پروژه GitZip یک ابزار مبتنی بر وب است که به شما امکان میدهد به صورت انتخابی و بدون دانلود کل مخزن، فایلها و پوشههای خاصی را از گیتهاب دانلود کنید.
این ابزار زمان و پهنای باند شما را به طور چشمگیری ذخیره میکند.
⚡️ ویژگیهای برجسته
* دانلود هوشمند بخشهای خاص از مخازن بزرگ:
با استفاده از GitZip میتوانید تنها فایلها یا پوشههای مورد نیاز خود را از یک مخزن عظیم انتخاب و دانلود کنید، بدون اینکه مجبور باشید کل پروژه (که ممکن است صدها مگابایت باشد) را دانلود کنید.
* رابط کاربری ساده و یکپارچه با گیتهاب:
این ابزار معمولاً به صورت یک افزونه مرورگر یا سرویس تحت وب ارائه میشود که مستقیماً در صفحه مخزن گیتهاب ادغام میشود و امکان انتخاب گرافیکی فایلها را فراهم میکند.
https://gitzip.org
🧩 نصب افزونه کروم
🆔 @programmers_street
You may have heard of "vibe coding" - it's when you give instructions to the LLM and let it do the heavy lifting.
So how well does this work? And is it good enough for production code?
In this article, freecodecamp discusses how AI-assisted coding works, why code reviews are as important as ever, and more.
https://www.freecodecamp.org/news/how-to-use-vibe-coding-effectively-as-a-dev/
🆔 @programmers_street
As you improve your coding skills, you'll want to learn how to write Clean Code.
This means writing code that's readable, clear, and well-organized - and that anyone can understand.
In this quick guide, Nitin shares some simple tips to help you write cleaner, more maintainable code.
https://www.freecodecamp.org/news/tips-for-writing-clean-code/
🆔 @programmers_street
Large Language Models, or LLMs, are powerful - but they can get expensive to run.
This has given rise to a new breed of language model: the Small Language Model
In this guide , freecodecamp Explains how SLMs work, when and why they're useful, how to fine-tune them, and more.
https://www.freecodecamp.org/news/how-to-cut-ai-costs-without-losing-capability-the-rise-of-small-llms/
🆔 @programmers_street
📘 Python: Beginner's Guide to Artificial Intelligence
🆔 @Programming4all_0to100
📘Transformers for Natural Language Processing (2021)
The book takes you through NLP with Python and examines various eminent models and datasets within the transformer architecture created by pioneers such as Google, Facebook, Microsoft, OpenAI, and Hugging Face.
The book trains you in three stages. The first stage introduces you to transformer architectures, starting with the original transformer, before moving on to RoBERTa, BERT, and DistilBERT models. You will discover training methods for smaller transformers that can outperform GPT-3 in some cases. In the second stage, you will apply transformers for Natural Language Understanding (NLU) and Natural Language Generation (NLG). Finally, the third stage will help you grasp advanced language understanding techniques such as optimizing social network datasets and fake news identification.
🆔 @Programming4all_0to100
If you're curious about how AI systems work, this course will give you a great introduction.
It starts out by covering Machine Learning basics and discusses how ML systems differ from traditional rule-based software.
Then you'll learn how ML models, algorithms, and training work under the hood & finish by learning about Generative AI.
https://www.freecodecamp.org/news/learn-machine-learning-concepts-plus-generative-ai/
🆔 @programmers_street
LlamaBarn — is a tiny (12 MB) menu bar app that makes local LLMs as easy as connecting to Wi-Fi.
GitHub
🆔 @programmers_street
A curated list of awesome platforms, tools, practices and resources that helps run llms locally
https://www.opensourceprojects.dev/post/3bc0f8fa-4472-43bf-b3c6-223f1103e468
🆔 @programmers_street
Resume generator for academics and engineers
https://www.opensourceprojects.dev/post/836db8af-3ac6-40bb-b638-a3ee224eeda7
🆔 @programmers_street
معرفی یک ابزار خفن و جدید برای #امنیت_وب : BugTrace-AI یک ابزار کاملاً اوپنسورس و تازهنفس برای پنتست دقیق و با سرعت بالا
برخی از قابلیتهای مهمش رو در زیر نوشتم و لینک هم در پایین همین متن است ؛
تحلیل استاتیک کد (SAST)، تولید payloadهای هوشمند، بررسی و audit توکنهای JWT، پیدا کردن مسیرهای DOM XSS، تحلیل هدرهای امنیتی، SSTI Forge، پیدا کردن سابدامینها و کلی ابزار تخصصی دیگر در حوزه امنیت وب
این ابزار با Docker تنها در چند دقیقه راهاندازی میشه یک ui تروتمیز داره که با React نوشته شده و از مدلهای OpenRouter مثل Gemini Flash پشتیبانی میکند.
اگر پنتستر، Bug Bounty Hunter یا Security Researcher هستید، حتماً این پروژه برای شما جذاب خواهد بود
https://github.com/yz9yt/BugTrace-AI
🆔 @programmers_street
یک ویدیوی خیلی خوب برای جونیور ها و کسایی که میخوان تازه وارد فیلد مهندسی نرم افزار بشن و با تغییرات مدل های LLM و افزایش سرعت در توسعه چطور یادگیری رو شروع کنن و چه مراحلی رو طی کنن تا بتونن وارد بازار کار بشن و پیشرفت بکنن.
https://www.youtube.com/watch?v=2Tub-iqKP4Q
🆔 @programmers_street
کمپانی Anthropic تو پیج یوتیوبش محتوای آموزشی بی نظیر و به روزی درباره ی هوشمصنوعی ( ساخت ایجنتهای Claude , VibeCoding و ... ) به صورت رایگان منتشر میکنه و هر چند وقت یه بار هم ویدیو های جدید اضافه می کنن ؛ پیشنهاد میکنم استفاده کنید
https://youtube.com/playlist?list=PLf2m23nhTg1NxGVFS4ktbFfAVy3Dz2kPd&si=ZUgRg2r9m85uqGVe
🆔 @programmers_street
The Model Context Protocol, or MCP, has changed how LLMs connect with data and tools.
It can expose data as resources, provide actions through tools, and define prompts that guide how the model interacts with data or users.
In this guide, freecodecamp teaches you how to build your own MCP server using the FastMCP Python framework.
https://www.freecodecamp.org/news/how-to-build-your-first-mcp-server-using-fastmcp/
🆔 @programmers_street
When you build an app, you may want to get it out there so the world can see it.
This means you'll need to deploy it - which can sound like a daunting process.
In this course, Kerollos teaches you how to deploy your apps using various popular tools.
https://www.freecodecamp.org/news/how-to-deploy-a-web-app/
🆔 @programmers_street
🔥کمپانی OpenAi یک دایکیومنت بسیار ارزنده معرفی کرده به عنوان Building an AI-native engineering team
در این سند، راهکارهای قابل اجرا ارائه شده است تا رهبران مهندسی بتوانند از همین امروز فرایند ساخت تیمها و فرآیندهای بومی هوش مصنوعی (AI-native) را آغاز کنند
نسخه فارسی :
https://xpoury4.github.io/ai-native-engineering-persian/
نسخه اصلی :
https://cdn.openai.com/business-guides-and-resources/building-an-ai-native-engineering-team.pdf
لینک گیتهاب برای دانلود :
https://github.com/xPOURY4/ai-native-engineering-persian
🆔 @programmers_street
50+ animated React and Tailwind templates
https://github.com/DarkInventor/easy-ui/
🆔 @programmers_street
Generate prompts from any image on the web
https://github.com/pingan8787/image2prompt/
🆔 @programmers_street
AI agent for browser automation
🔗 https://github.com/normal-computing/fuji-web/
🆔 @programmers_street
Transformers for Natural Language Processing (2021)
▪️What you will learn
Use the latest pretrained transformer models
Grasp the workings of the original Transformer, GPT-2, BERT, T5, and other transformer models
Create language understanding Python programs using concepts that outperform classical deep learning models
Use a variety of NLP platforms, including Hugging Face, Trax, and AllenNLP
Apply Python, TensorFlow, and Keras programs to sentiment analysis, text summarization, speech recognition, machine translations, and more
Measure the productivity of key transformers to define their scope, potential, and limits in production
▪️Who this book is for
Since the book does not teach basic programming, you must be familiar with neural networks, Python, PyTorch, and TensorFlow in order to learn their implementation with Transformers.
‼️هشتگ ها را در کانال دنبال کنید 👇
#پایتون #پردازش_زبان_طبیعی
برای دانلود کتابهای بیشتر در کانال عضو شوید👇
🆔 @Programming4all_0to100
🔹آموزش پروژه محور WDF به زبان سی شارپ ( نرم افزار مدیریت فروشگاه )
مدرس: دکتر رضا مشایخی
‼️برای مشاهده آموزشهای بیشتر هشتگ ها را در کانال دنبال کنید 👇
#فروشگاه_اینترنتی #سی_شارپ
🆔 @Max_Academy