Jump to content

ZelocoreCMS:Developers: Difference between revisions

From ZelocoreCMS Wiki
Developer directory
 
m Protected "ZelocoreCMS:Developers" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= ZelocoreCMS Developer Directory =
__NOTOC__
A showcase of developers who contribute to and specialize in CMS platforms.
== 👨‍đŸ’ģ ZelocoreCMS Developer Directory ==


== Top Contributors ==
Welcome to the Developer Directory! This is the central hub connecting CMS experts, plugin developers, agency owners, and open-source contributors from around the world.
{{Special:ActiveUsers}}


== Create Your Profile ==
=== 🌟 Browse the Directory ===
Are you a CMS developer? Create your profile page at <code>User:YourUsername</code> using the [[Template:Developer_Profile]] template.
Looking to hire an expert or collaborate on an open-source CMS project? Browse our official list of registered developers below.


Use the [[ZelocoreCMS:Style_Guide#Developer_Profiles|Developer Profile Style Guide]] for formatting help.
👉 '''[[:Category:ZelocoreCMS_Developers|View the full list of Registered Developers]]'''
 
=== 📝 How to Create Your Developer Profile ===
 
Are you a contributor to this wiki or a CMS developer? You can create your own profile card to showcase your skills, GitHub, and website to the community.
 
==== Step-by-Step Instructions ====
* '''Step 1:''' Ensure you are logged into your account.
* '''Step 2:''' Click on your username in the top right corner of the screen to go to your User page.
* '''Step 3:''' Click the '''Create''' or '''Edit''' tab.
* '''Step 4:''' Type the exact text shown in the example block below into your User page.
* '''Step 5:''' Replace the placeholder text with your actual information and save the page!
 
==== Example Code to Copy ====
(Type this exactly onto your user page)
 
<nowiki>{{</nowiki>Developer_Profile<br/>
| name = Your Real Name<br/>
| avatar = ProfilePic.jpg<br/>
| title = Full Stack Developer / CMS Expert<br/>
| location = Your City, Country<br/>
| website = https://yourwebsite.com<br/>
| github = https://github.com/yourusername<br/>
| twitter = https://twitter.com/yourusername<br/>
| specialties = WordPress, Next.js, Headless CMS<br/>
| years_exp = 5<br/>
<nowiki>}}</nowiki>
 
==== Why Create a Profile? ====
* '''Networking:''' Connect with other CMS developers and agencies.
* '''Visibility:''' Profiles are publicly visible and link directly to your portfolio and GitHub.
* '''Recognition:''' Stand out as an active contributor in the ZelocoreCMS community.
 
=== 🔧 Developer Hub Links ===
Don't forget to check out our technical documentation:
* [[Developer_Hub/APIs|📡 REST & GraphQL API References]]
* [[Developer_Hub/Plugin_Development|🔌 Plugin Development]]
* [[Developer_Hub/Theme_Development|🎨 Theme Development]]
* [[Developer_Hub/Security|🔒 Security Best Practices]]

Latest revision as of 00:16, 29 July 2026

👨‍đŸ’ģ ZelocoreCMS Developer Directory

Welcome to the Developer Directory! This is the central hub connecting CMS experts, plugin developers, agency owners, and open-source contributors from around the world.

🌟 Browse the Directory

Looking to hire an expert or collaborate on an open-source CMS project? Browse our official list of registered developers below.

👉 View the full list of Registered Developers

📝 How to Create Your Developer Profile

Are you a contributor to this wiki or a CMS developer? You can create your own profile card to showcase your skills, GitHub, and website to the community.

Step-by-Step Instructions

  • Step 1: Ensure you are logged into your account.
  • Step 2: Click on your username in the top right corner of the screen to go to your User page.
  • Step 3: Click the Create or Edit tab.
  • Step 4: Type the exact text shown in the example block below into your User page.
  • Step 5: Replace the placeholder text with your actual information and save the page!

Example Code to Copy

(Type this exactly onto your user page)

{{Developer_Profile
| name = Your Real Name
| avatar = ProfilePic.jpg
| title = Full Stack Developer / CMS Expert
| location = Your City, Country
| website = https://yourwebsite.com
| github = https://github.com/yourusername
| twitter = https://twitter.com/yourusername
| specialties = WordPress, Next.js, Headless CMS
| years_exp = 5
}}

Why Create a Profile?

  • Networking: Connect with other CMS developers and agencies.
  • Visibility: Profiles are publicly visible and link directly to your portfolio and GitHub.
  • Recognition: Stand out as an active contributor in the ZelocoreCMS community.

Don't forget to check out our technical documentation: