Aakansha Doshiblog.aakansha.dev·Nov 21, 2024Announcing Canvas X React Workshop in January 2025My Canvas Journey: From Novice to Builder Canvas often feels like a mystery box - we use tools built on top of canvas, but few of us truly understand how it works. If you're a JavaScript developer, this might sound familiar 😊. Back in May 2020, when...185 readscanvas
Gareth Robertshyperpriors.io·Oct 31, 2024Deep Dive PromptsrCOT + GoT <start> >>> OBJECTIVE <<< This prompt aims to construct an exhaustive list of atomic actions that will get the user to their desired outcome (provided by the user). --- >>> INPUT <<< Before beginning the generation phases, we define the i...omg prompts
Victor Uzoagbavictoru.hashnode.dev·Oct 28, 2024Optimizing Deep Learning Training: From Local to CloudIntroduction Deep learning has transformed fields ranging from computer vision to natural language processing, but training these models requires significant computational resources. For teams running training on local hardware or scaling to cloud en...Deep Learning
Ahmad W Khanblog.ahmadwkhan.com·Sep 26, 2024Llama 3.2 – A Deep DiveToday, we're diving deep into Meta's latest open-source Large Language Model (LLM), Llama 3.2, and exploring how it's transforming the landscape of edge AI and vision tasks. Grab your favorite beverage, and let's pop the hood, shall we. Llama 3.2: A ...103 readsLLaMa
Amitesh Vermaamiteshverma.hashnode.dev·Sep 3, 2024How Next.js Enhances SEO: A Deep DiveWhen it comes to Search Engine Optimization (SEO), there are two key areas to focus on: on-page SEO and off-page SEO. On-page SEO involves optimizing your website or application to be more search engine-friendly. This includes everything from content...1 likesoftware development
Hari Kiran Bharikiranb.hashnode.dev·Aug 30, 2024Comprehensive Guide to ETCD in KubernetesVersion Information: ETCD version discussed: v3.5.x (latest stable as of August 2024) Kubernetes version: 1.29.x (latest stable as of August 2024) Note: While the principles discussed in this article apply broadly, some specific features or confi...26 readsKubernetes
Hari Kiran Bharikiranb.hashnode.dev·Aug 28, 2024Comprehensive and Advanced Kubernetes Pod Deployment Process1. YAML Creation and Kubectl Command We start with a YAML file defining a Deployment with 3 replicas: apiVersion: apps/v1 kind: Deployment metadata: name: example-deployment spec: replicas: 3 selector: matchLabels: app: example temp...18 likes·89 readsKubernetes
Spheron NetworkforSpheron's Blogblog.spheron.network·Jul 23, 2024How Well Do Large Language Models Perform in Program Synthesis?Large Language Models (LLMs) are making significant strides in various fields, including automated program synthesis. Their ability to understand and generate complex code has astonished many experts and developers. As LLMs evolve, their role in tran...46 readsLLMllm
Anish Dabhanespartan71.hashnode.dev·Jul 12, 2024BTS : Building a C++ programIntroduction You might have been writing programs in C++ for several months or years. But have you ever wondered how the program, which is just text following some rules, actually gets translated so that the computer understands what to do? This blog...33 likes·211 readsC++
Harish Bmycollection.hashnode.dev·May 21, 2024Machine Learning and Deep Learning mastery Every Nook and Cranny Introduction Machine learning (ML) and deep learning (DL)Introduction Machine learning (ML) and deep learning (DL) are transforming industries and driving innovation. From personalized recommendations on Netflix to self-driving cars, these technologies are revolutionizing the way we interact with the world...94 readsMachine Learning