Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil committed Jun 12, 2024
1 parent e8ca78d commit 0291c98
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 60 deletions.
46 changes: 46 additions & 0 deletions _posts/2017-07-01-i-failed-to-get-job-in-college.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: ad
title: The Descent into Uncertainty
description: A heartbreaking journey of a student's struggle and failure.
date: 2024-06-12 09:00:00
hero_image: https://static.vecteezy.com/system/resources/previews/008/150/877/original/regret-on-business-mistake-failure-concept-frustrated-businessman-holding-his-head-sitting-alone-flat-illustration-vector.jpg
image: https://static.vecteezy.com/system/resources/previews/008/150/877/original/regret-on-business-mistake-failure-concept-frustrated-businessman-holding-his-head-sitting-alone-flat-illustration-vector.jpg
hero_height: is-large
hero_darken: true
tags: sadness failure uncertainty
series: life_struggles
sidebar: true
---

# The Descent into Uncertainty

I never thought my journey from LNCT Bhopal would lead to such a bleak outcome. As a Computer Science Engineering student, I had dreams as vast as the digital universe itself. Graduating filled with hopes, I set out to conquer the tech industry, armed with knowledge and enthusiasm.

## Struggling Against the Odds

- **Interviews**: Each rejection letter stung like a harsh critique of my abilities.
- **YouTube**: The subscribers trickled in like a slow internet connection, never reaching the numbers I dreamed of.
- **Returning Home**: The once-familiar streets now echoed with my uncertainty and self-doubt.

---

> "Even the darkest night will end and the sun will rise."
> — Victor Hugo
---

| **Challenges Faced** | **Feelings** |
|-----------------------------|-----------------------------------|
| Job rejections | Frustration |
| YouTube struggles | Loneliness |
| Uncertain future | Anxiety |

---

As I sit here, penning down my thoughts, I feel lost in this maze of expectations and failures. The road ahead seems shrouded in mist, with no guiding light to lead me. I never imagined I'd be at this crossroads, contemplating my future with a heavy heart.

What happens next, I cannot say. The uncertainty hangs over me like a storm cloud, ready to burst at any moment. Will I rise from this setback, stronger and wiser? Or will this be the end of my dreams, leaving me forever haunted by what could have been?

Only time will tell.

---
98 changes: 98 additions & 0 deletions _posts/2018-05-28-why-use-a-static-site-generator copy 2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
layout: ad
title: "My First Post"
date: 2024-05-22
image: "https://via.placeholder.com/600x400"
permalink : /post
sidebar : false
---

```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```

{% highlight json %}
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
{% endhighlight %}

## This is Heading

```javascript
function test() {
console.log("notice the blank line before this function?");
}
```

{% highlight javascript %}
fun test() {
println("notice the blank line before this function?")
}

fun add(a: Int, b: Int): Int {
return a + b
}

fun multiply(a: Int, b: Int): Int {
return a * b
}

fun main() {
test()
println(add(3, 5))
println(multiply(4, 7))

for (i in 0 until 5) {
println("Iteration $i")
}

val greeter = Greeter("World")
greeter.greet()
}

class Greeter(private val name: String) {
fun greet() {
println("Hello, $name")
}
}
{% endhighlight %}

```
fun test() {
println("notice the blank line before this function?")
}
fun add(a: Int, b: Int): Int {
return a + b
}
```
# Welcome to My First Post




Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tincidunt vestibulum ligula, eu tempor nunc fermentum eget. Nullam varius risus vel nulla vehicula, quis placerat nisi bibendum. Integer vitae sodales odio.

## Section 1

Suspendisse potenti. Nunc scelerisque bibendum metus, sed sodales purus interdum at. Nulla facilisi. Proin a ligula nec nisi consequat ultricies.

## Section 2

Vivamus fermentum tincidunt augue, eget dignissim lorem tincidunt nec. Mauris ut dui sit amet justo ultricies commodo.

![Placeholder Image](https://via.placeholder.com/600x400)

```
function test() {
console.log("notice the blank line before this function?");
}
```
60 changes: 0 additions & 60 deletions _posts/2021-10-30-creating-a-post-series.md

This file was deleted.

0 comments on commit 0291c98

Please sign in to comment.