Udemy Coupon with MAX discount: PHPRESTSECURITY – active 24.04.2025-29.04.2025;in case coupons are already expired, please check that page regularly – new one will appear soon ENROLL AT PHP CYBERSECURITY COURSE Hi, current article is a short representation of my course: “PHP REST API Cybersecurity”. In an increasingly connected world, cybersecurity is no longer just an IT concern...
Maintenance vs perfect code or When to avoid design patterns?
Hi, The more I am working at Software production area (and it is almost 20 years), the more I am coming to the conclusion, that support and maintenance in many cases are more essential then “beautiful” code with using design patterns. Don’t think that I have something against best practices – quite reverse. I am fond of design programming patterns and I am using it...
Elasticsearch indexing secrets or how to speed up indexing
Hi, Elasticsearch fans. As probably all of you know, indexing of documents at Elasticsearch can appear to be a rather often operation. Changing fields mapping or document relationships, changing the number of shards and many other things force us to make reindexing of whole data. And when we have great amounts of data – then it appears to be a great problem. At that article we will speak...