home.social

Search

1000 results for “php”

  1. 📣 Join the Sylius community in Mannheim on April 30th!

    We're hosting a hackathon at the @bitexpert office, where we'll spend the day improving #Sylius together. 🤝 Want to contribute to the ecosystem and meet fellow enthusiasts?

    Register now: meetup.com/phpug-rhein-neckar/

    #phpugmrn #rheinneckarrocks #phpc #sylius

  2. 📣 Join the Sylius community in Mannheim on April 30th!

    We're hosting a hackathon at the @bitexpert office, where we'll spend the day improving #Sylius together. 🤝 Want to contribute to the ecosystem and meet fellow enthusiasts?

    Register now: meetup.com/phpug-rhein-neckar/

    #phpugmrn #rheinneckarrocks #phpc #sylius

  3. 📣 Join the Sylius community in Mannheim on April 30th!

    We're hosting a hackathon at the @bitexpert office, where we'll spend the day improving #Sylius together. 🤝 Want to contribute to the ecosystem and meet fellow enthusiasts?

    Register now: meetup.com/phpug-rhein-neckar/

    #phpugmrn #rheinneckarrocks #phpc #sylius

  4. 📣 Join the Sylius community in Mannheim on April 30th!

    We're hosting a hackathon at the @bitexpert office, where we'll spend the day improving #Sylius together. 🤝 Want to contribute to the ecosystem and meet fellow enthusiasts?

    Register now: meetup.com/phpug-rhein-neckar/

    #phpugmrn #rheinneckarrocks #phpc #sylius

  5. 📣 Join the Sylius community in Mannheim on April 30th!

    We're hosting a hackathon at the @bitexpert office, where we'll spend the day improving #Sylius together. 🤝 Want to contribute to the ecosystem and meet fellow enthusiasts?

    Register now: meetup.com/phpug-rhein-neckar/

    #phpugmrn #rheinneckarrocks #phpc #sylius

  6. Я потратил 10 лет на создание легкого PHP фреймворка для разработки WEB-приложений

    Привет, All! Как вам идея, отказаться от тегов вообще и делать WEB-проекты исключительно на классах? А еще, чтобы и клиентский, и серверный коды шли рядом, как в десктопном приложении.И чтобы с одними и теми же переменными можно было работать и в PHP, и в JavaScript. «Зачем?» — сапросит кто‑то. Отвечу: чтобы можно было строить не DOM‑элементы, а объекты предметной области бизнес‑процессов, которые автоматизирует мое приложение. И чтобы не тратить время на разные async, promise, ajax и так далее, пусть за это отвечает фреймворк! Я говорю примерно вот о таком построении WEB-приложения:

    habr.com/ru/articles/1024496/

    #php #framework #opensource #open_source #download #web_app #web_application #web_приложения #фреймворк #скачать

  7. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  8. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  9. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  10. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  11. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  12. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  13. CakePHP vs CodeIgniter: Which #PHP Framework is Best for Development?

    This article presents an in-depth comparison of two of the most popular PHP frameworks: #CakePHP vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and #CodeIgniter are popular with PHP developers, but which PHP framework is best for your next project? ...
    Continued 👉 blog.radwebhosting.com/cakephp #websitedevelopment

  14. The roadmap for 2026 is clear: Ubuntu 26.04 LTS arrives next week. 📦

    Our goal is to have every production environment fully optimized with 8.5 and the latest .

    Your business deserves a server stack that evolves as fast as the web. Never get stuck on legacy software again.

  15. "No single technique is sufficient. Static analysis detects obvious errors at low cost. Traditional dynamic testing with PHPUnit verifies specific behaviours. Property-based testing generalises these behaviours. Mutation testing validates the quality of the test suite. Fuzz testing explores the unknown."
    phpunit.expert/articles/everyt

    #php #phpunit #psalm #phpstan etc.

  16. "No single technique is sufficient. Static analysis detects obvious errors at low cost. Traditional dynamic testing with PHPUnit verifies specific behaviours. Property-based testing generalises these behaviours. Mutation testing validates the quality of the test suite. Fuzz testing explores the unknown."
    phpunit.expert/articles/everyt

    #php #phpunit #psalm #phpstan etc.