Posts For Tag: Open Source
How To Speed Up The Code Review
29 Dec 2018

How does the code review process look? You submit a request, then receive feedback, make some fixes, push them, then receive approval and the request is being merged. Sounds nice, right? But sometimes the review process can become really painful....
READ MORETest Coverage: Integration Between CodeClimate and Travis CI
11 Jan 2018

When you maintain an open-source project it is considered a good practice to have a high test coverage, so the community can feel safe about using your code in their projects. There are some services that can analyze your code...
READ MORERECENT POSTS
- How To Speed Up The Code Review
- Managing Concurrency: From Promises to Coroutines
- Fast Web Scraping With ReactPHP: Download All Images From a Website
- PHP Roundtable 76: Concurrency, Generators & Coroutines - Oh My!
- Fast Web Scraping With ReactPHP. Part 3: Using Proxy
- Sending Email Asynchronously With ReactPHP Child Processes
- Fast Web Scraping With ReactPHP. Part 2: Throttling Requests
- Using Router With ReactPHP Http Component
- Working With FileSystem In ReactPHP
- Amp Promises: From Generators To Coroutines
- Fast Web Scraping With ReactPHP
- Asynchronous PHP: Why?
- Does Static Factory Violate Open/Closed Principle?
- Introduction To Amp Event Loop
- Managing ReactPHP Promises
- Test Coverage: Integration Between CodeClimate and Travis CI
- ReactPHP HTTP Server Middleware
- ReactPHP PromiseStream: From Promise To Stream And Vice Versa
- Building ReactPHP Memcached Client: Unit-Testing Promises
- Building ReactPHP Memcached Client: Emitting Events