Skip to content

Commit

Permalink
Docs - some client/creator docs (ZcashFoundation#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl authored Feb 12, 2024
1 parent 735f883 commit 1b4acbd
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 171 deletions.
59 changes: 59 additions & 0 deletions docs/about-free2z/docs/consulting/client-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
sidebar_position: 1
---

# Transform Your Business with Efficient Project Management

We specialize in revolutionizing how small businesses manage projects, tasks, and teams. Our secret? A universally effective methodology known as Kanban, coupled with a tailor-made selection of digital tools to suit your unique business needs.

## Kanban at a Glance

Kanban is a visual project management system designed to help businesses manage tasks and workflows efficiently. It's based on the principles of transparency, flexibility, and continuous improvement, making it an ideal solution for businesses of all sizes. At the core, it's just "TODO", "DOING", and "DONE" columns: what needs to be done, what's in progress, and what's completed.

![Kanban Board](https://free2z.com/uploadz/public/free2z/kanban-cartoon.webp)

Kanban can be implemented using sticky notes. However, we take it a step further by integrating digital tools that enhance the system's capabilities. You can share files, communicate with your team, and track progress in real-time, all within a single platform.

## Why Kanban?

Kanban isn't just a tool; it's a game-changing approach to project management that visualizes your workflow, enhances efficiency, and reduces bottlenecks. Imagine having a clear overview of every task, from inception to completion, enabling you to prioritize effectively and adapt to changes swiftly. That's Kanban.

- **Visual Workflow**: See at a glance what needs to be done, what's in progress, and what's completed.
- **Task Prioritization**: Easily identify and focus on the most important tasks.
- **Continuous Improvement**: Identify bottlenecks and inefficiencies in real-time, allowing for immediate adjustments.

:::tip
You define what you want done, and we make it happen.
:::

## How We Implement Kanban for Your Business

We understand that each business is unique, with its own set of challenges, goals, and workflows. That's why we don't prescribe a one-size-fits-all solution. Instead, we:

1. **Consult**: Understand your business, its processes, and challenges.
2. **Customize**: Select and tailor the digital tools and platforms that best fit your business needs. Whether it's setting up a GitHub account for software development projects, utilizing Trello for general project management, or leveraging GitLab for both code and non-code tasks, we've got you covered.
3. **Implement**: Set up your personalized Kanban system, complete with training for your team on how to make the most of it.
4. **Support**: Provide ongoing support and adjustments to ensure the system evolves with your business.

:::info Note
We will get you setup to feed in your requirements efficiently and we will move them through the process to completion.
:::


## Benefits of Our Approach

- **Efficiency**: Streamline workflows and reduce time wasted on miscommunication and delays.
- **Clarity**: Gain transparency over every aspect of your project, from timelines to task responsibilities.
- **Adaptability**: Quickly adjust to changes in priorities or project scope without derailing your entire workflow.
- **Collaboration**: Enhance team collaboration with a system that's accessible, intuitive, and flexible.

:::caution
When you see how much you can get done, you might set your sights even higher.
:::


## Let's Get Started

Are you ready to elevate your project management and drive your business forward with unmatched efficiency? Reach out to us, and let's transform the way you work, one task at a time.

Email [[email protected]](mailto:[email protected]) to schedule a consultation and take the first step toward a more efficient, productive business.
48 changes: 48 additions & 0 deletions docs/about-free2z/docs/consulting/creator-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
sidebar_position: 2
---

# Tools for Creators

We equip our creators with a suite of powerful tools tailored for modern development. While we always select the right tool for the job, we lean towards a stack that promotes robust, scalable, and efficient design. Here are the core tools in our stack and resources to get you up to speed:

## Markdown
- **Basics**: Learn to write in Markdown to create effective documentation and content.
- [Markdown Guide](https://www.markdownguide.org/getting-started/)
- [Mastering Markdown](https://guides.github.com/features/mastering-markdown/)

## GitHub
- **Collaboration & Version Control**: Master GitHub for project management and collaboration.
- [Hello World GitHub Guide](https://guides.github.com/activities/hello-world/)
- [GitHub Learning Lab](https://lab.github.com/)

## Kanban
- **Project Management**: Understand Kanban for managing and visualizing work.
- [Kanban in Action](https://www.atlassian.com/agile/kanban/kanban-university)

## Git
- **Version Control System**: Get hands-on with the system that tracks changes in your projects.
- [Git Handbook](https://guides.github.com/introduction/git-handbook/)
- [Interactive Git Branching](https://learngitbranching.js.org/)

## Python/Django
- **Backend Development**: Dive into Python and Django for building robust backends.
- [Python Official Tutorial](https://docs.python.org/3/tutorial/)
- [Django Project Official Tutorial](https://docs.djangoproject.com/en/3.2/intro/tutorial01/)

## React
- **Frontend Libraries**: Create dynamic UIs with the React library.
- [React Official Documentation](https://reactjs.org/tutorial/tutorial.html)
- [Fullstack Open React](https://fullstackopen.com/en/part1)

## TypeScript
- **Static Typing in JavaScript**: Enhance your JavaScript with TypeScript for more robust code.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/home.html)
- [TypeScript Deep Dive](https://basarat.gitbook.io/typescript/)

## PostgreSQL
- **Databases**: Learn to use PostgreSQL, a powerful open-source object-relational database system.
- [PostgreSQL Tutorial](https://www.postgresqltutorial.com/)
- [SQL Teaching - Interactive PostgreSQL](https://www.sqlteaching.com/)

While these are our preferred tools, we are pragmatic in our choices, always aiming for the best outcomes for our projects. Our creators are encouraged to be flexible and adaptive, learning and mastering the tools that align with our commitment to delivering excellence.
6 changes: 6 additions & 0 deletions docs/about-free2z/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ const config = {
label: "Legal",
// className: "navbar-item-to-hide",
},
{
doc: "consulting",
to: "consulting",
label: "Consulting",
className: "navbar-item-to-hide",
},
{
href: 'https://github.com/free2z',
label: 'GitHub',
Expand Down
Loading

0 comments on commit 1b4acbd

Please sign in to comment.