From PHPUnit to Go: Data-Driven Unit Testing for Go Developers
https://dev.to/medunes/from-phpunit-to-go-data-driven-unit-testing-for-go-developers-lb4
In this post, we'll explore how to bring the PHP unit testing mindset, particularly the PHPUnit...
#go #php #tdd #webdev
▶️join: @readmemdd
From PHPUnit to Go: Data-Driven Unit Testing for Go Developers
https://dev.to/medunes/from-phpunit-to-go-data-driven-unit-testing-for-go-developers-lb4
In this post, we'll explore how to bring the PHP unit testing mindset, particularly the PHPUnit...
#go #php #tdd #webdev
▶️join: @readmemdd
DEV Community
From PHPUnit to Go: Data-Driven Unit Testing for Go Developers
In this post, we'll explore how to bring the PHP unit testing mindset, particularly the PHPUnit...
Here are some common problems that developers face with Laravel
https://dev.to/saif_uddin/here-are-some-common-problems-that-developers-face-with-laravel-14a6
Class Not Found Exception This error occurs when the application can't find a class due to incorrect...
#webdev #laravel #php #softwaredevelopment
▶️join: @readmemdd
Here are some common problems that developers face with Laravel
https://dev.to/saif_uddin/here-are-some-common-problems-that-developers-face-with-laravel-14a6
Class Not Found Exception This error occurs when the application can't find a class due to incorrect...
#webdev #laravel #php #softwaredevelopment
▶️join: @readmemdd
DEV Community
Here are some common problems that developers face with Laravel
Class Not Found Exception This error occurs when the application can't find a class due to incorrect...
👍1
Building a Real-Time Location Tracking Solution with Pulsetracker, Laravel, and Python
https://dev.to/l_walid/building-a-real-time-location-tracking-solution-with-pulsetracker-laravel-and-python-b08
Introduction: What is PulseTracker? Pulsetracker is a backend service for real-time...
#laravel #webdev #backend #python
▶️join: @readmemdd
Building a Real-Time Location Tracking Solution with Pulsetracker, Laravel, and Python
https://dev.to/l_walid/building-a-real-time-location-tracking-solution-with-pulsetracker-laravel-and-python-b08
Introduction: What is PulseTracker? Pulsetracker is a backend service for real-time...
#laravel #webdev #backend #python
▶️join: @readmemdd
DEV Community
Building a Real-Time Location Tracking Solution with Pulsetracker, Laravel, and Python
Update Dec 5, 2024: You can now only use Laravel with pulsetracker read more about it here ...
👍1🤯1
Just released a new version of Novus 🚀
https://dev.to/jozefcipa/just-released-a-new-version-of-novus-1ne9
I've just released a new version of my pet project called novus. If you are a web developer and are...
#go #webdev #cli #productivity
▶️join: @readmemdd
Just released a new version of Novus 🚀
https://dev.to/jozefcipa/just-released-a-new-version-of-novus-1ne9
I've just released a new version of my pet project called novus. If you are a web developer and are...
#go #webdev #cli #productivity
▶️join: @readmemdd
DEV Community
Just released a new version of Novus 🚀
I've just released a new version of my pet project called novus. If you are a web developer and are...
👍1
Testing REST APIs in Go: A Guide to Unit and Integration Testing with Go's Standard Testing Library
https://dev.to/sha254/testing-rest-apis-in-go-a-guide-to-unit-and-integration-testing-with-gos-standard-testing-library-2o9l
Introduction This article is going to take you through how to use unit test and...
#go #webdev #restapi #testing
▶️join: @readmemdd
Testing REST APIs in Go: A Guide to Unit and Integration Testing with Go's Standard Testing Library
https://dev.to/sha254/testing-rest-apis-in-go-a-guide-to-unit-and-integration-testing-with-gos-standard-testing-library-2o9l
Introduction This article is going to take you through how to use unit test and...
#go #webdev #restapi #testing
▶️join: @readmemdd
DEV Community
Testing REST APIs in Go: A Guide to Unit and Integration Testing with Go's Standard Testing Library
Introduction This article is going to take you through how to use unit test and...
👍1🔥1
I Make Golang library
https://dev.to/nandasafiqalfiansyah/i-make-golang-library-41jd
To format or convert back currency with currencyCode and locale, you can use the FormatCurrency and...
#go #webdev #news #algorithms
▶️join: @readmemdd
I Make Golang library
https://dev.to/nandasafiqalfiansyah/i-make-golang-library-41jd
To format or convert back currency with currencyCode and locale, you can use the FormatCurrency and...
#go #webdev #news #algorithms
▶️join: @readmemdd
DEV Community
I Make Golang library
To format or convert back currency with currencyCode and locale, you can use the FormatCurrency and...
What Happens When You Run “php artisan serve” in Laravel?
https://dev.to/devmahfuz/what-happens-when-you-run-php-artisan-serve-in-laravel-2346
Laravel is one of the most popular PHP frameworks, making web development efficient and enjoyable. As...
#php #laravel #webdev #programming
▶️join: @readmemdd
What Happens When You Run “php artisan serve” in Laravel?
https://dev.to/devmahfuz/what-happens-when-you-run-php-artisan-serve-in-laravel-2346
Laravel is one of the most popular PHP frameworks, making web development efficient and enjoyable. As...
#php #laravel #webdev #programming
▶️join: @readmemdd
DEV Community
What Happens When You Run “php artisan serve” in Laravel?
Laravel is one of the most popular PHP frameworks, making web development efficient and enjoyable. As...
How to Connect Redis with PHP Using Docker Compose
https://dev.to/skipperhoa/how-to-connect-redis-with-php-using-docker-compose-djk
Now I share with everyone how we can use Redis in PHP. We know what Redis is, right? In Programming,...
#webdev #docker #php #laravel
▶️join: @readmemdd
How to Connect Redis with PHP Using Docker Compose
https://dev.to/skipperhoa/how-to-connect-redis-with-php-using-docker-compose-djk
Now I share with everyone how we can use Redis in PHP. We know what Redis is, right? In Programming,...
#webdev #docker #php #laravel
▶️join: @readmemdd
DEV Community
How to Connect Redis with PHP Using Docker Compose
Now I share with everyone how we can use Redis in PHP. We know what Redis is, right? In Programming,...
Real-Time Notifications with Server-Sent Events (SSE) in Laravel and Vue.js
https://dev.to/ayowandeapp/real-time-notifications-with-server-sent-events-sse-in-laravel-and-vuejs-40pf
Server-Sent Events (SSE) is a great solution for enabling real-time notifications or updates in your...
#webdev #tutorial #laravel #javascript
▶️join: @readmemdd
Real-Time Notifications with Server-Sent Events (SSE) in Laravel and Vue.js
https://dev.to/ayowandeapp/real-time-notifications-with-server-sent-events-sse-in-laravel-and-vuejs-40pf
Server-Sent Events (SSE) is a great solution for enabling real-time notifications or updates in your...
#webdev #tutorial #laravel #javascript
▶️join: @readmemdd
DEV Community
Real-Time Notifications with Server-Sent Events (SSE) in Laravel and Vue.js
Server-Sent Events (SSE) is a great solution for enabling real-time notifications or updates in your...
Login with Google, Laravel 11
https://dev.to/fajar_lintanggumilang_b8/login-with-google-laravel-11-jo
Login dengan Google merupakan salah satu fitur yang sangat penting dalam aplikasi modern saat ini....
#laravel #oauth #webdev #programming
▶️join: @readmemdd
Login with Google, Laravel 11
https://dev.to/fajar_lintanggumilang_b8/login-with-google-laravel-11-jo
Login dengan Google merupakan salah satu fitur yang sangat penting dalam aplikasi modern saat ini....
#laravel #oauth #webdev #programming
▶️join: @readmemdd
DEV Community
Login with Google, Laravel 11
Login dengan Google merupakan salah satu fitur yang sangat penting dalam aplikasi modern saat ini....
❤1
🚀 Introducing Odysseus-CLI: Simplified Deployment for Laravel, React and other Applications
https://dev.to/alpira/introducing-odysseus-cli-simplified-deployment-for-laravel-react-and-other-applications-ea8
We are excited to announce the beta release of Odysseus-CLI, a powerful command-line tool designed to...
#webdev #laravel #react #php
▶️join: @readmemdd
🚀 Introducing Odysseus-CLI: Simplified Deployment for Laravel, React and other Applications
https://dev.to/alpira/introducing-odysseus-cli-simplified-deployment-for-laravel-react-and-other-applications-ea8
We are excited to announce the beta release of Odysseus-CLI, a powerful command-line tool designed to...
#webdev #laravel #react #php
▶️join: @readmemdd
DEV Community
🚀 Introducing Odysseus-CLI: Simplified Deployment for Laravel, React and other Applications
We are excited to announce the beta release of Odysseus-CLI, a powerful command-line tool designed to...
The Importance of Minimizing Database Queries in Backend Development
https://dev.to/yasserelgammal/the-importance-of-minimizing-database-queries-in-backend-development-546e
Have you ever wondered why minimizing queries is essential for Backend Developers? 🚀 As a Backend...
#webdev #laravel #php #sql
▶️join: @readmemdd
The Importance of Minimizing Database Queries in Backend Development
https://dev.to/yasserelgammal/the-importance-of-minimizing-database-queries-in-backend-development-546e
Have you ever wondered why minimizing queries is essential for Backend Developers? 🚀 As a Backend...
#webdev #laravel #php #sql
▶️join: @readmemdd
DEV Community
The Importance of Minimizing Database Queries in Backend Development
Have you ever wondered why minimizing queries is essential for Backend Developers? 🚀 As a Backend...
How to Fix the Target Class Does Not Exist Error in Laravel
https://dev.to/abdulwahidkahar/how-to-fix-the-target-class-does-not-exist-error-in-laravel-9ij
The Target Class Does Not Exist error often occurs when Laravel cannot locate the class being...
#php #laravel #webdev #problemsolve
▶️join: @readmemdd
How to Fix the Target Class Does Not Exist Error in Laravel
https://dev.to/abdulwahidkahar/how-to-fix-the-target-class-does-not-exist-error-in-laravel-9ij
The Target Class Does Not Exist error often occurs when Laravel cannot locate the class being...
#php #laravel #webdev #problemsolve
▶️join: @readmemdd
DEV Community
How to Fix the Target Class Does Not Exist Error in Laravel
The Target Class Does Not Exist error often occurs when Laravel cannot locate the class being...
Create new action in Laravel nova for download PDF for all websites pages
https://dev.to/dhyfullah_ghalebahmed_d1/create-new-action-in-laravel-nova-for-download-pdf-for-all-websites-pages-klh
A post by Dhyfullah Ghaleb ahmed
#laravel #php #webdev
▶️join: @readmemdd
Create new action in Laravel nova for download PDF for all websites pages
https://dev.to/dhyfullah_ghalebahmed_d1/create-new-action-in-laravel-nova-for-download-pdf-for-all-websites-pages-klh
A post by Dhyfullah Ghaleb ahmed
#laravel #php #webdev
▶️join: @readmemdd
DEV Community
Create new action in Laravel nova for download PDF for all websites pages
A post by Dhyfullah Ghaleb ahmed
🐳1
What Is Pytest @pytest.fixture ?
https://dev.to/zeyrarararara/what-is-pytest-pytestfixture--25pm
@pytest.fixture is used in pytest tests to prepare a certain operation or data in advance and clean...
#python #programming #webdev #django
▶️join: @readmemdd
What Is Pytest @pytest.fixture ?
https://dev.to/zeyrarararara/what-is-pytest-pytestfixture--25pm
@pytest.fixture is used in pytest tests to prepare a certain operation or data in advance and clean...
#python #programming #webdev #django
▶️join: @readmemdd
DEV Community
What Is Pytest @pytest.fixture ?
@pytest.fixture is used in pytest tests to prepare a certain operation or data in advance and clean...
7 Must-Try Open-Source Tools for Python and JavaScript Developers 🚀
https://dev.to/arindam_1729/7-must-try-open-source-tools-for-python-and-javascript-developers-4c56
Open-source tools are something almost every developer uses, whether while learning to code or...
#javascript #webdev #python #beginners
▶️join: @readmemdd
7 Must-Try Open-Source Tools for Python and JavaScript Developers 🚀
https://dev.to/arindam_1729/7-must-try-open-source-tools-for-python-and-javascript-developers-4c56
Open-source tools are something almost every developer uses, whether while learning to code or...
#javascript #webdev #python #beginners
▶️join: @readmemdd
DEV Community
7 Must-Try Open-Source Tools for Python and JavaScript Developers 🚀
Open-source tools are something almost every developer uses, whether while learning to code or...
We made an AI SWE that solved 48.60% of issues on the SWE bench, 100% open-source.
https://dev.to/composiodev/we-made-an-ai-swe-that-solved-4860-of-issues-on-the-swe-bench-100-open-source-aop
We at Composio are building the tool infrastructure for AI agents. One of our users' biggest requests...
#programming #ai #python #webdev
▶️join: @readmemdd
We made an AI SWE that solved 48.60% of issues on the SWE bench, 100% open-source.
https://dev.to/composiodev/we-made-an-ai-swe-that-solved-4860-of-issues-on-the-swe-bench-100-open-source-aop
We at Composio are building the tool infrastructure for AI agents. One of our users' biggest requests...
#programming #ai #python #webdev
▶️join: @readmemdd
DEV Community
We made an AI SWE that solved 48.60% of issues on the SWE bench, 100% open-source.
We at Composio are building the tool infrastructure for AI agents. One of our users' biggest requests...
The Go Programming Language: Simplicity and Power for the Modern Developer
https://dev.to/empiree/the-go-programming-language-simplicity-and-power-for-the-modern-developer-2ng0
Go, often called Golang, was created in 2007 at Google to address specific challenges faced by...
#go #webdev #programming #beginners
▶️join: @readmemdd
The Go Programming Language: Simplicity and Power for the Modern Developer
https://dev.to/empiree/the-go-programming-language-simplicity-and-power-for-the-modern-developer-2ng0
Go, often called Golang, was created in 2007 at Google to address specific challenges faced by...
#go #webdev #programming #beginners
▶️join: @readmemdd
DEV Community
The Go Programming Language: Simplicity and Power for the Modern Developer
Go, often called Golang, was created in 2007 at Google to address specific challenges faced by...
Mastering Laravel Blade: @stack, @push, and @endpush
https://dev.to/tharindumadubashna/mastering-laravel-blade-stack-push-and-endpush-1ol9
Laravel Blade is packed with features that make creating dynamic layouts and reusable components...
#laravel #bladetemplates #webdev #cleancode
▶️join: @readmemdd
Mastering Laravel Blade: @stack, @push, and @endpush
https://dev.to/tharindumadubashna/mastering-laravel-blade-stack-push-and-endpush-1ol9
Laravel Blade is packed with features that make creating dynamic layouts and reusable components...
#laravel #bladetemplates #webdev #cleancode
▶️join: @readmemdd
DEV Community
Mastering Laravel Blade: @stack, @push, and @endpush
Laravel Blade is packed with features that make creating dynamic layouts and reusable components...
New PostgreSQL ORM for Golang: Enterprise
https://dev.to/samet_burgazoglu/new-postgresql-orm-for-golang-enterprise-1bja
Why we need a new ORM? There are actually a few good ORMs available, but they just didn't meet my...
#go #postgressql #webdev #database
▶️join: @readmemdd
New PostgreSQL ORM for Golang: Enterprise
https://dev.to/samet_burgazoglu/new-postgresql-orm-for-golang-enterprise-1bja
Why we need a new ORM? There are actually a few good ORMs available, but they just didn't meet my...
#go #postgressql #webdev #database
▶️join: @readmemdd
DEV Community
New PostgreSQL ORM for Golang: Enterprise
Why we need a new ORM? There are actually a few good ORMs available, but they just didn't meet my...