Write Faster Python with Numba's @jit
March 22, 2025python

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.

Article
Pydantic 101: Data Validation and Parsing Made Easy
March 22, 2025python

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.

Article
ModernBERT: A Leap Forward in Long-Context Language Models
December 19, 2024NLP

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.

Article
ModernBERT: قفزة نوعية في نماذج اللغة ذات السياق الطويل
December 19, 2024NLP

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

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

Article
Run Large Language Models on Colab with TextGen-WebUI
November 20, 2024AI

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.

Article
 Local Media Embedder Plugin
November 20, 2024obsidian

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.

Article
مستقبل تطوير الويب: بناء تطبيقات متكاملة باستخدام Bolt.new (دون الحاجة إلى البرمجة!)
November 19, 2024Web-Dev

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

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

Article
The Future of Web Development: Build Full-Stack Apps with Bolt.new (No Coding Required!)
November 19, 2024Web-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!

Article
How to Create and Publish a Flutter Package to pub.dev
July 19, 2024Flutter

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.

Article