-
Why teams with 5-9 people are the optimal size? It’s all about trust💡
Why teams with 5-9 people are the optimal size? It’s all about trust💡 https://chemaclass.com/blog/dunbar-number/
-
🐘
https://thephp.cc/articles/how-do-you-name-constructors 🐘
-
Hi , We are mapping a client's business process to Spryker and i was wondering if there is a documen
Hi , We are mapping a client's business process to Spryker and i was wondering if there is a document that lists out L1 to L5 processes ?
-
Tech Talk Today: 1st Feb | 6:00 PM to 8:00 PM
“*TDD and Clean Architecture - Driven by Behaviour*”
Tech Talk Today: 1st Feb | 6:00 PM to 8:00 PM “TDD and Clean Architecture - Driven by Behaviour” by Valentina Cupac https://www.meetup.com/Lausanne-Software-Craftsmanship-Meetup-Group/events/283023022/
-
*Modern PHPDoc Annotations?*
I started seen Spryker modules doing this refactoring, from `Type[]` s
Modern PHPDoc Annotations? I started seen Spryker modules doing this refactoring, from Type[] syntax to array<Type> syntax. And that’s good, but it can be even better. • You can use list<Type> to express that it’s a numerical-ordered number array ◦ sort of array<int, Type> • You can use array<KeyType, ValueType> to tell…
-
I recently found this repo, and I think this is the perfect channel to share it:
*An organized learn
I recently found this repo, and I think this is the perfect channel to share it: An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture. https://github.com/joebew42/study-path
-
i took some time to find out why my spryker installation is so incredibly slow on my machine. from p
i took some time to find out why my spryker installation is so incredibly slow on my machine. from previous investigations i already knew that it’s mainly because of NFS syncing which is quite slow on mac. but this doesn’t explain why it’s sometimes extremely slow, like gateway timeout slow… and i also already knew that…
-
PhpStorm 2021.3: PHP 8.1, Generics, Remote Development, Refactorings, and More
PhpStorm 2021.3: PHP 8.1, Generics, Remote Development, Refactorings, and More https://blog.jetbrains.com/phpstorm/2021/12/phpstorm-2021-3-release/#move_class_and_move_namespace_refactorings_with_drag_and_drop https://www.youtube.com/watch?v=NfGpGHNAalc
-
Hello Spryker devs!
During this year's breakout week at Turbine Kreuzberg we created a tiny PhpStor
Hello Spryker devs! During this year's breakout week at Turbine Kreuzberg we created a tiny PhpStorm plugin called "PYZ" that takes away 2 pain points we had for years, and finally managed to publish it in the Jetbrains marketplace. The 2 main features are: Extending core classes on project level -> You have to create the…
-
Hi, Can anyone guide me in implementing Google Analytics in Spryker E-comm website. Can the implemen
Hi, Can anyone guide me in implementing Google Analytics in Spryker E-comm website. Can the implementation be done as that of implementing the same on other sites or does it require anything more? Thanks in advance.
-
Active support for PHP 7.4 already ended (yesterday was the last day).
Security support lasts one mo
Active support for PHP 7.4 already ended (yesterday was the last day). Security support lasts one more year, until Nov 28h 2022. You should consider moving to PHP 8. https://www.php.net/supported-versions.php
-
🥳 PHP 8.1 is released!
🥳 PHP 8.1 is released! https://www.php.net/releases/8.1/en.php
-
(Untitled)
https://blog.jetbrains.com/phpstorm/2021/11/the-php-foundation/
-
💡 *Shortcut of the month* (PhpStorm) 💡
You know how you can select the same occurrences o
💡 Shortcut of the month (PhpStorm) 💡 You know how you can select the same occurrences of a selection by using CTRL+G? You can also decide to skip some of those occurrences by using CMD+G and then just continuing doing CTRL+G after for the rest of the occurrences you want to match (useful when you want to select only some…
-
(Untitled)
https://phpstan.org/blog/phpstan-1-0-released
-
I loved this one: *Habits of Efficient Developers*, by Dan Lebrero 👌🏼
I loved this one: Habits of Efficient Developers, by Dan Lebrero 👌🏼 https://youtu.be/ZlnSxlF9V_c
-
My post about *Pull Requests vs. Pair Programming* is Top 10 *Hacker News* 😆 with a lot of
My post about Pull Requests vs. Pair Programming is Top 10 Hacker News 😆 with a lot of interesting comments and different points of view https://news.ycombinator.com/item?id=28716147
-
*Book Review*: Object Design Style Guide by Matthias Noback
Book Review: Object Design Style Guide by Matthias Noback https://www.linkedin.com/pulse/book-review-object-design-style-guide-matthias-noback-andrey-astakhov/
-
> On Packagist, there was a package called `symfont/process` which did exactly the same thing as
-
I've struggled for quite a while to understand something quite fundamental about the OMS. Even thoug
I've struggled for quite a while to understand something quite fundamental about the OMS. Even though this is described in the related docs - https://documentation.spryker.com/docs/state-machine-cookbook -, for some reason it still wasn't immediately obvious for me and also took some code digging into the OMS until I could…
-
Hi there, we're thinking about our development workflow at the moment and I just wanted to know, how
Hi there, we're thinking about our development workflow at the moment and I just wanted to know, how you work. • Is anyone of you using feature flags with Spryker? • If yes, do you use an external tool for that (like gitlab or split.io)? • Do you have one single mainline branch (it's called main or master mostly) or do you…
-
Coming with PHP 8.1.0, you can easily check if an array has its keys in a sequence using the new `ar
Coming with PHP 8.1.0, you can easily check if an array has its keys in a sequence using the new array_is_list() function.
-
Hello together,
i was wondering if there is a (officially curated) list of news-sources (rss-feeds,
Hello together, i was wondering if there is a (officially curated) list of news-sources (rss-feeds, blogs, ...) concerning the :spryker:universe. Maybe categorized in... • general (release notes, important releases, roadmaps, ...) • technical (security fixes, announcements for future changes, BCs) • marketing (whatever…
-
Hey my fellow devs, I hope everything is good! I wanted to ask if any of you worked on building an o
Hey my fellow devs, I hope everything is good! I wanted to ask if any of you worked on building an open source package for spryker and had to deal with transfer objects during that development. If so, how can I generate them in the development of the package?
-
interesting, indeed 🤔💡
https://copilot.github.com/ interesting, indeed 🤔💡
-
I just finished this book. I felt it was a bit too big. Instead of 350 pages, I think it could have
I just finished this book. I felt it was a bit too big. Instead of 350 pages, I think it could have been 150 or 200... but still, a nice reading to understand better the responsibilities of an engineer manager 🙂 https://chemaclass.es/readings/become-an-effective-software-engineering-manager/
-
>
https://matthiasnoback.nl/2021/06/release-of-the-rector-book/
-
> “Promote best practice when you believe in them, but own your shit if you were wrong. [...]
&g
https://tomasvotruba.com/blog/why-should-we-talk-about-our-mitakes-in-php-community/
-
> What took longest was not the code. When I develop, I spend the vast majority of my time readin
https://afilina.com/code-is-cheap
-
> *Couldn’t We Just Have One API?*
> Yes, we could. Such as we could have a backend rendering
https://dev.to/fulopattila122/rest-apis-vs-backend-for-frontend-4hba