typescript tutorial for react developers TypeScript Handbook for React Developers – How to Build a Type-Safe Todo App A Step-By-Step Tutorial for Beginners Read on FreeCodeCamp » View Demo · Request Feature · Report Bug Introduction Welcome to the GitHub repository for the TypeScript for React Developers tutorial! In today's JavaScript landscape, TypeScript is gaining more and more popularity, and React developers are i…
AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples.aws-devops-zero-to-hero AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples. Each day's class will provide real-time knowledge on AWS services, allowing you to apply what you've learned and gain practical skills in working with AWS i…
Code Racer Welcome to Code Racer, a community project built with Next.js, Tailwind CSS, and TypeScript. Code Racer is a multiplayer coding game where developers can compete against each other to solve programming challenges in real-time. Sharpen your coding skills, challenge your peers, and have fun while racing against the clock! Features Code snippet games Technologies Used Next.js : A React framework for building server-side rendered and statically generated applications. Nex…
Prerequisites JDK 11 Maven 3 or later MySQL 5.6 or later Technologies Spring MVC Spring Security Spring Data JPA Maven JSP MySQL Database Here,we used Mysql DB MSQL DB Installation Steps for Linux ubuntu 14.04: $ sudo apt-get update $ sudo apt-get install mysql-server Then look for the file : /src/main/resources/accountsdb accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server mysql -u <user_name> -p accounts < accountsdb.sql
Context-aware AI Sales Agent to automate sales outreach.🤖 SalesGPT - Your Context-Aware AI Sales Assistant This repo demonstrates an implementation of a context-aware AI Sales Assistant using LLMs. SalesGPT is context-aware, which means it can understand what section of a sales conversation it is in and act accordingly. Morever, SalesGPT has access to tools, such as your own pre-defined product knowledge base, significantly reducing hallucinations! We leverage the langchain library in this impl…
Pruebas técnicas donde la comunidad participa con sus solucionesPruebas Técnicas de Programación Pruebas técnicas de programación para desarrolladores frontend y backend. Lista de pruebas técnicas 01 - Reading List (FrontEnd - Nivel: Junior) ¿Cómo participar? Haz un fork de este repositorio Crea una carpeta con tu nombre de usuario de GitHub dentro de la carpeta pruebas/[nombre-de-la-prueba], por ejemplo: pruebas/01-reading-list/midudev. Siempre sólo modifica los ficheros y carpetas dentro d…
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.simpleaichat from simpleaichat import AIChat ai = AIChat(system="Write a fancy GitHub README based on the user-provided project name.") ai("simpleaichat") simpleaichat is a Python package for easily interfacing with chat apps like ChatGPT and GPT-4 with robust features and minimal code complexity. This tool has many features optimized for working with ChatGPT as fast and as ch…
🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime(All in One Codebase!). Have a natural seamless conversation with AI everywhere(mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖RealChar. - Your Realtime AI Character 🎙️🤖Create, customize and talk to your AI Character/Companion in realtime🎙️🤖 …
A performant e-commerce starter template with Next.js 13 and Medusa. Medusa Next.js Starter Template Combine Medusa's modules for your commerce backend with the newest Next.js 13 features for a performant storefront. Prerequisites To use the starter you should have a Medusa server running locally on port 9000. For a quick setup, run: npx create-medusa-app@latest Check out create-medusa-app docs for more details and troubl…