Skip to content

Commit

Permalink
chore: add missing links from MDX files
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 26, 2024
1 parent de98276 commit 2bf891b
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/blogs/code-silos.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Code Silos
seoTitle: Code silos are one of the main reasons over why your projects fails
title: Knowledge Hoarding
seoTitle: What if someone quits mid project ?
summary: What if someone quits mid project ?
isReleased: true
isSequel: false
Expand Down
2 changes: 1 addition & 1 deletion public/blogs/fundamentals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
---

<C>
Without a foundation to connect concepts, Your brain neurons struggle to connect and make sense of scattered information, leading to frustration, boredom, thus imminent failure.
Without a foundation to connect concepts, Your brain neurons struggle to connect and make sense of scattered information, leading to frustration, boredom, thus failure.
</C>

<S2/>
Expand Down
2 changes: 1 addition & 1 deletion public/blogs/management-skill-issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- 'skill-issues'
---
<C>
So, if I’m in charge of managing a group of people to deliver a piece of work, and I feel like they're not working as hard as they should—showing up late, wasting time, and generally not putting in their best effort. Maybe.. If I give them free snacks and let them bring their pets around, they'll do better? Nope, none of these, nor any other extrinsic motivation approaches will ever work.
So, if I’m in charge of managing a group of people to deliver a piece of work, and I feel like they're not working as hard as they should—showing up late, wasting time, and generally not putting in their best effort. Maybe.. If I engage them in activities like improv workshops, scavenger hunts or escape rooms, they'll do better? Nope, none of these, nor any other extrinsic motivation approaches will ever work.
</C>
<C>
These superficial incentives merely serve as temporary fixes, the modern day <L href="https://en.wikipedia.org/wiki/Bread_and_circuses">bread and circuses,</L> they may provide momentary enjoyment, but they do not address the root causes of issues. just like our medical system, which often treats symptoms rather than underlying conditions. These surface-level perks only buy more time without truly addressing the fundamental needs or concerns of employees, leading to the <L href="https://www.youtube.com/results?search_query=linkedin+corporate+cringe">cringy</L> posts on LinkedIn where "adult" <L href="https://en.wikipedia.org/wiki/Human">homo-sapiens</L> often indulge in the act of degrading themselves for... Ok we won't talk about that here.
Expand Down
2 changes: 1 addition & 1 deletion public/blogs/unit-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Well usually teams who have 100% coverage, either do have some very good and exc
</C>
<H2>No Preconceived knowledge</H2>
<C>
Even if you "know" certain values will never be "X" or Y. It's essential to test all code paths, not just those reflecting current usage patterns.
Even if you "know" certain values will never be "X" or "Y". It's essential to test all code paths, not just those reflecting current usage patterns.
</C>

<H2>If You Over Assert, Break It Down</H2>
Expand Down
2 changes: 1 addition & 1 deletion public/services/code-audits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Without vigilant scrutiny of <L href="/blog/tag/quality">quality</L> and archite
I only audit for projects that use my <L href="/about">stack.</L>
</C>
<C>
Audits come in two forms, business and technical. For business, it's designed for business owners seeking clarity on their project's status. It provides a concise one-page review covering crucial aspects such as suitability for future modifications, flexibility in team adjustments and code quality assessment. And for technical teams  it aids in uncovering as many <L href="/services/glossary#tickets">bugs</L> as possible. All within a fixed one-day service.
A code audit provide clarity on a project's status. It offers a concise one-page review covering crucial aspects such as suitability for future modifications, flexibility in team adjustments, and code quality assessment. Also, it aids in uncovering as many <L href='/services/glossary#tickets'>bugs</L> as possible. All within a fixed one-day service.
</C>
2 changes: 1 addition & 1 deletion public/services/estimates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Giving you a full budget estimates is literally impossible, unless, we did the s
</C>

<C>
Instead, we provide you two weeks estimates, based on the sum of all the tasks data (using <L href='https://en.wikipedia.org/wiki/Program_evaluation_and_review_technique'>PERT</L>), and since tasks are [billable](), the estimate comes with a monetary range, but not more than that, maybe a month only and only if we have enough data. What we can guarantee is a <L href='/services/transparency'>transparent</L> view of our progress and costs. What we can also guarantee is a working software multiple times a day/week, you don't have to wait for your software to be delivered by the end of the year as a black box. No, you see it in real time, you see every little detail, and you can pause it at any moment, continue at any moment, take it off at any moment, it's still <L href='/blog/code-silos'>transferrable.</L>
Instead, we provide you two weeks estimates, based on the sum of all the tasks data (using <L href='https://en.wikipedia.org/wiki/Program_evaluation_and_review_technique'>PERT</L>), and since tasks are <L href='/services/billing#task-cost'>billable,</L> the estimate comes with a monetary range, but not more than that, maybe a month only and only if we have enough data. What we can guarantee is a <L href='/services/transparency'>transparent</L> view of our progress and costs. What we can also guarantee is a working software multiple times a day/week, you don't have to wait for your software to be delivered by the end of the year as a black box. No, you see it in real time, you see every little detail, and you can pause it at any moment, continue at any moment, take it off at any moment, it's still <L href='/blog/code-silos'>transferrable.</L>
</C>

<C>
Expand Down
7 changes: 4 additions & 3 deletions public/services/full-software-solution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ tags:
---
<C>
The process described below outlines my approach for projects that are not small nor simple. I can solely complete those within a couple of days. However, for more complex projects I will involve more developers and we'll work as a <L href="/services/glossary#team">team</L> to deliver the software.
<S/>
The process starts with
</C>
<C>
The process starts with
</C>
<H2>Estimates</H2>
<C>
Expand All @@ -22,7 +23,7 @@ Why? Read my blog <L href="/services/estimates">post</L>.
<S3/>
Companies and individuals alike that do offer concrete estimates usually fall into one of two categories:
<S2/>
- \- They did the same project, with the same variables, with the same people, under the same circumstances one or more times
- \- They did the same project, with the same variables, with the same people, under the same circumstances one or more times.
- \- Lie, to make you feel better.
<S3/>
If you read the article you'll ask me the right question and I will answer.
Expand Down
4 changes: 4 additions & 0 deletions src/app/components/protos/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ import { Button } from '../ui/button';

/* eslint-disable */

/* eslint-disable */

/* eslint-disable */

function TypingAnimation() {
const el = useRef(null);

Expand Down
10 changes: 10 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@ import CopyButton from './copy-code';

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down

0 comments on commit 2bf891b

Please sign in to comment.