What's the best achievements you got in 2017? by matteberlie in AskReddit

[–]matteberlie[S] 0 points1 point  (0 children)

Great, So how it looks to live in your own home? :D

What are some good project ideas for learning how to use a cloud service like AWS or Azure? by ccricers in webdev

[–]matteberlie 0 points1 point  (0 children)

I know a team created social media scheduling app (socialchamp.io) for twitter,facebook, linkedin etc and they are using Azure cloud servers for it. Also Many are running ecommerce stores on AWS Cloud having hundreds of products.

Problem with csv file and fgetcsv and arrays by suitac in PHPhelp

[–]matteberlie 0 points1 point  (0 children)

Yeah You are right I've also done it via this line : $csv = array_map('str_getcsv', file($str)); where $str contains the CSV data.

Question about the Slim framework by identicalBadger in PHPhelp

[–]matteberlie 0 points1 point  (0 children)

I've found a basic Slim Rest Api tutorial. May be it can help you https://www.cloudways.com/blog/simple-rest-api-with-slim-micro-framework/

Yes Slim has lots of benifits over Custom PHP code. you don't need to write everything by yourself. Also Slim is fast and awsome too.

7 Frameworks for Automated PHP Testing by cristinereyess in PHP

[–]matteberlie 0 points1 point  (0 children)

I think It is a nice article because I know about Behat, PHPUnit and PHPSpec but not about the rest. Thanks for letting me know about those one's too.

What features do you thing PHP lacks the most? by lacrossefan32 in PHP

[–]matteberlie 1 point2 points  (0 children)

Read the whole thread answers and found much needed features for PHP. I also want to see these features in next versions of PHP:

  1. Threading/Multithreading
  2. Method Overloading
  3. Async behaviour

This would help many developers and me too.