Skip to content

Commit

Permalink
chore: fix some punctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 27, 2024
1 parent 20869ca commit bc1beb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/blogs/react-object-destructuring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function MyComponent(props: MyComponentProps): ReactElement {
language="tsx"
showLineNumbers={false}
/>
<C>Here are (13-5) reasons why</C>
<C>Here's why</C>

<H2>Reason 1: Readability</H2>
<C>
Expand Down
4 changes: 2 additions & 2 deletions public/blogs/white-board-interviews.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: White Board Interviews
seoTitle: White board interviews aren't about identifying the most skilled engineers but rather those who fit a specific mold. Most of these questions are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to get a shot at working for us?"
seoTitle: How much bullshit are you willing to go through to 'maybe' get a shot at working for us?"
summary: Let's talk about it
isReleased: true
isSequel: false
Expand Down Expand Up @@ -29,7 +29,7 @@ These interviews aren't about assessing practical skills nor real-world problem-


<C>
Its not about identifying the most skilled engineers but rather those who fit a specific mold. Most of these so-called "whiteboard questions" are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to get a shot at working for us?"
Its not about identifying the most skilled engineers but rather those who fit a specific mold. Most of these so-called "whiteboard questions" are nothing but a test of obedience, not intelligence nor problem-solving ability. It's essentially asking candidates, "How much bullshit are you willing to go through to maybe, just maybe get a shot at working for us?"
</C>

<H2>Hi! We're The corporation You're "Eager" to work for</H2>
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 @@ -343,6 +343,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 bc1beb9

Please sign in to comment.