.NET (C#) Interview Questions and Answers This document contains a collection of 50 interview questions related to .NET and the C# programming language, aimed at assessing candidates at various levels of expertise. For more content like this be sure to join 10,500+ engineers to my .NET Pro Weekly Newsletter: https://stefandjokic.tech/?utm_source=github Basic What is .NET? Can you explain the Common Language Runtime (CLR)? What is the difference between managed and unmanaged code? Explain the b…
Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker, HuggingFace, Replicate (100+ LLMs) 🚅 LiteLLM Call all LLM APIs using the OpenAI format [Bedrock, Huggingface, VertexAI, TogetherAI, Azure, OpenAI, etc.] OpenAI Proxy Server | Enterprise Tier LiteLLM manages: Translate inputs to provider's completio…
Spreadsheets-are-all-you-need Spreadsheets-are-all-you-need implements the forward pass of GPT2 (an ancestor of ChatGPT) entirely in Excel using standard spreadsheet functions. By using a spreadsheet anyone (even non-developers) can explore and play directly with how a “real” transformer works under the hood with minimal abstractions to get in the way. Visit spreadsheets-are-all-you-need.ai for more info Download the sheet The sheet is available as an xlsb (Excel binary) file in the Releases se…
Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024) This is a repository for a "Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024)" youtube video. VIDEO TUTORIAL Key Features: 🌐 Next.js 14 & server actions 🗣 AI Voices using Elevenlabs AI 🎨 Beautiful component system using Shadcn UI 🎭 Amazing characters thanks to KenneyNL 🔐 Auth using Clerk 🔊 Sound effects ❤️ Hearts system 🌟 Points / XP system 💔 No hearts left popup 🚪 Exit confirmation popup 🔄 Practice …
Chronos: Pretrained (Language) Models for Probabilistic Time Series ForecastingChronos: Learning the Language of Time Series Chronos is a family of pretrained time series forecasting models based on language model architectures. A time series is transformed into a sequence of tokens via scaling and quantization, and a language model is trained on these tokens using the cross-entropy loss. Once trained, probabilistic forecasts are obtained by sampling multiple future trajectories given the histo…
Simple, safe way to store and distribute tensors Python Rust safetensors Safetensors This repository implements a new simple format for storing tensors safely (as opposed to pickle) and that is still fast (zero-copy). Installation Pip You can install safetensors via the pip manager: pip install safetensors From source For the sources, you need Rust # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Make sure it's up to…
MyViewOfLinuxSystems A view from a process within a Linux system towards the world. Dotted arrow means dependencies. [1] ref How Linux Works, 2nd edition. https://www.yes24.com/Product/Goods/22404368 FHS 3.0 https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html The Dinosaur Book https://www.amazon.com/Operating-System-Concepts-Binder-Version/dp/1118129385 OSTEP https://pages.cs.wisc.edu/~remzi/OSTEP/ Understanding the Linux Kernel, 3rd edition. https://www.amazon.com/Understanding-Linux-Ke…
Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.Developer Portfolio Are you struggling to create a professional portfolio website? Look no further! You can use the Developer Portfolio template and create your very own personalized portfolio today! My website is designed to be user-friendly and easily customizable, making it perfect for both developers and freelancers. Demo 🎥 View live preview here. …
Automate browser-based workflows with LLMs and Computer Vision 🐉 Automate Browser-based workflows using LLMs and Computer Vision 🐉 Skyvern automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows, replacing brittle or unreliable automation solutions. Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM p…