Load site modules...
lade...
random avatar

marcuskober - Network

Posts Subscribe

Excited to share that I’ve completely revamped my website using my own Static Site Generator! 🎉 It’s all about web development, PHP,...

https://phpc.social/@marcuskober...

Excited to share that I’ve completely revamped my website using my own Static Site Generator! 🎉 It’s all about web development, PHP, and a few personal touches. Feel free to take a look: marcuskober.com/en/

5.10.2024 15:22Excited to share that I’ve completely revamped my website using my own Static Site Generator! 🎉 It’s all about web development, PHP,...
https://phpc.social/@marcuskober...

🚀 Excited to announce the release of PhpCodeArcheology! 🎉PhpCodeArcheology analyzes your PHP projects, providing detailed metrics on...

https://phpc.social/@marcuskober...

🚀 Excited to announce the release of PhpCodeArcheology! 🎉

PhpCodeArcheology analyzes your PHP projects, providing detailed metrics on files, classes, methods, and functions. Get deep insights with our comprehensive HTML reports.

Note: This is a development version, and the documentation is still a work in progress. Feedback is welcome!

Check it out on GitHub: github.com/PhpCodeArcheology/P

14.7.2024 15:38🚀 Excited to announce the release of PhpCodeArcheology! 🎉PhpCodeArcheology analyzes your PHP projects, providing detailed metrics on...
https://phpc.social/@marcuskober...

After introducing the registration of #WordPress hooks with #PHP attributes in my previous article, I'm following up with a second piece...

https://phpc.social/@marcuskober...

After introducing the registration of hooks with attributes in my previous article, I'm following up with a second piece focused on hooks. This time, the topic is Hook-Driven Development:

marcuskober.com/elevate-your-p

24.5.2023 13:37After introducing the registration of #WordPress hooks with #PHP attributes in my previous article, I'm following up with a second piece...
https://phpc.social/@marcuskober...

Danke @wpletter für die Erwähnung einer meiner Artikel im Letter! :)

https://phpc.social/@marcuskober...

Danke @wpletter für die Erwähnung einer meiner Artikel im Letter! :)

23.5.2023 06:45Danke @wpletter für die Erwähnung einer meiner Artikel im Letter! :)
https://phpc.social/@marcuskober...

Today, we lay the foundation for a clean plugin structure with Hook-Driven-Development: registering hooks using PHP attributes! My new...

https://phpc.social/@marcuskober...

Today, we lay the foundation for a clean plugin structure with Hook-Driven-Development: registering hooks using PHP attributes! My new article is online:

marcuskober.com/registering-wo

17.5.2023 07:41Today, we lay the foundation for a clean plugin structure with Hook-Driven-Development: registering hooks using PHP attributes! My new...
https://phpc.social/@marcuskober...

Tomorrow, a very important article goes live on my blog. I'll discuss how to leverage PHP attributes for registering #WordPress hooks....

https://phpc.social/@marcuskober...

Tomorrow, a very important article goes live on my blog. I'll discuss how to leverage PHP attributes for registering hooks. Together with autoloading, this will be the first step toward hook-driven development.

How are you registering hooks?

Functions
Anonymous functions
Class methods

16.5.2023 10:28Tomorrow, a very important article goes live on my blog. I'll discuss how to leverage PHP attributes for registering #WordPress hooks....
https://phpc.social/@marcuskober...

The second part of coding standards is now live, focusing .editorconfig, documentation, and strict...

https://phpc.social/@marcuskober...

The second part of coding standards is now live, focusing .editorconfig, documentation, and strict types:

marcuskober.com/coding-standar

11.5.2023 09:42The second part of coding standards is now live, focusing .editorconfig, documentation, and strict...
https://phpc.social/@marcuskober...

Now let's get our hands dirty with autoloading and check out some coding standards in #WordPress plugin...

https://phpc.social/@marcuskober...

Now let's get our hands dirty with autoloading and check out some coding standards in plugin development.

marcuskober.com/autoloading-co

9.5.2023 09:10Now let's get our hands dirty with autoloading and check out some coding standards in #WordPress plugin...
https://phpc.social/@marcuskober...

Tomorrow, my new article on modern #WordPress plugin development goes live! It covers autoloading and coding standards, and I'll...

https://phpc.social/@marcuskober...

Tomorrow, my new article on modern plugin development goes live! It covers autoloading and coding standards, and I'll demonstrate how proper autoloading and namespacing leads to a better file structure.

8.5.2023 12:57Tomorrow, my new article on modern #WordPress plugin development goes live! It covers autoloading and coding standards, and I'll...
https://phpc.social/@marcuskober...

For my article series on #WordPress plugin development, I'd like to create a real plugin in a tutorial series step by step. I have some...

https://phpc.social/@marcuskober...

For my article series on plugin development, I'd like to create a real plugin in a tutorial series step by step. I have some ideas, but what would you suggest to cover as many areas as possible?

4.5.2023 11:36For my article series on #WordPress plugin development, I'd like to create a real plugin in a tutorial series step by step. I have some...
https://phpc.social/@marcuskober...

My new article is online:Namespaces in WordPress plugin...

https://phpc.social/@marcuskober...

My new article is online:

Namespaces in WordPress plugin development

marcuskober.com/using-namespac

3.5.2023 06:40My new article is online:Namespaces in WordPress plugin...
https://phpc.social/@marcuskober...

Updated the article list of my running article series on modern WordPress plugin...

https://phpc.social/@marcuskober...

Updated the article list of my running article series on modern WordPress plugin development:

marcuskober.com/article-series

I've added some new articles from my planning tool. :)

2.5.2023 11:22Updated the article list of my running article series on modern WordPress plugin...
https://phpc.social/@marcuskober...

I read the book Rework (https://www.goodreads.com/book/show/6732019-rework) in one sitting. In 2023, there's nothing groundbreaking or...

https://phpc.social/@marcuskober...

I read the book Rework (goodreads.com/book/show/673201) in one sitting. In 2023, there's nothing groundbreaking or new, but as a whole, there's a lot to take away from it.

2.5.2023 10:56I read the book Rework (https://www.goodreads.com/book/show/6732019-rework) in one sitting. In 2023, there's nothing groundbreaking or...
https://phpc.social/@marcuskober...

So, #Arc is actually pretty good. Thanks again, @aurooba!I love the tab management and spaces.

https://phpc.social/@marcuskober...

So, is actually pretty good. Thanks again, @aurooba!
I love the tab management and spaces.

2.5.2023 07:13So, #Arc is actually pretty good. Thanks again, @aurooba!I love the tab management and spaces.
https://phpc.social/@marcuskober...

Quick overview of the current and upcoming articles in my series on #WordPress plugin #development with modern...

https://phpc.social/@marcuskober...

Quick overview of the current and upcoming articles in my series on plugin with modern :

marcuskober.com/article-series

30.4.2023 15:08Quick overview of the current and upcoming articles in my series on #WordPress plugin #development with modern...
https://phpc.social/@marcuskober...

New article in my series on modern #PHP in #WordPress plugin #development...

https://phpc.social/@marcuskober...

New article in my series on modern in plugin

marcuskober.com/you-might-not-

28.4.2023 12:47New article in my series on modern #PHP in #WordPress plugin #development...
https://phpc.social/@marcuskober...

New article series on modern and object-oriented PHP in WordPress plugin...

https://phpc.social/@marcuskober...

New article series on modern and object-oriented PHP in WordPress plugin development:

marcuskober.com/modern-object-

27.4.2023 13:39New article series on modern and object-oriented PHP in WordPress plugin...
https://phpc.social/@marcuskober...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️