Tag: javascript (11 posts)

🇺🇸
Why and how I moved my blog away from Gatsby and React to Astro Js and Preact

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?

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
Laravel Livewire: Reload same page after some event and time

Laravel Livewire: Reload same page after some event and time

Using a simple Javascript trick
#laravel#php#livewire#javascript#blade
Eslint: How to print the current configuration from a project

Eslint: How to print the current configuration from a project

As a JSON file
#eslint#javascript#nodejs#typescript
React Native & Jest: Mock Platform OS and color scheme

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)

TypeORM: search in relationships (ft. NestJS)

Using TypeORM and NestJS
#nestjs#typescript#javascript#typeorm
Gatsby: Code syntax highlighting with react-prism-renderer

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)

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

React Native - Create custom iPad screen

Using React Native and React Navigation
#reactnative#react#typescript#javascript
Sequelize Pagination with Typescript

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
Adonis JS: Using Laravel Mix function

Adonis JS: Using Laravel Mix function

A function often used in many Laravel projects
#adonisjs#javascript#laravel