Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b58399a

Browse files
committed
chore: ion know G fr
1 parent d10ed76 commit b58399a

File tree

7 files changed

+50
-47
lines changed

7 files changed

+50
-47
lines changed

public/services/full-software-solution.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ minutesToRead: 0
1010
tags:
1111
- 'project development'
1212
---
13+
<C>
14+
The process described below outlines my approach for projects that are not small or simple. For straightforward projects like a basic UI with an API backend and deployment, I can solely complete them within a week. 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.
15+
<S/>
16+
The process starts with
17+
</C>
1318
<H2>Estimates</H2>
1419
<C>
1520
Clients usually initiate conversations by seeking estimates for their projects. They often ask about the potential cost and time frame for a project. However, providing accurate estimates is **literally** impossible.
@@ -30,7 +35,7 @@ We go deep into understanding your needs, target market, existing solutions, and
3035
</C>
3136
<H2>Software Requirements Specification</H2>
3237
<C>
33-
The process unfolds systematically after. We transition into setting the <L href="https://standards.ieee.org/ieee/830/1222/">SRS</L>, which involves scrutinizing <L href="/services/glossary#requirements">requirements</L>, eliminating redundancies, setting up a <L href="/services/glossary">glossary</L>, identifying key priorities, developing schemas, <L href="/services/glossary#user-stories">User Stories</L>, <L href="https://www.bpmn.org/">BPMNs</L>, <L href="https://github.com/joelparkerhenderson/architecture-decision-record">ADRs</L> ...
38+
We transition into setting the <L href="https://standards.ieee.org/ieee/830/1222/">SRS</L>, which involves scrutinizing <L href="/services/glossary#requirements">requirements</L>, eliminating redundancies, setting up a <L href="/services/glossary">glossary</L>, identifying key priorities, developing schemas, <L href="/services/glossary#user-stories">User Stories</L>, <L href="https://www.bpmn.org/">BPMNs</L>, <L href="https://github.com/joelparkerhenderson/architecture-decision-record">ADRs</L> ...
3439
<S2/>
3540
Refinement and Iteration come in handy. If clarity is lacking, we ask further questions and refine our analysis until no more refinement is needed, and no outstanding questions remain. with this, requirements are sealed and the project is ready for development. The process takes anywhere from 5 days to 2 weeks to finish.
3641
</C>
@@ -40,7 +45,7 @@ Next, is the **PoC**. This requires building the product according to the specif
4045
</C>
4146
<H2>Development & Refinement</H2>
4247
<C>
43-
This phase takes most of the time and budget, it will involve many <L href="/services/glossary#team">participants</L> to work simultaneously with me. Since all inconsistencies are treated as <L href="/services/glossary#ticket">issues</L> that are yet to be resolved, this phase is mostly about finding, reporting, and fixing as many <L href="/services/glossary#ticket">bugs</L> as possible to stabilize the product and get it ready for market launch. We incrementally release a working version of the software multiple times a day, week or month, which leads us to the next phase:
48+
This phase takes most of the time and budget, it will involve many participants to work simultaneously with me. Since all inconsistencies are treated as <L href="/services/glossary#ticket">issues</L> that are yet to be resolved, this phase is mostly about finding, reporting, and fixing as many <L href="/services/glossary#ticket">bugs</L> as possible to stabilize the product and get it ready for market launch. We incrementally release a working version of the software multiple times a day, week or month, which leads us to the next phase:
4449
</C>
4550
<H2>Launch & Feedback</H2>
4651
<C>

src/app/(pages)/services/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ export default function Component() {
7979
</h3>
8080
<p className="text-center md:text-base/relaxed dimmed-1">
8181
Invite me to become an extension of your team. Working
82-
directly with you on a daily basis, from technical advice, code
82+
directly with you on a daily basis, from technical advice,
83+
code
8384
<Link href="/services/code-audits">
8485
<GlowingText>audits</GlowingText>
8586
</Link>

src/app/(pages)/w/page.tsx

Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,40 @@
1-
export default function Page() {
1+
const Divider: React.FC<React.HTMLProps<HTMLDivElement>> = ({ children }) => {
2+
return <>{children}</>;
3+
};
4+
5+
interface CardProps extends React.HTMLProps<HTMLDivElement> {
6+
title: string;
7+
}
8+
const Card: React.FC<CardProps> = ({ title, children }) => {
29
return (
3-
<div className="flex items-center justify-center mt-12">
4-
<div className="border border-white/10 p-4 rounded-[2rem]">
5-
<div className="flex flex-col gap-2 items-center text-xl">
6-
<div
7-
className="text-center dimmed-3
8-
max-w-sm sm:max-w-[550px] md:max-w-[650px] lg:max-w-[850px]"
9-
>
10-
<h3 className="glows-dimmed dimmed-4 text-2xl font-bold">
11-
Software Consulting
12-
</h3>
13-
<p className="p-2 my-1 ">
14-
Experiencing roadblocks due to tricky bugs or intricate feature
15-
implementations? Bring me onboard to bolster your team&apos;s
16-
progress and expedite development. Beyond immediate fixes, my
17-
consulting services include strategic guidance and decision-making
18-
support. This includes: Team management, tailored training
19-
sessions and valuable recommendations. Get in touch
20-
</p>
21-
<h3 className="glows-dimmed dimmed-4 text-2xl font-bold">Audits</h3>
22-
<p className="p-2 my-1 ">
23-
I conduct thorough independent audits to review and analyze your
24-
software code quality and architectural decisions. During these
25-
audits, I provide detailed insights, identify areas for
26-
improvement, pinpoint potential vulnerabilities, and highlight
27-
optimization opportunities. Learn more
28-
</p>
29-
<h3 className="glows-dimmed dimmed-4 text-2xl font-bold">
30-
Team Integration
31-
</h3>
32-
<p className="p-2 my-1 ">
33-
Experiencing roadblocks due to tricky bugs or intricate feature
34-
implementations? My services extend beyond advice to actively
35-
integrate with your development process. So bring me onboard to
36-
bolster your team&apos;s progress and expedite development.
37-
</p>
38-
</div>
10+
<div className="border border-white/10 p-4 rounded-[2rem]">
11+
<div className="flex flex-col gap-2 items-center text-xl">
12+
<div className="text-center dimmed-3 max-w-sm sm:max-w-[550px] md:max-w-[650px] lg:max-w-[850px]">
13+
<h3 className="glows-dimmed dimmed-4 text-2xl font-bold">{title}</h3>
14+
<div className="p-2 my-1">{children}</div>
3915
</div>
4016
</div>
4117
</div>
4218
);
19+
};
20+
export default function Page() {
21+
return (
22+
<div className="flex flex-col items-center justify-center h-screen">
23+
<Card title="Team">
24+
<p>
25+
Experiencing roadblocks due to tricky bugs or intricate feature
26+
implementations? My services extend beyond advice to actively
27+
integrate with your development process
28+
29+
</p>
30+
</Card>
31+
<Card title="Another Title">
32+
<p>
33+
Experiencing roadblocks due to tricky bugs or intricate feature
34+
implementations? My services extend beyond advice to actively
35+
integrate with your development process.
36+
</p>
37+
</Card>
38+
</div>
39+
);
4340
}

src/app/(pages)/x/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import SplitCard from '@/app/components/__futures__/split-card';
2-
export default SplitCard;
1+
import LightGrid from '@/app/components/__futures__/light-grid';
2+
export default LightGrid;

src/app/components/__futures__/light-grid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const LightGrid: React.FC = () => {
3131
{Array.from({ length: 100 }, (_, index) => (
3232
<div
3333
key={index}
34-
className=" bg-blue-500 flex items-center justify-center rounded-full"
34+
className=" bg-purple-500 flex items-center justify-center rounded-full"
3535
>
36-
<span className="h-[0.24rem] w-[0.24rem] bg-blue-500 rounded-full animate-ping "></span>
36+
<span className="h-[0.24rem] w-[0.24rem] bg-purple-500 rounded-full animate-ping "></span>
3737
</div>
3838
))}
3939
</div>

src/app/components/protos/about-me2.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ export default function AboutMe2() {
7272
<img
7373
alt="Profile Picture"
7474
className="rounded-full w-60 border aspect-square object-cover object-center justify-self-start"
75-
height="800"
75+
height="2500"
7676
src="https://avatars.githubusercontent.com/u/126174609?v=4"
77-
width="1200"
77+
width="3200"
7878
/>
7979
</div>
8080
</div>

src/app/components/protos/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function HeroSection() {
8888
>
8989
<TextContent>
9090
Welcome to my corner of the internet where I share my thoughts
91-
and conduct my business. You can read my blogs, checkout my
91+
and offer my expertise. You can read my blogs, checkout my
9292
services, or learn more about me, and if you like what you see
9393
</TextContent>
9494
</motion.div>

0 commit comments

Comments
 (0)