Tag: javascript (12 posts)
🇺🇸
Hotwire Turbo: Drive, Frames and Streams for Ruby on Rail projects
Taking your app to the next level, without JavaScript
#ruby#hotwire#turbo#rails#javascript

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

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
As a JSON file
#eslint#javascript#nodejs#typescript

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

Adonis JS: Using Laravel Mix function
A function often used in many Laravel projects
#adonisjs#javascript#laravel