Going from a JS strewn over the project to a single app.js and app.css that will hold all the dependencies and webpack which is going to manage this in an efficient manner. Modules in JS – importing, exporting. Why is it a first step to managing node_module as in PHP’s composer When importing the moduleContinue reading “Symfony Webpack encore going from global variables to webpack js management and node packages”
Author Archives: pawelnotes
What packages do real symfony projects use?
The composer.json comes from a codebase for https://www.librecores.org. https://github.com/librecores/librecores-web/blob/master/site/composer.json What do we have here: This seems a cool, neat bundle: https://github.com/maximilienGilet/notification-bundle for notification management Algolia Search Bundle https://github.com/algolia/search-bundle This one seems like a nice bundle that let’s you index your data, and search through it, it integrates with Doctrine ORM Compatible with Symfony 3.4, and 4.0Continue reading “What packages do real symfony projects use?”
Autostart and keep your processes running on fail in Ubuntu 18.04 with supervisord
Just need to go through these articles: https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-supervisor-on-ubuntu-and-debian-vps Digitalocean has the greatest content!! 2. Here on more config options: https://stackoverflow.com/questions/27291448/supervisor-config-user-option-in-program-section I wanted to run the script as a specific user, so in this case you just add to the /etc/supervisor/conf.d/<specific_file>.conf that has the supervisord options like: which command to run (a consumer sending emails) asContinue reading “Autostart and keep your processes running on fail in Ubuntu 18.04 with supervisord”
RabbitMQ – queue empty after a restart, why even though it’s “durable”?
State before: A message in the ‘send-email-queue’ and now restarting the server and the queue is cleared. Message is gone? Why? You can see that there are two options for a message in “Delivery mode” when publishing the message from the rabbitmq panel – in a “queue” tab you will find this: This is theContinue reading “RabbitMQ – queue empty after a restart, why even though it’s “durable”?”
Top tools for cold mailing in 2020
Woodpecker.co Snov.io
Stripe Connect – building a platform
Stripe Connect Introduction Stripe Connect enables anyone to start up their online business using “marketplace” business model. That is a model where there is a platform that attracts two or more groups invoved as well in one purchase. Think Airbnb, Uber, eBay or Amazon. Why two or more? Because in case of Uber for instance,Continue reading “Stripe Connect – building a platform”