nunomaduro
nunomaduro

Nuno Maduro

Verified

@nunomaduro

Speaker, Laravel core team member, and open source developer. Also created this website. 🙅🏻‍♂️.

692 Posts 12K Views

  • No matching results...
  • Searching...

/ 255

Pinned

Pan v0.1 is out today: an open-source, simple, lightweight, and privacy-focused product analytics PHP package. 🎉

• Track events with a simple "data-pan" attribute.
• Understand how users interact with your product.
• No personal data collected.
• And more...

Repo: github.com/panphp/pan

.
Video: www.youtube.com/watch?v=hJJNi-Ri_3E.

image

2

681

during my 4+ years with laravel, i've learned the importance of balancing open source and product work.

open source is fun, but product work? that's where the real OSS ideas come from, where you actually feel what it's like to use laravel in real life, with all its challenges.

1

173

to be fair, it's probably the same for content creators, like video course makers, too. you gotta get into some product development from time to time, or you get rusty—real fast.

151

commit messages:

- feat: (new feature for the user, not a new feature for build script)
- fix: (bug fix for the user, not a fix to a build script)
- docs: (changes to the documentation)
- style: (formatting, missing semi colons, etc; no production code change)
- refactor: (refactoring production code, eg. renaming a variable)
- test: (adding missing tests, refactoring tests; no production code change)
- chore: (updating grunt tasks etc; no production code change)

120