Wouter Carabain
@wcarabainHi! I'm Wouter Carabain and I'm a Senior Full Stack developer. Currently building https://t.co/UhZmCrLBxo.
Similar User
@ThePHPF
@laravel_idea
@gonedark
@timacdonald87
@nikita_ppv
@paulredmond
@garyclarketech
@alexdaubois
@VotrubaT
@stefanjudis
@aschmelyun
@seldaek
@stefanbauerme
@tobias_petry
@matthiasnoback
📢 New Article: How to use actions to organize your logic? 📢 In this article I'll explain how I use the action paradigm to implement the logic in my applications. woutercarabain.com/webdevelopment… #100DaysOfCode #laravel #webdevelopment
I've created an intro into the techstack I use for creating Data Blade, my first SaaS. woutercarabain.com/webdevelopment… #SaaS #developer #100DaysOfCode
A few weeks ago I started working on my first SaaS, Data Blade (datablade.app), an application to make it easier for developers to import and manipulate data. Checkout my latest blogpost about it. #SaaS #buildinpublic #softwaredevelopment woutercarabain.com/webdevelopment…
📢PHP TIP: Methods for repetitive logic 📢 When you need to perform the same logic over and over, create a method for it. This keeps your code DRY and increases the maintainability. #laravel #php #symfony #100daysofcode
📢PHP TIP: Generators 📢 Ever needed to process a lot of data from a file? Ran into out of memory exceptions? Use generators to process large files! This will only use a fraction of the memory compared to loading everything into an array! #php #webdevelopment #100daysofcode
📢PHP TIP 📢 Create cleaner code using the NULL coalescing operator in PHP. This helps you to get rid of ugly if statements. #php #symfony #laravel #100daysofcode #cleancode
📢#Programming TIP 📢 When methods or functions require a lot of parameters, try to refactor those to use a Data Transfer Object (DTO). This makes your code easier to read and maintain. #symfony #coding #laravel #100daysofcode
New blog post available 📬: Using Request Factories for Gorgeous Feature Tests downing.tech/posts/using-re…
📢 #Doctrine TIP: Enums 📢 Since PHP 8.1 it's possible to use enums. Did you know you Doctrine can convert to and from the enums automatically? #symfony #webdevelopment #100daysofcode #database
📢 #symfony 5.4 Tip 📢 In this tip I'll show you an easier method to create single-error violation errors! #webdevelopment #validation #symfonytip #100daysofcode #coding
💡#react tip: Lazy Loading💡 Use React.lazy to split the code of your React app and optimize the bundle size! #reactjs #webdevelopment #frontenddevelopment #fullstackdeveloper
💡 #javascript TIP: Promise.all 💡 Speed up your application by resolving your promises using Promise.all. This runs your promises in parallel instead of waiting for each other. #webdev #webdeveloper #100DaysOfCode
#doctrine tip! When you need to delete a lot of entities from the database, don't load them from the database to remove them. Use a DQL query to delete them and save a lot of memory! #symfony #webdevelopment #optimization
#coding tip! Instead of creating long repetitive if-else statements or switch statements, try using an array as a lookup table. This makes your code easier to read and maintain! #webdevelopment #coding #developers
#symfony Dependency Injection Tip! Use the 'bind' keyword in your services.yaml file to create default values based on argument names or type hints! #webdevelopment #developers #symfonytip #dependencyinjection
#symfony caching tip! Use cache tagging to "group" related caches and to be able to clear certain pieces of your cache with one call. #caching #webdevelopment #coding
🔥PORTFOLIO IDEAS🔥 Here are 3 portfolio ideas to help you land a programming job! #webdevelopment #programminglife #DeveloperJobs
🔥 Coding TIP 🔥 Try not to repeat yourself. When coding you often have to create functions that look like others but differ slightly. Instead of copy and pasting functions, try to abstract the duplicate code to a different function. #webdevelopment #developers
🔥 Symfony TIP 🔥 Use service tagging to inject multiple instances of an interface in your service. #symfony #webdevelopment #coding #webdevelopers
CODING TIP: Your function names should be descriptive. This makes sure you immediately understand its purpose and makes your code easier to understand by someone else. #webdeveloper #programmer #programming #coding #Developers
United States Trends
- 1. #MMA2024 344 B posts
- 2. ATEEZ SHINES AT MMA 56,7 B posts
- 3. #에이티즈 148 B posts
- 4. Georgia 256 B posts
- 5. Good Saturday 22,7 B posts
- 6. Bob Bryar 17,5 B posts
- 7. Trudeau 170 B posts
- 8. #SaturdayVibes 3.740 posts
- 9. #SmallBusinessSaturday 1.938 posts
- 10. sohee 38 B posts
- 11. Soyeon 22,1 B posts
- 12. Zelensky 121 B posts
- 13. 8 OTs 2.402 posts
- 14. Haynes King 12,2 B posts
- 15. Nebraska 18,1 B posts
- 16. Kirby 25,9 B posts
- 17. Power of Merlin Megaways N/A
- 18. #GoDawgs 12,6 B posts
- 19. Brent Key 2.167 posts
- 20. Romney 6.124 posts
Who to follow
-
The PHP Foundation
@ThePHPF -
Laravel Idea
@laravel_idea -
Jason McCreary
@gonedark -
Tim MacDonald
@timacdonald87 -
Nikita Popov
@nikita_ppv -
Paul Redmond 🇺🇸
@paulredmond -
Gary Clarke
@garyclarketech -
Alexandre Daubois
@alexdaubois -
Tomas Votruba
@VotrubaT -
Stefan Judis
@stefanjudis -
Andrew Schmelyun
@aschmelyun -
Jordi Boggiano
@seldaek -
Stefan Bauer
@stefanbauerme -
Tobias_Petry.sql
@tobias_petry -
Matthias Noback @[email protected]
@matthiasnoback
Something went wrong.
Something went wrong.