Ashish Prabhakarashishprabhakar.hashnode.dev·Sep 15, 2024Integrating React.js into a Pokedex AppIn this post, I’ll share how I integrated React.js to create a Pokedex app—a project that not only displays a list of Pokémon but also allows you to explore their details interactively. Whether you’re a beginner in React or looking for inspiration fo...Discusspokemon
Sammith S Bharadwajsammith.hashnode.dev·Jul 3, 2024TIL but from youtube: Who's that pokémonToday I talk about a video I saw about geometric distribution with the help of pokémon. https://youtu.be/K79aOe-F0Mk?si=LYtZbRscNZPPztJb Introduction The video tries to explore what is the expected number of encounters before we catch all the pokém...Discussbernoulli
Nikola Brežnjaknikolabreznjak.hashnode.dev·Feb 6, 2024Getting started with Vue.js 3 by building a Pokemon search applicationTL;DR In the previous tutorial I showed you how to get started with Vue.js 3 by building a Giphy search application. That was a long while ago 🙂, so here's a new and updated post. But, to not just update the post, I decided to do something different...Discuss·10 likesVue.js
Alice Elizabethpokemonguides.hashnode.dev·Dec 3, 2023Pokemon Wordpress Plugin for PokedexHave you ever wanted your own Pokemon Pokedex? Today I'll show you an example of how to program a Pokedex on WordPress. This script provides a basic structure for a WordPress plugin that allows scraping Pokedex data from a specified URL, displaying t...DiscussPokemon wordpress
Brad Prestonbradpreston.hashnode.dev·Jun 5, 2023My first step to a full-stack Pokedex appMy goal for this project My goal at the end of all this is to have a full-stack Pokedex app. I could have used the data from the PokeAPI and built a frontend only, but then I wouldn't get to build my backend/serverless functions and interact with my ...Discuss·64 readsTypeScript
Krishaay Joiskodex.hashnode.dev·May 23, 2023Building a GPT Powered PokeDex AppOpenAI’s Large Language Models like ChatGPT and GPT-3 have been used to build a variety of powerful applications. In this post, I’ll walk you through how I built my first LLM powered application, OpenDex. Step 1: Create OpenAI API Key ⚠️ If you don’...Discuss·1 like·41 readspokemon
John Stoutpokeemon.hashnode.dev·Apr 1, 2023The Pokemon SpotThe world of Pokémon has captured the hearts of fans around the globe since its inception in 1996. The franchise, which includes video games, trading cards, television shows, movies, and more, has become a cultural phenomenon that has lasted for over...Discusspokemon
Mike Youngmikeyoung44.hashnode.dev·Mar 30, 2023Unleash Your Inner Pokémon Trainer: Create Your Own Pokémon with AIEver fantasized about designing a unique Pokémon that springs straight from your imagination to the computer screen? Get ready to be amazed, as we're about to turn that dream into reality with the incredible power of AI! Are you prepared to embark on...DiscussAI
Andrew Dassandrewdass.hashnode.dev·Mar 11, 2023An Explanation to my "Random Pokémon Generator" ApplicationOverview This article will explain how to use the programming language Python, and a Python framework Flask to make a Random Pokemon Generator randomly outputs a picture of a Pokémon from either the Kanto, Johto, Hoenn or Sinnoh region. Materials Py...Discuss·212 readsPython
Manuel SpigolonforBackend Cafebackend.cafe·Feb 19, 2023How to build a Pokedex with PlatformaticRecently, Matteo Collina, one of Fastify's creators and much more, launched Platformatic: a fast backend development platform. Since it is built on top of Fastify, it claims to be a life changer, and I want to try it and write down my thoughts! So, w...Discuss·1.2K readsbackend