coder4life
coder4life
  • 187
  • 384 853
How to connect to Redis in Next.js 14
In this Next.js 14 tutorial: Connecting and interacting with Redis directly from Next.js.
► Social Media
coder4_life
github.com/another-coder4life
coder4.life.code
► Music
Planetarium by Ambyion & GalaxyTones soundcloud.com/ambyion soundcloud.com/galaxytones
Creative Commons - Attribution 3.0 Unported - CC BY 3.0
Free Download / Stream: bit.ly/49cmR2L
Переглядів: 604

Відео

Fetch data with RestClient in Spring Boot
Переглядів 1694 місяці тому
Using RestClient to make a GET request to fetch JSON data from an external API in Spring Boot. In this video we will present the result in a working application with a Thymeleaf frontend. ► Social Media coder4_life github.com/another-coder4life coder4.life.code
Loading YAML with SnakeYAML in Java
Переглядів 4454 місяці тому
Parsing YAML files in Java with the SnakeYAML library with simple examples. ► Social Media coder4_life github.com/another-coder4life coder4.life.code
Using a native HTML dialog in Next.js 14
Переглядів 5215 місяців тому
Using a native HTML dialog in Next.js 14
Create a custom not found page in Next.js 14
Переглядів 1595 місяців тому
Create a custom not found page in Next.js 14
Palindrome String Java Coding Challenge
Переглядів 1625 місяців тому
Palindrome String Java Coding Challenge
Toggle between values (Closures in JavaScript)
Переглядів 685 місяців тому
Toggle between values (Closures in JavaScript)
How to return an image from an API endpoint in Spring Boot
Переглядів 6736 місяців тому
How to return an image from an API endpoint in Spring Boot
Migrating an Express.js API from Node.js to Bun
Переглядів 2766 місяців тому
Migrating an Express.js API from Node.js to Bun
Convert Markdown to HTML in Spring Boot
Переглядів 3507 місяців тому
Convert Markdown to HTML in Spring Boot
10 useful Bash Scripts in 10 minutes
Переглядів 2098 місяців тому
10 useful Bash Scripts in 10 minutes
Upload a File in Apache Wicket Application | Java Tutorial
Переглядів 3278 місяців тому
Upload a File in Apache Wicket Application | Java Tutorial
Convert Image to WEBP in Node.js vs Java
Переглядів 5189 місяців тому
Convert Image to WEBP in Node.js vs Java
Writing your first Interceptor in Spring Boot
Переглядів 4559 місяців тому
Writing your first Interceptor in Spring Boot
Convert PDF to Image | Java Tutorial
Переглядів 3899 місяців тому
Convert PDF to Image | Java Tutorial
Building a Node.js API (Express, TypeScript, PostgreSQL, Drizzle ORM)
Переглядів 3,5 тис.9 місяців тому
Building a Node.js API (Express, TypeScript, PostgreSQL, Drizzle ORM)
How to Reset a Form in React Hook Form
Переглядів 1,1 тис.10 місяців тому
How to Reset a Form in React Hook Form
Sort a List of Strings with German Umlaut | Java Tutorial
Переглядів 8011 місяців тому
Sort a List of Strings with German Umlaut | Java Tutorial
Upload file in Spring Boot
Переглядів 70111 місяців тому
Upload file in Spring Boot
Bash Script: Print elapsed code execution time
Переглядів 5611 місяців тому
Bash Script: Print elapsed code execution time
How to create an enum in JavaScript
Переглядів 29311 місяців тому
How to create an enum in JavaScript
Bash Script: Parsing command-line options with getopts
Переглядів 457Рік тому
Bash Script: Parsing command-line options with getopts
Creating a Protected Route in React
Переглядів 147Рік тому
Creating a Protected Route in React
Testing in Spring Boot with WebMvcTest and Mockito
Переглядів 1,1 тис.Рік тому
Testing in Spring Boot with WebMvcTest and Mockito
How to load initial database data in Spring Boot
Переглядів 2,7 тис.Рік тому
How to load initial database data in Spring Boot
Creating a Contact Form with React Hook Form and Tailwind CSS
Переглядів 3,3 тис.Рік тому
Creating a Contact Form with React Hook Form and Tailwind CSS
How to show active navigation link in JavaScript
Переглядів 271Рік тому
How to show active navigation link in JavaScript
Add watermark to PDF with iText | Java Tutorial
Переглядів 1,2 тис.Рік тому
Add watermark to PDF with iText | Java Tutorial
Get started with Spring Shell
Переглядів 440Рік тому
Get started with Spring Shell
Using component composition to optimize rendering in React
Переглядів 320Рік тому
Using component composition to optimize rendering in React

КОМЕНТАРІ

  • @darshansahu4300
    @darshansahu4300 8 годин тому

    You have done for target method, thats fine. How to do for nested method invoked inside target method and custom annotation added to nested methods????

  • @user-fi3vy2gp9z
    @user-fi3vy2gp9z 9 днів тому

    Awesome job!

  • @fede.lencina
    @fede.lencina 14 днів тому

    Great work, thank you!! like and sub

  • @victoriaogbiyoyo2472
    @victoriaogbiyoyo2472 17 днів тому

    It works now. Thanks alot!

  • @Hick-zh9sh
    @Hick-zh9sh 29 днів тому

    Implementei da seguinte maneira: import { createClient } from 'redis'; const client = createClient({ socket: { reconnectStrategy: (retries) => { if (retries < 10) { return Math.min(retries * 50, 500); } else { return new Error('Max retries reached'); } } } }); client.on('error', (err) => console.log('Redis Client Error:', err)); async function initializeRedis() { if (!client.isOpen) { await client.connect(); } } initializeRedis(); const add = async (key: string, value: any) => { await client.set(key, JSON.stringify(value)); }; const get = async (key: string) => { const value = await client.get(key); return value ? JSON.parse(value) : null; }; export { add, get };

  • @Hick-zh9sh
    @Hick-zh9sh 29 днів тому

    Await without async, it works?

  • @Ayman_youtube
    @Ayman_youtube Місяць тому

    thnak you so muchhhhh

  • @_.Marcus
    @_.Marcus Місяць тому

    Thanksss a lot, simple and direct

  • @ducdominh9390
    @ducdominh9390 Місяць тому

    If this code doesn't work, remember to enable smooth scrolling in your browser settings.

  • @user-fc6pe2tf5t
    @user-fc6pe2tf5t Місяць тому

    can you make a vidoe on how to save it after drawing the image

  • @tipchansongtheng6958
    @tipchansongtheng6958 Місяць тому

    This is what I was searching for. Thanks man!

  • @sudhanshuthapa2289
    @sudhanshuthapa2289 Місяць тому

    aarigato

  • @user-nd7sk2ph4f
    @user-nd7sk2ph4f 2 місяці тому

    Thank you very much!!!

  • @sufiantariq6584
    @sufiantariq6584 2 місяці тому

    Very Cool!

  • @sjoerdvermeijden
    @sjoerdvermeijden 2 місяці тому

    How come your expres server works with modules out of the box?

  • @MrTatt84
    @MrTatt84 2 місяці тому

    Thanks!

  • @muhammedkerek9615
    @muhammedkerek9615 2 місяці тому

    thanks mate god bless you

  • @YammyBoh7
    @YammyBoh7 2 місяці тому

    You're a lifesaver!

  • @sgriff4
    @sgriff4 2 місяці тому

    This worked great, thank you!

  • @S1Cool
    @S1Cool 3 місяці тому

    Thanks a lot man for the complete implementation ... great work

  • @elhaambasheerch7058
    @elhaambasheerch7058 3 місяці тому

    The bg music is extremely distracting, thanks for the video nonetheless

  • @123dgriffin
    @123dgriffin 3 місяці тому

    When using a project with multiple modules and a Parent Pom, do you just need to put devtools in the parent pom? Or every pom?

  • @ignaciogomez4009
    @ignaciogomez4009 3 місяці тому

    thanks!

  • @Monstro330
    @Monstro330 3 місяці тому

    Obrigado, me ajudou

  • @knightcube
    @knightcube 3 місяці тому

    It works now. Thanks!

  • @abrotherinchrist
    @abrotherinchrist 3 місяці тому

    Does Sharp work with videos?

  • @nestor-162
    @nestor-162 3 місяці тому

    Thanks! It works!

  • @filipetortora5031
    @filipetortora5031 4 місяці тому

    Muito bom. Parabéns

  • @srikantaprasadrajeurs5069
    @srikantaprasadrajeurs5069 4 місяці тому

    Bro i am very greteful to u i got it😍

  • @brunodavis7303
    @brunodavis7303 4 місяці тому

    thanks

  • @athoni1293
    @athoni1293 4 місяці тому

    tysm, that worked

  • @raymondmichael4987
    @raymondmichael4987 4 місяці тому

    Didn’t see this coming; well done buddy; it’s really great. Regarding text how to set fontSize?

  • @bhatnagarcapital
    @bhatnagarcapital 4 місяці тому

    brillinant💯💯

  • @yash_verma
    @yash_verma 5 місяців тому

    great

  • @alicewatson1424
    @alicewatson1424 5 місяців тому

    Hello bro how can I run this. Like what do i have to type in the terminal? to open it in the browser?

  • @Gigasit07
    @Gigasit07 5 місяців тому

    Thanks man

  • @ekeshkumar-rc4hb
    @ekeshkumar-rc4hb 5 місяців тому

    thank you sir

  • @gabrielp8660
    @gabrielp8660 5 місяців тому

    Thanks!!

  • @faeldaug9719
    @faeldaug9719 5 місяців тому

    Thank you!

  • @denichi872
    @denichi872 5 місяців тому

    it is will be work on mobile / desctop / android / ios ?

  • @sriramvenkatesh
    @sriramvenkatesh 6 місяців тому

    Thanks 🎉

  • @francovedia5584
    @francovedia5584 6 місяців тому

    nice

  • @AronDaKING
    @AronDaKING 6 місяців тому

    Thanks you!

  • @igortavares667
    @igortavares667 6 місяців тому

    can you show how to display the image uploaded?

  • @radouaneguerchal8193
    @radouaneguerchal8193 7 місяців тому

    Thanks It works perfectly

  • @sfoxsgaming
    @sfoxsgaming 7 місяців тому

    teu work di aing

  • @maclaurinrocha2881
    @maclaurinrocha2881 7 місяців тому

    Thank you very much for the video, seriously, we need more videos like this. I searched the internet for this information, thank you. In Google Chrome1s dev tools, the style option appears by default in elements, but you can change it to event listener, where all the events are located. It is easier to view the events on the page that exist in memory. bye

  • @elektrovert
    @elektrovert 7 місяців тому

    After 2 days of problems, this was the solution! Thanks!

  • @debojeetdutta1390
    @debojeetdutta1390 7 місяців тому

    Bro how did you get the tic tac toe display?

  • @johnromanov
    @johnromanov 7 місяців тому

    Thanks a lot🙌