Tag: typescript (10 posts)
🇺🇸
Why and how I moved my blog away from Gatsby and React to Astro Js and Preact
Astro is primarily a static site generator. It allows you to structure your site however you want and generate HTML pages only once, using components.
#astro#javascript#typescript#gatsby

Why Nest JS is one of the best Node backend frameworks?
And why I would choose it for my next project
#nestjs#typescript#javascript#frameworks#nodejs

Eslint: How to print the current configuration from a project
As a JSON file
#eslint#javascript#nodejs#typescript

I moved from Jest to Vitest in less than 3 hours
In a Gatsby Typescript project, with React test utils and coverage included
#react#jest#vitest#testing#typescript#gatsby

React Native & Jest: Mock Platform OS and color scheme
Testing the code as iOS, iPad and Android device. Light mode and dark mode
#reactnative#react#typescript#javascript#react#jest#mock

TypeORM: search in relationships (ft. NestJS)
Using TypeORM and NestJS
#nestjs#typescript#javascript#typeorm

Gatsby: Code syntax highlighting with react-prism-renderer
For different coding languages
#gatsby#javascript#typescript#react

Why I moved my blog from WordPress to Gatsby? (8 reasons as a developer)
8 reasons as developer
#wordpress#typescript#gatsby#javascript#php#mdx

React Native - Create custom iPad screen
Using React Native and React Navigation
#reactnative#react#typescript#javascript

Sequelize Pagination with Typescript
I was looking if there was a function to make a paginator for myself using Sequelize with Typescript. I found a lot of tutorials that teach you how to calculate the offset and the number of pages.
#sequelize#typescript#javascript#orm