@wcarabain Profile picture

Wouter Carabain

@wcarabain

Hi! I'm Wouter Carabain and I'm a Senior Full Stack developer. Currently building https://t.co/UhZmCrLBxo.

Joined March 2009
Similar User
The PHP Foundation photo

@ThePHPF

Laravel Idea photo

@laravel_idea

Jason McCreary photo

@gonedark

Tim MacDonald photo

@timacdonald87

Nikita Popov photo

@nikita_ppv

Paul Redmond 🇺🇸 photo

@paulredmond

Gary Clarke photo

@garyclarketech

Alexandre Daubois photo

@alexdaubois

Tomas Votruba photo

@VotrubaT

Stefan Judis photo

@stefanjudis

Andrew Schmelyun photo

@aschmelyun

Jordi Boggiano photo

@seldaek

Stefan Bauer photo

@stefanbauerme

Tobias_Petry.sql photo

@tobias_petry

Matthias Noback @matthiasnoback@mastodon.social photo

@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


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

Tweet Image 1

📢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

Tweet Image 1

📢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

Tweet Image 1

📢#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

Tweet Image 1

Wouter Carabain Reposted

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

Tweet Image 1

📢 #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

Tweet Image 1

💡#react tip: Lazy Loading💡 Use React.lazy to split the code of your React app and optimize the bundle size! #reactjs #webdevelopment #frontenddevelopment #fullstackdeveloper

Tweet Image 1

💡 #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

Tweet Image 1

#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

Tweet Image 1

#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

Tweet Image 1

#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

Tweet Image 1

#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

Tweet Image 1

🔥PORTFOLIO IDEAS🔥 Here are 3 portfolio ideas to help you land a programming job! #webdevelopment #programminglife #DeveloperJobs

Tweet Image 1

🔥 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

Tweet Image 1

🔥 Symfony TIP 🔥 Use service tagging to inject multiple instances of an interface in your service. #symfony #webdevelopment #coding #webdevelopers

Tweet Image 1

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

Tweet Image 1

Loading...

Something went wrong.


Something went wrong.