AGAnshik Guptainanshikgupta.hashnode.dev·Apr 11, 2025 · 4 min readHow does GPT work?GPT is a Large Language Model (LLM) which can understand input from human and can generate human like text. GPT stands for Generative Pre-trained Transformer.Generative: Generates information based on user input.Pre-trained: It works on the data on w...00
AGAnshik Guptainanshikgupta.hashnode.dev·Apr 11, 2023 · 3 min readUploading to s3 with python scriptBoto3 is AWS's SDK for Python which can be easily integrated. What is the need of uploading assets to s3 with python? A developer might need to upload assets to s3 bucket to use them publicly without needing them to store in their project which also ...01A
AGAnshik Guptainanshikgupta.hashnode.dev·Aug 7, 2022 · 6 min readReact + RTK-QueryWhat is the need of such a tool? Applications require to fetch data from servers regularly so that it can be displayed to the users and that data maybe changing as user use the application where the data will be sent to the servers as well. So in suc...00
AGAnshik Guptainanshikgupta.hashnode.dev·Jul 30, 2022 · 4 min readCron JobsWhat are Cron Jobs? Cron jobs are scheduled jobs which can be executed repeatedly at a particular interval of time. The most common use case of these jobs is to automate tasks so that the developer does not have to waste their time in order to wait f...00