What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Knowledge Sharing
Discussion List
-
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
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 33 Spryker News
- 565 Developer Corner
- 435 Spryker Development
- 54 Spryker Dev Environment
- 296 Spryker Releases
- 30 Propel ORM
- 47 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K 📜 Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 46 Spryker Safari Questions
- 36 The Blackhole
Popular Tags
- PropelORM 41
- Community 30
- blackhole 18
- CTOTW 16
- Docker 16
- B2C 15
- Academy 13
- Spryker Digital User Group 12
- Spryker Cloud Commerce OS (SCCOS) 11
- EXCITE 2023 10
- Zed 10
- Community News 9
- Hackweekender 2023 9
- Community Tip 9
- Yves 7
- Docker SDK 6
- Event 6
- Glue API 6
- B2B 6
- Gacela 6
- Community Tip 5
- course 4
- Hackathon 4
- Spryker News 4
- DevX 4
Upcoming Events
-
EOY 23 - CommerceQuest Social Gathering
Greetings fellow CommerceNauts 👋🏻 We want to close the year with an informal community gathering. 💞 Join us for a relaxed & social gathering on the 12th of December. Enjoy some beats while chit-chatting and playing a few social games with other members. 😁🎲 A bit of everything: ice breakers and conversations 💬 tier list…
-
Spryker Digital User Group - January 2024 Edition (remote, English)
Greetings, Spryker Herd! Our monthly meetings are for everyone interested in Spryker development and surrounding topics. Each month we invite Sprykees or community member guest speakers to guide us in interactive sessions. Topics vary and range from business to technical, so be sure to check the event agenda below for more…