I did some experiments with ChatGPT and... man... this really changes my way of programming starting from today.
I'm learning a very nice alternative to React/Next.js and creating a tutorial about that: SvelteKit. Really ... It's impressive. On some days I'll produce a video playlist with my own tutorial about it. https://paulojeronimo.com/sveltekit-web3-login-tutorial.
Paulojeronimo
SvelteKit Web3 Login Tutorial
What does this mean? You can now use hashtags in the link http://paulojeronimo.com/sitemap/ to know which content I produced about what you want to know. For an example, try these links: https://paulojeronimo.com/sitemap/#nft https://paulojeronimo.com/sitemap/#web3
New video published on LinkedIn and also on my YouTube channel (please, subscribe to it): https://www.youtube.com/watch?v=hL3hFxp-aSc
YouTube
Improve your programming skills by coding a Fibonacci app
Forwarded from Paulo Jerônimo
Oi pessoal! 🙂 Passando aqui para compartilhar um pouquinho do conteúdo de um ebook que estou criando. Sugestões são sempre bem-vindas! Obrigado!
Recorded to solve a Bash user problem posted in the list https://t.me/shellscript_x
Telegram
SHELL❌SCRIPT
Grupo destinado aos amantes da linguagem Shell Script. Onde você poderá compartilhar seus conhecimentos e dúvidas.
Siga-me:
shellscriptx.com
facebook.com/shellscriptx
twitter.com/shellscriptx
telegram.me/shellscriptx
github.com/shellscriptx
Siga-me:
shellscriptx.com
facebook.com/shellscriptx
twitter.com/shellscriptx
telegram.me/shellscriptx
github.com/shellscriptx
Forwarded from Paulo Jerônimo
In this video, aimed at those who are improving in programming with my tips, I present the solution to the following problems:
1) What is the index of the first number of the Fibonacci series (0 1 1 2 3 5 8 ...) with 55 digits?
2) How many Fibonacci numbers have between 55 and 89 digits?
3) What is the fastest implementation in Bash that could generate a list with the first 1000 numbers of the Fibonacci series?
1) What is the index of the first number of the Fibonacci series (0 1 1 2 3 5 8 ...) with 55 digits?
2) How many Fibonacci numbers have between 55 and 89 digits?
3) What is the fastest implementation in Bash that could generate a list with the first 1000 numbers of the Fibonacci series?