4 simple steps to make your website support multi languages in laravel
The best websites require content that anyone can understand and communicate well with, not just only focus on design, that is why websites li...
https://nestcode.co/en/blog/4-simple-steps-to-make-your-website-support-multi-languages-in-laravel-
The best websites require content that anyone can understand and communicate well with, not just only focus on design, that is why websites li...
https://nestcode.co/en/blog/4-simple-steps-to-make-your-website-support-multi-languages-in-laravel-
nestcode.co
4 simple steps to make your website support multi languages in laravel
The best websites require content that anyone can understand and communicate well with, not just only focus on design, that is why websites like Apple, Microsoft, Amazon take into consideration muc...
Stoplight Your Best Friend for Document Your Rest API
Using Stoplight you can create...
https://nestcode.co/en/blog/stoplight-your-best-friend-for-document-your-rest-api
Using Stoplight you can create...
https://nestcode.co/en/blog/stoplight-your-best-friend-for-document-your-rest-api
nestcode.co
Stoplight Your Best Friend for Document Your Rest API
<p>Using <strong><span style=
Best way to show website language based on visitor location
If you are making your website using laravel and finding the solution to translate your website for multiple languages, you can follow this post
https://nestcode.co/en/blog/best-way-to-show-website-language-based-on-visitor-location
If you are making your website using laravel and finding the solution to translate your website for multiple languages, you can follow this post
https://nestcode.co/en/blog/best-way-to-show-website-language-based-on-visitor-location
nestcode.co
Best way to show website language based on visitor location
If you are making your website using laravel and finding the solution to translate your website for multiple languages, you can follow this post 4 simple steps to make your website support multi-la...
The best package to export data to excel in laravel
One of the default functionality that should exist in software or web development is exporting data in different formats such as Ms.Excel, PDF, or Ms.Word. It becomes a norm for almost every sof...
https://nestcode.co/en/blog/the-best-package-to-export-data-to-excel-in-laravel
One of the default functionality that should exist in software or web development is exporting data in different formats such as Ms.Excel, PDF, or Ms.Word. It becomes a norm for almost every sof...
https://nestcode.co/en/blog/the-best-package-to-export-data-to-excel-in-laravel
nestcode.co
The best package to export data to excel in laravel
One of the default functionality that should exist in software or web development is exporting data in different formats such as Ms.Excel, PDF, or Ms.Word. It becomes a norm for almost every softwa...
CRUDBooster an effective CRUD generator to bootstrap laravel web application development
In the previous post, I wrote about
https://nestcode.co/en/blog/crudbooster-an-effective-crud-generator-to-bootstrap-laravel-web-application-development
In the previous post, I wrote about
https://nestcode.co/en/blog/crudbooster-an-effective-crud-generator-to-bootstrap-laravel-web-application-development
nestcode.co
CRUDBooster an effective CRUD generator to bootstrap laravel web application development
In the previous post, I wrote about setting up a new project with laravel sail and docker on window 10 which is a new development model for these recent years. This is because of the...
VS Code Extensions You Absolutely Needed in 2021
VS Code or Visual Studio Code is a popular tool for developers to write code. Here is the formal definitio...
https://nestcode.co/en/blog/vs-code-extensions-you-absolutely-needed-in-2021
VS Code or Visual Studio Code is a popular tool for developers to write code. Here is the formal definitio...
https://nestcode.co/en/blog/vs-code-extensions-you-absolutely-needed-in-2021
nestcode.co
VS Code Extensions You Absolutely Needed in 2021
VS Code or Visual Studio Code is a popular tool for developers to write code. Here is the formal definition "Visual Studio Code is a code editor redefined and optimized for building and d...
Why Programmers Should BLOG?
In this post, I would like to share an article that inspires me to create this blog journey regardless of money-making throughout the process. The article was written by Adrian Twaorg, he is a b...
https://nestcode.co/en/blog/why-programmers-should-blog
In this post, I would like to share an article that inspires me to create this blog journey regardless of money-making throughout the process. The article was written by Adrian Twaorg, he is a b...
https://nestcode.co/en/blog/why-programmers-should-blog
nestcode.co
Why Programmers Should BLOG?
<p>In this post, I would like to share an article that inspires me to create this blog journey regardless of money-making throughout the process. The article was written by Adrian Twaorg, he is a b...
repmgr Command to Manage and Maintenance Your Database Cluster PostgreSQL 13
In the previous post,
https://nestcode.co/en/blog/repmgr-command-to-manage-and-maintenance-your-database-cluster-postgresql-13
In the previous post,
https://nestcode.co/en/blog/repmgr-command-to-manage-and-maintenance-your-database-cluster-postgresql-13
nestcode.co
repmgr Command to Manage and Maintenance Your Database Cluster PostgreSQL 13
In the previous post, Managing High Availability Database Cluster with Repmgr, you have learned how to set up a PostgreSQL database cluster which consists of a master and two standby in the same se...
CICD Auto Deploy Your Project Using Gitlab Runner
This is a short story of DevOps and why it exists. DevOps is about bringing together 2 traditionally contentious groups within IT organizations. Application development has primarily been measur...
https://nestcode.co/en/blog/cicd-auto-deploy-your-project-using-gitlab-runner
This is a short story of DevOps and why it exists. DevOps is about bringing together 2 traditionally contentious groups within IT organizations. Application development has primarily been measur...
https://nestcode.co/en/blog/cicd-auto-deploy-your-project-using-gitlab-runner
nestcode.co
CICD Auto Deploy Your Project Using Gitlab Runner
This is a short story of DevOps and why it exists. DevOps is about bringing together 2 traditionally contentious groups within IT organizations. Application development has primarily been measured ...
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 1)
What is an Audit trail (also commonly called an Audit log)? It is basically a record-keeping of changes in...
https://nestcode.co/en/blog/database-design-audit-log-tracking-changes-to-column-data-value-in-postgresql-part-1
What is an Audit trail (also commonly called an Audit log)? It is basically a record-keeping of changes in...
https://nestcode.co/en/blog/database-design-audit-log-tracking-changes-to-column-data-value-in-postgresql-part-1
nestcode.co
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 1)
What is an Audit trail (also commonly called an Audit log)? It is basically a record-keeping of changes in the database. For instance, if a user updates a record, an audit log should record who mad...
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 2)
In part 1, we have introduced about audit log that you can tracking changes to the column data value and configuration steps of how you can achieve it. In this blog post, you will learn more abo...
https://nestcode.co/en/blog/database-design-audit-log-tracking-changes-to-column-data-value-in-postgresql-part-2
In part 1, we have introduced about audit log that you can tracking changes to the column data value and configuration steps of how you can achieve it. In this blog post, you will learn more abo...
https://nestcode.co/en/blog/database-design-audit-log-tracking-changes-to-column-data-value-in-postgresql-part-2
nestcode.co
Database Design: Audit Log, Tracking Changes to Column Data Value in PostgreSQL (PART 2)
In part 1, we have introduced about audit log that you can tracking changes to the column data value and configuration steps of how you can achieve it. In this blog post, you will learn more about ...
Simple Steps to Create Your First Laravel Package
Packages are significantly important in adding functionality to your laravel project. As you may already see Carbon is also a package to hand...
https://nestcode.co/en/blog/simple-steps-to-create-your-first-laravel-package
Packages are significantly important in adding functionality to your laravel project. As you may already see Carbon is also a package to hand...
https://nestcode.co/en/blog/simple-steps-to-create-your-first-laravel-package
nestcode.co
Simple Steps to Create Your First Laravel Package
Packages are significantly important in adding functionality to your laravel project. As you may already see Carbon is also a package to handle date operation in laravel. Packages may vary based on...
The Reason to Write Meaningful Commits
This article will introduce about reasons/advantages of git commits and the commit message convention you should follow and apply. Version control systems (VCS) are wisely used as repositor...
https://nestcode.co/en/blog/the-reason-to-write-meaningful-commits
This article will introduce about reasons/advantages of git commits and the commit message convention you should follow and apply. Version control systems (VCS) are wisely used as repositor...
https://nestcode.co/en/blog/the-reason-to-write-meaningful-commits
nestcode.co
The Reason to Write Meaningful Commits
This article will introduce about reasons/advantages of git commits and the commit message convention you should follow and apply. Version control systems (VCS) are wisely used as repositories...
Installation and Configuration of Fake2DB Tool for Auto Generate Fake but Valid Data
Data is way more expensive these days since we are in the modern digital era. Having data on your hand, you can perform experiments with various ways to explore the performance of servers, well ...
https://nestcode.co/en/blog/installation-and-configuration-of-fake2db-tool-for-auto-generate-fake-but-valid-data
Data is way more expensive these days since we are in the modern digital era. Having data on your hand, you can perform experiments with various ways to explore the performance of servers, well ...
https://nestcode.co/en/blog/installation-and-configuration-of-fake2db-tool-for-auto-generate-fake-but-valid-data
nestcode.co
Installation and Configuration of Fake2DB Tool for Auto Generate Fake but Valid Data
Data is way more expensive these days since we are in the modern digital era. Having data on your hand, you can perform experiments with various ways to explore the performance of servers, well pre...