Posts by Miguel Salvador (communityDev)
In order to stop a counter going below 0, I use math.max. where zero is the first argument. whenever it goes below minus one it will remain always to be the maximum number which is zero, achieving the intended effect.
#programming #coding #code #webdev #dev #frontend #frontenddeveloper #frontenddev
Today's Oaktrade's devlog - miguelsalvador.co.uk/articles/oak... #programmer #javascript #dev #frontend #tinyweb #frontenddev #javascript #tips #tipsandtricks #buildinpublic #buildinginpublic #pokemontcgpocket #ptcgp #pokemon #oaktrade
Today's Dev Tip is about "lru cache is not a constructor" error.
#programming #coding #code #webdev #programmer #developer #chatgpt #codinglife #stackoverflow #dev #tech #frontend #frontenddeveloper #tinyweb #frontenddev #linkedincommunity #javascript #tips #buildinpublic #buildinginpublic
the cards are now being displayed on lists of 10 and I now have to shape the car to look visually how I intend to
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket #buildinpublic
pokemon-tcg-pocket-trading-application
today I have decided on the structure that I'm going to have for placing all the cards after searching And next thing I have to do is to Divide the results by lists of 10
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket #pokedexchange
Pokeapp update - @pearbender help me making most of the SQL query, and now I'm figuring out how to merge different queries so that I not only returning a search by name but also by expansion and rarity.
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket
Today I talk about .map and how to mutate objects!
#dev #javacript #learningthings #js
currently I've got the input from the form and this will allow me to use that to get the search function working next
Japanese interest today!
There are two different words for a museum: One is about knowledge, objects or history, like the British Museum or Dinosaur Museum, and an Art Museum which is like the Louvre or a modern art gallery.
#leaningjapanese #learning
Today's tip is about Autofocus.
It's a prop that when inserted in a TextInput component in React, stops this behaviour, allowing the user to type freely.
What have you learned lately whilst developing?
#dev #frontend #react
I’m livecoding a pokemon trading website for Pokemon Pocket! now! Come hang out: - www.twitch.tv/communitydev
My love for animation came from watching anime music openings and endings.
This specific one, Ending 3 "The Story of Us" has been my favourite lately.
What is an animation short or anime music video that has drawn you in lately?
www.youtube.com/watch?v=FY4B...
Now you can choose the language for your wishlist cards :) .
The next part will be slightly easier, as I had it working in the previous version, so I only have to add it :)
#pokemon #pokemoncommunity #pokemonpocketpackopening #pokemonpocket
There's a dropdown to select the tcg account you want to add cards to. Tomorrow, I'm adding the menu where you fill in your wishlist.
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket
pokemon-tcg-pocket-trading-application
Accounts are created in the database, menu is skipped when accounts are existing, now moving on to add cards to each account.
Just completed a proper end-to-end tutorial on getting data into Supabase through Docker and PostgreSQL. Learned a ton, broke a few things, fixed them, and now it all works!
youtu.be/CwAlt9kZ6vc
#docker #postgres #supabase #tutorial
You can now add multiple tcg accounts! I need to submit them to the database next.
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket
I've created a FREE mall application where you can stream your Android screen from your phone to your pc through usb. It allows you to record your session too! Link here - drive.google.com/file/d/1S6S7...
#stream #recording #android
After two weeks of research, at last, we have a working username dialog!
Now the auth is cleared! I can move on to the application's features!
#PokemonTCGPocket #pokemon #React #Frontend #tcgpocket
I hear stories all the time about AI taking our jobs, then I read stories like this and they just confirm what I've always believed ai to really be - www.reddit.com/r/LegalAdvic...
old-movies
Lately I've been on a "old is gold" kind of movies. I've watched "It's a wonderful life" (Beautiful movie), and am now on the long binge watch for all the 007 movies. Dr.No has been watched , now in "From Russia with love"
What have you been watching lately?
I agree, but when those errors are warnings because you have an import that is not being used in a component... I'm happy to leave those behind 👍
Today I managed to bypass all the typescript errors and have a online build. Now I'm trying to stop users from creating duplicate usernames .
I found the solution by following this tutorial - www.youtube.com/watch?v=PFpr...
pokemon-tcg-pocket-trading-application
Do you see that? This is what I've been searching for the past week. That sweet message saying "Signed In" after I've tried to login.
Now we're moving onto submitting account information, and to adding player wishlist / cards available for trade!
#PokemonTCGPocket #pokemon #React #tcgpocket
Throughout my journey to deliver a pokemon pocket trading app, I think it's a good idea to share my learnings with everyone. I did an intro to my future docker videos :) www.youtube.com/shorts/8SdVf...
#docker #swe
pokemon-tcg-pocket-trading-application
Been silent for about a week now.
What's been going on:
After moving to supabase , I've managed to connect the databases to it. Now, I'm moving on to do the authentication for sign-ins, and having issues with it. Searching for answers, which is taking some time.
#PokemonTCGPocket #pokemon #React