Build Your First Automation Bot with n8n, JavaScript, and Notion
Welcome to the rabbit hole, fellow dev. If you’ve ever thought: “Man, I wish I had a bot to do this boring thing for me,” this post is for you….
Continue readingWelcome to the rabbit hole, fellow dev. If you’ve ever thought: “Man, I wish I had a bot to do this boring thing for me,” this post is for you….
Continue readingChances are that you have encountered with “memory” error when working with data through Doctrine ORM. In fact, an ORM (Object-relational mapping) is not the best tool to use when processing a…
Continue readingSometimes it’s a good idea to have custom options/settings all in one page in admin panel. Those options then can be used anywhere when developing themes or plugins. I.e. those…
Continue readingDeveloping on a local environment is the most common way of building web applications, because it’s a lot faster, easier and fun than on a remote server like back in…
Continue readingIf you are a skilled coder, developer or programmer looking for a steady job on all the job adverts in your city and still not getting any feedback, it’s maybe…
Continue readingPHP 7 is the single most important evolution of the Internet’s most used programming language since the release of PHP 5 back in 2004. After many failed attempts at releasing…
Continue readingCreating symfony fixtures are a great way to setup your development or testing environments in your project. In some situations we need to have some demo data in our database…
Continue readingUsing AJAX has long been a great way dealing with real-time updates, including, but not limited to – submitting forms without refreshing page. Shortly, AJAX allows you to make asynchronous HTTP…
Continue readingIn this tutorial we are going to learn basics of Selenium IDE. First of all, Selenium is a browser automation tool for testing applications, which can be implemented in various…
Continue reading