Tomasz Buszewski
Tomasz Buszewski
  • 10
  • 506
Generate an OpenAPI CLIENT for REACT
Using API generators is the best way to make sure we follow the documentation. No missed types or misspelled endpoints, no double-checking what is the payload or what will be returned. Just pure bliss.
My Express OpenAPI Video: th-cam.com/video/AzAr4TpNbmI/w-d-xo.html
Read it here: buszewski.com/writings/2024-09-04-how-to-generate-a-client-from-openapi-schema
---
00:00 Start
00:43 What we will need?
02:37 Generating the client
05:33 What is all this?
08:05 Using the Client
09:23 Fetching the data
11:58 Modifying the data
16:27 Moving API to a hook
19:03 Bonus: formatting
---
#react #openapi #swagger #api
มุมมอง: 95

วีดีโอ

Are these IT MYTHS VALID in 2024?
มุมมอง 3221 วันที่ผ่านมา
The IT industry, just like any other, has its fair share of myths and legends. Today I want to check some of the most frequent I hear. Read it here: buszewski.com/writings/2024-08-30-are-these-it-myths-valid-in-2024 Real cost of your new library: buszewski.com/writings/2019-03-02-real-cost-of-your-new-library/ 00:00 Intro 00:21 I need a science degree and ace math problems 02:09 Getting a job i...
TEST-DRIVEN DEVELOPMENT for REACT CRASH COURSE
มุมมอง 8021 วันที่ผ่านมา
Test-driven Development is one of the best techniques for writing co. It not only raises confidence of delivery by providing tests for everything, but it also streamlines development. And using it with React is quite pleasant! My React starter: th-cam.com/video/odcubFkTE-M/w-d-xo.html (highly recommended for this video!) Project scaffolding: th-cam.com/video/VTiVsxkvG0Q/w-d-xo.html TDD in JavaS...
HIRING MANAGER's on how to ACE CODING HOMEWORK
มุมมอง 2328 วันที่ผ่านมา
Getting things to code at home is often an integral part of the hiring process. I saw tons of examples of both great and poor solutions. How to make sure yours land in the proper bracket? #hiring #recruitment #interview #codinginterview #coding
Use this to KICKSTART your next REACT PROJECT
มุมมอง 50หลายเดือนก่อน
I’ve always liked having starter kits for my apps. But ever since Vite came into the scene, I thought having a React with TypeScript one doesn’t really makes sense. Turns out, I was wrong. Get it here: github.com/tomekbuszewski/ts-react-starter-v2 Read about it here: buszewski.com/writings/2024-08-21-introducing-my-react-starter/ #react #programming #starter #tailwind #storybook #typescript
How to TALK to YOUR ENGINEERS
มุมมอง 31หลายเดือนก่อน
Talking to people we work with is the basis of management. Yet often it’s something we fail to do properly. #one-on-one #1on1 #1on1coaching #mentorship #mentor #management #managertips #manager
React DESIGN SYSTEMS Deep Dive - Part 0
มุมมอง 68หลายเดือนก่อน
Creating and maintaining UI library or an entire design system is complex. Building one from scratch can be a challenge, so let’s prepare the project to make it easier. Read the blog post: buszewski.com/writings/2024-08-13-design-systems-in-react-scaffolding-and-setup-part-0 #react #coding #typescript #designsystem
How to INTERVIEW the best ENGINEERS
มุมมอง 8หลายเดือนก่อน
Running a good interview is one of the most important skills as a developer. And yet, many of us struggle to get it right. #it #interview #coding #hr #codinginterview
Automatic DOCS, VALIDATION and ROUTES for your Express TypeScript/Project
มุมมอง 68หลายเดือนก่อน
Proper documentation is the key for comfortable work with your code. And the best documentation is the one you generate, not write. Read the blogpost: buszewski.com/writings/2024-08-05-how-to-add-openapi-to-your-express-app/ Github Repo: github.com/tomekbuszewski/openapi-demo #swagger #openapi #node #typescript #ts #express #expressjs #tsoa
WATCH This After Becoming A TEAM LEAD
มุมมอง 53หลายเดือนก่อน
In a perfect world, your manager would have a series of meetings with you to guide you into your new role. But that's not always the case. Most of us are thrown in the deep end and expect to perform. So here's five things I always make sure to do when taking over a team as a lead.

ความคิดเห็น

  • @gaa2840
    @gaa2840 23 วันที่ผ่านมา

    Time codes are must have in 2024)

    • @tomaszbuszewski
      @tomaszbuszewski 23 วันที่ผ่านมา

      Thanks for the feedback. I always forget about timestamps 😂