Bookmarks tagged with #discussion.
Show all
Show all
Recommendations for productivity tools/libraries?
Hi, just curious what are the tools/libraries/techniques/etc that save you the most time developing web apps on a daily basis? Thanks
Saved
on: 2021-11-06
Code analysis tools to help with upgrading an app to a newer PHP version? :
Hi folks –
I have some older sites (some on PHP 5.6.40; some on various versions of 7.x) that I'd like to update to newer versions of PHP.
Of cour
Saved
on: 2021-03-03
Unit testing tips by examples in PHP
I just created a repository on Github with examples of good unit testing in PHP. I still work on these tips. I will also try to write more about some
Saved
on: 2021-02-19
Tools for better programming
Recently I discovered these tools that have helped me to control the quality of my code.
+ https://github.com/rectorphp/rector
+ https://github.com/
Saved
on: 2021-01-13
No Country for Old Developers | Hacker News
Saved
on: 2020-12-28
How do you build your (production) docker images ?
Hi,
I'd like to start a discussion about docker images for php projects.
I feel like the resources I find on this topic are not advanced enough
htt
Saved
on: 2020-06-13
Ask HN: What's your quarantine side project? | Hacker News
Saved
on: 2020-05-14
Thoughts about a long-running event sourced architecture in PHP
In [this talk](https://www.youtube.com/watch?v=STKCRSUsyP0), Martin Fowlers describes a real-life event driven system that's unlike what I've seen bef
Saved
on: 2020-02-27
Clean code workshop slides - looking for feedback : PHP
https://docdro.id/iuJzSy1 (PDF)
I'm preparing a clean code workshop at work, and thought I'd get some feedback from infinitely wise reddit first. ;)
Saved
on: 2020-02-26
What tools do you use to push your code changes live?
At the moment I'm SSHing into a server and literally typing git pull. Ok for one site but when you're managing hundreds of tiny ones...
Saved
on: 2020-02-20
What is the recommended way to deploy php in containers ? (using "php-pfm
Saved
on: 2020-02-18
Goodbye, Clean Code : Hacker News
There are a lot of situations where 3-5 lines of many methods follow basically the same pattern, and it can be aggravating to look at. “Don’t repeat yourself!” Right? So you try to extract that boilerplate into a method, and it’s fine until the very next change.
Saved
on: 2020-01-12
Ask HN: What Technologies to Learn in 2020? | Hacker News
Saved
on: 2020-01-05
Why are agent nouns good?
Another talk:
https://www.youtube.com/watch?v=dfgtKb-VpRk
You don't have to really watch it. Basically, he's saying many people currently do for
Saved
on: 2020-01-05
What Every Developer Absolutely, Postively Needs to Know about Database Indexing
Thought this one was definitely worth sharing. I liked i at least.
https://www.youtube.com/watch?v=HubezKbFL7E
Saved
on: 2020-01-04
Ask HN: We are shutting down our startup, I get our code. What now? | Hacke
My co-founder recently decided to shut the company down, focusing on what he/she does best rather than being reliant on tech/design loops by making our amazing designer create a Shopify site that he/she can manage him/herself.
Saved
on: 2019-12-10
Your tips to write testable (PHP) code?
I'm going to make a quick seminar for my team on how to improve the testability of our (15 years old) PHP code-base. Do you have any specific tips and
Saved
on: 2019-10-05
Migres - The PostgreSQL migration tool : PHP
Hey /r/PHP
I just released the first *alpha* version of a tool I have been working on. It's a framework agnostic migration tool for PostgreSQL.
http
Saved
on: 2019-07-31
Shopify and the Power of Platforms | Hacker News
Saved
on: 2019-07-11
Any up to date tutorials about service layers, workers, data transfer object, mappers, factory and design patterns in general?
Saved
on: 2019-05-30
Do you have a PHP-based site or product? And is the code open sourced somew
Disclaimer: I'm a self-taught old-school Web dude who got into this back in 1994 after the IMG tag was added to the HTML spec. I'm good with PHP, Jav
Saved
on: 2019-05-29
Which is the coolest PHP library you have used ? Put a link as well... : PH
[deleted]
Saved
on: 2019-03-16
If you could recommend just one book.. : PHP
Hi everybody, just a small question.
If you could recommend one book on PHP, for a junior/intermediate developer, what would it be?
And why?
I've go
Saved
on: 2019-02-13
What Composer Packages do you always install and find useful (in a non Framework environment)?
Saved
on: 2019-01-05
Ask HN: Best talks of 2018? | Hacker News
I've often felt that we (humanity) have pushed the boundaries of our knowledge right to some really hard lines to cross: relativity won't allow interstellar travel anytime soon, we are making progress in "soft AI" but "hard AI" is still insurmountable, even fusion seems as far as it's always been.
Saved
on: 2018-12-22
Ask HN: What are your “brain hacks” that help you manage every day situatio
He's unemotional yet thoughtful. If he doesn't have an immediate answer for something, he instinctively understands how to search for the answer. He has a natural sense of the real priority of work and discussions. So I asked him for some of his favourite brain hacks...
Saved
on: 2018-12-03
Ryanair, Hamiltonian Cycles, and using graph theory to find cheap flights |
Saved
on: 2018-11-26
I don't understand what's wrong with just using cookies for authentication.
[removed]
Saved
on: 2018-10-21
Another question about the future of PHP vs other, currently trendier thing
I see a lot of questions pertaining to whether PHP can survive the current trend of Node-based JS frameworks. The consensus seems to be that : PHP is
Saved
on: 2018-10-02
Ask HN: What was the best decision you made in your career? | Hacker News
I made the jump 5 years ago and have worked for a number of companies since, on 6-12 month contracts. The money has jumped each time, such that I’m on what I consider to be silly money now for the job I do — Ireland, not US.
Saved
on: 2018-09-26
Headless Chrome support in Cloud Functions and App Engine | Hacker News
Using this, in conjunction with AWS Step Functions, Lambda, and ECS, it became merely cents a month to run a headless scraper task in the cloud. What does your workflow look like?
Saved
on: 2018-08-20