Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ version increments reflecting both user-visible and operational impact.

---

## [1.4.1] - 2026-01-01

### Changed

- Updated `README.md` to better reflect the company’s current mission, focus,
and messaging.
- Bumped project version to `v1.4.1`.

---

## [1.4.0] – 2026-01-01

### Added
Expand Down Expand Up @@ -70,5 +80,6 @@ version increments reflecting both user-visible and operational impact.

<!-- Link references -->

[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/netwk-pro/docs/releases/tag/v1.4.1
[1.4.0]: https://github.com/netwk-pro/docs/releases/tag/v1.4.0
88 changes: 39 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,71 +13,61 @@ This file is part of Network Pro.

# About Network Pro&trade;

[![Build Site and Deploy to GH Pages](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/netwk-pro/docs/actions/workflows/build-and-deploy.yml)
[![Vercel](https://img.shields.io/github/deployments/netwk-pro/docs/Production?label=vercel&logo=vercel 'Vercel')](https://vercel.com)
[![Publish to Registries](https://github.com/netwk-pro/docs/actions/workflows/publish.yml/badge.svg)](https://github.com/netwk-pro/docs/actions/workflows/publish.yml)
[![NPM Version](https://img.shields.io/npm/v/%40networkpro%2Fdocs?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&color=%23CB3837)](https://www.npmjs.com/package/@networkpro/docs)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md)

## Security That Respects You
## Security, with Intent

At **Network Pro Strategies (Network Pro&trade;)**, we deliver network security
and engineering, cybersecurity, and digital privacy consulting with clarity,
credibility, and care. We believe that real security doesn’t have to come at the
cost of user autonomy, and that privacy-minded solutions can be both practical
and powerful.
At **Network Pro Strategies (Network Pro&trade;)**, our work centers on
advancing practical security, infrastructure resilience, and digital privacy
through research, development, education, and advocacy.

Our approach is built on a simple principle: **the best security is the one that
fits.** That means we don’t push ideologies—we apply what works. We advocate for
and implement **free and open source solutions** where they offer competitive
functionality, control, and visibility. When proprietary platforms are better
suited, we deploy them responsibly and securely—ensuring every recommendation is
grounded in **technical merit**, **scalability**, and **client goals**.
We design, operate, and study real-world systems with a focus on understanding
how security works in practice—not just in theory. Our goal is to produce clear,
credible guidance and tools that respect user autonomy, scale responsibly, and
reflect the realities of modern infrastructure.

Where appropriate, we also apply this work through limited consulting
engagements, offering focused expertise in network security, cybersecurity, and
privacy engineering for organizations seeking intentional, well-reasoned
solutions.

### What We Do

As a remote-first consultancy, we support clients across industries and
geographies with a focus on:
Network Pro&trade; is focused on internal research, development, education, and
advocacy in the areas of network security, infrastructure design, and digital
privacy.

Our work centers on building and operating real-world systems, conducting
exploratory and applied research, developing proof-of-concept environments, and
publishing practical insights drawn from hands-on experience. These efforts
inform the tools, guidance, and educational content we share with the broader
community.

We also offer **limited consulting on a selective, case-by-case basis**,
typically aligned with our research focus areas, including:

- **Network Hardening & Perimeter Defense**
- **Firewall Architecture & Policy Optimization**
- **Zero Trust Implementation**
- **Secure Infrastructure Design & Implementation**
- **Secure Infrastructure Architecture**
- **Risk Reduction & Security Posture Assessment**

Our consulting engagements range from tactical one-off solutions to strategic,
long-term partnerships. Whether it’s helping a business segment its internal
network, lock down its cloud footprint, or plan scalable defenses—we deliver
clear value, with zero fluff.

Additionally, Network Pro™ provides
[on-site services](https://netwk.pro/services) in the Greater Phoenix
Metropolitan Area (Maricopa County, AZ). Our
[on-site services](https://netwk.pro/services) are available to both consumers
and businesses. In addition to consulting, we offer the following services:

- **Home Modem Setup**
- **Basic Router Setup**
- **Wi-Fi and Wireless Networking Setup**
- **Network Troubleshooting**
- **Network Security Review**
- **Add a Wi-Fi Device**
- **Add or Configure a Printer**

&nbsp;

We also believe education is a core pillar of real-world security. That’s why we
invest in raising awareness—across both technical and general audiences—on best
practices in digital privacy, secure design, and threat mitigation.

At Network Pro™, we deliver robust, intentional solutions for individuals and
organizations that prioritize integrity — without compromising agility or trust.
We don't just protect infrastructure. We protect peace of mind.

Ready to take the next step? [Let's connect](https://netwk.pro/contact) to
explore how we can help fortify your home or business.
[Schedule a free, initial consultation](https://netwk.pro/consultation) today
and discover what's possible.
Rather than operating as a traditional consultancy, our engagement model
prioritizes depth, intent, and alignment. Consulting work is approached as an
extension of our internal projects and research—not as a volume-driven service
offering.

At Network Pro&trade;, we believe strong security comes from understanding
systems deeply, communicating clearly, and designing with purpose. Our goal is
not scale for its own sake, but meaningful work that advances security practice,
privacy awareness, and resilient infrastructure.

Interested in our work or exploring a potential collaboration?
[Let's connect](https://netwk.pro/contact).

---

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@networkpro/docs",
"version": "1.4.0",
"version": "1.4.1",
"description": "The documentation portal for Network Pro Strategies (Network Pro™)",
"keywords": [
"android",
Expand Down
Loading