Existe algum LIVRO que aborde a stack full-stack com React, Tailwind, Node.js, TypeScript, Express e MySQL?
Luiz Anselmo Cardoso de Sá’s Post
More Relevant Posts
-
In this article, I demonstrated how to use route groups and prefixes in Laravel 11 routes. Discover how to refactor routes definition in Laravel route file. Click the link to check out the full article and elevate your Laravel skills to the next level!
How to Use Route Groups and Prefixes in Laravel 11
alemsbaja.hashnode.dev
To view or add a comment, sign in
-
File Upload and Download with Laravel...
How to Upload and Download Files Using a Laravel API
How to Upload and Download Files Using a Laravel API
https://laracoding.com
To view or add a comment, sign in
-
How to Upload and Download Files Using a Laravel API
How to Upload and Download Files Using a Laravel API
https://laracoding.com
To view or add a comment, sign in
-
🚀 Boost Your Development with Docker, Ruby, and PostgreSQL 🚀 Just finished setting up a robust development environment using Docker Compose with Ruby 3.1.6 and PostgreSQL 16.4! 🎉 This setup simplifies starting new Ruby on Rails projects while ensuring database persistence, all packaged in a seamless Docker environment. 🔧 Key Features: - Ruby and PostgreSQL containers (both Alpine-based for lightweight efficiency) - Easy file mapping between host and container for real-time code access - Persistent PostgreSQL data storage with Docker volumes - Effortless container management with Docker Compose commands 💡 Setup Instructions: 1. Clone the repository and spin up your containers with a single 'docker-compose up' command. 2. Access the Ruby container terminal using 'docker exec', and you’re ready to create a new Rails app with 'rails new -d postgresql'. 3. Configure PostgreSQL seamlessly by adjusting the 'database.yml' file and running 'rails db:create' and 'rails db:migrate'. This approach streamlines the development workflow while keeping everything clean and organized. If you're working with VSCode, you can even connect directly to the Ruby container using the Dev Containers extension for a smoother coding experience! 🌐 Interested in contributing? Feel free to check out the repository, submit a PR, or open an issue. Let’s keep building great things together! #docker #rubyonrails #postgresql #devops #dockercompose #softwaredevelopment #rails #webdevelopment #opensource https://lnkd.in/dpPc_gQf
GitHub - pleasematheus/railsOnDocker
github.com
To view or add a comment, sign in
-
Explore custom collections in Laravel! 🚀 Check out this article on why custom collections matter and how they can simplify your code. Learn how to encapsulate logic and communicate intent with these powerful tools!
A Case For Custom Collections
alsterholm.com
To view or add a comment, sign in
-
One of the examples In a blog article I wrote (https://lnkd.in/eppDY5Nt) I mentioned the "don't repeat execution" mantra for what makes a framework 'enterprise'. I gave the Laravel and Symfony service registration as an example. Today I read an article about someone that actually benchmarked it. The results were staggering! In his tests Symfony was 1108 times faster in resolving a service from the container. Of course other components of a framework have effect too and nobody retrieves the same service multiple times; Eloquent is much faster than Doctrine in hydrating data from the database for example, but you don't have to use Doctrine in Symfony if you don't want to.... See that article here https://lnkd.in/eNGs5t8N I'm actually considering linking this article in my article.
What makes an application enterprise?
apie-lib.blogspot.com
To view or add a comment, sign in
-
Angular Query Core Concepts This post introduces Angular Query to Angular Developers: why you should care, what is the mental model, how it works and how your applications can benefit from it. This is the start of an entire series on Angular Query. Expect more articles about it 💪 https://lnkd.in/gJQaKpuK
Angular Query Core Concepts - Tomasz Ducin - blog
ducin.dev
To view or add a comment, sign in
-
🛠️ Mastering Database Migrations in Laravel 🛠️ Navigating complex schema changes can be daunting, but Laravel’s migration system simplifies the process. Here are some key strategies to manage your database migrations effectively: 📂 1. Version Control for Schema Changes: Treat your database schema like your codebase. Version control helps in tracking changes, ensuring consistency across environments. 🔄 2. Rollbacks and Redo: Leverage Laravel’s rollback functionality to undo migrations if necessary. This flexibility allows for safe experimentation and quick recovery from errors. 🧩 3. Modular Migrations: Break down complex schema changes into smaller, manageable pieces. This modular approach makes it easier to troubleshoot and apply changes incrementally. 📊 4. Testing Migrations: Always test your migrations in a staging environment before applying them to production. This practice helps in identifying potential issues and ensuring smooth deployment. 🔍 5. Documentation: Document each migration thoroughly. Clear documentation serves as a valuable reference for your team and future-proofing your project. By following these best practices, you can handle complex schema changes in Laravel with confidence and precision. check my blog https://lnkd.in/gGPHEzMF #Laravel #DatabaseMigrations #WebDevelopment #PHP #SoftwareEngineering #BestPractices #DevOps
To view or add a comment, sign in
-
Today, I started learning backend development. I have completed a basic understanding of structure, mongoose, how to create schemas, and models Step 1 : npm i mongoose Step 2 : a) import mongoose b)create schema c) export model with help of #chaiaurcode #nodejs #express #mongoose
To view or add a comment, sign in