Write Faster Python with Numba's @jit
٢٢ مارس ٢٠٢٥python

Write Faster Python with Numba's @jit

Learn how to speed up your Python code, especially numerical computations, using Numba's JIT compiler. We'll cover the basics, benefits, limitations, and practical examples.

مقال
Pydantic 101: Data Validation and Parsing Made Easy
٢٢ مارس ٢٠٢٥python

Pydantic 101: Data Validation and Parsing Made Easy

Learn the basics of Pydantic, a powerful Python library for data validation, parsing, and settings management. Covers models, types, validation, and more.

مقال
ModernBERT: A Leap Forward in Long-Context Language Models
١٩ ديسمبر ٢٠٢٤NLP

ModernBERT: A Leap Forward in Long-Context Language Models

An overview of ModernBERT, a new BERT-style model with long-context capabilities and superior performance across various tasks.

مقال
ModernBERT: قفزة نوعية في نماذج اللغة ذات السياق الطويل
١٩ ديسمبر ٢٠٢٤NLP

ModernBERT: قفزة نوعية في نماذج اللغة ذات السياق الطويل

نظرة عامة على ModernBERT، نموذج جديد من طراز BERT مع قدرات سياق طويلة وأداء متفوق في مختلف المهام.

مقال
Run Large Language Models on Colab with TextGen-WebUI
٢٠ نوفمبر ٢٠٢٤AI

Run Large Language Models on Colab with TextGen-WebUI

This blog post will guide you through using a fantastic GitHub repository to effortlessly run Large Language Models (LLMs) on Google Colab with TextGen-WebUI.

مقال
 Local Media Embedder Plugin
٢٠ نوفمبر ٢٠٢٤obsidian

Local Media Embedder Plugin

⚡ Boost your Obsidian experience! Seamlessly embed local media files (videos, audio) into your notes using the Local Media Embedder plugin—no need to move or duplicate files.

مقال
مستقبل تطوير الويب: بناء تطبيقات متكاملة باستخدام Bolt.new (دون الحاجة إلى البرمجة!)
١٩ نوفمبر ٢٠٢٤Web-Dev

مستقبل تطوير الويب: بناء تطبيقات متكاملة باستخدام Bolt.new (دون الحاجة إلى البرمجة!)

يُحدث Bolt.new ثورة في تطوير الويب من خلال تمكين أي شخص من إنشاء تطبيقات ويب متكاملة باستخدام الذكاء الاصطناعي، حتى دون خبرة برمجية!

مقال
The Future of Web Development: Build Full-Stack Apps with Bolt.new (No Coding Required!)
١٩ نوفمبر ٢٠٢٤Web-Dev

The Future of Web Development: Build Full-Stack Apps with Bolt.new (No Coding Required!)

Bolt.new revolutionizes web development by letting anyone create full-stack web apps with AI, even without coding experience!

مقال
How to Create and Publish a Flutter Package to pub.dev
١٩ يوليو ٢٠٢٤Flutter

How to Create and Publish a Flutter Package to pub.dev

A step-by-step guide to creating a Flutter package, testing it locally, and publishing it to pub.dev.

مقال