mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
fix and format frontmatter
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
---
|
||||
title: Hello CMake
|
||||
date: 2021-05-24 23:56
|
||||
slug: cmake-basics
|
||||
category: development
|
||||
tags: [cmake, gsoc, fossology, gsoc21]
|
||||
description: "CMake stands for Cross-platform Make. Normally, a build tool like Make
|
||||
will parse a configuration file (Makefile) that contains all the
|
||||
commands required to build an artifact based on the source files and
|
||||
other resources inside the project."
|
||||
image: "/images/cmake-office.webp"
|
||||
date: 2021-05-24T23:56:00
|
||||
description: CMake stands for Cross-platform Make. Normally, a build tool like Make
|
||||
will parse a configuration file (Makefile) that contains all the commands required
|
||||
to build an artifact based on the source files and other resources inside the project.
|
||||
image: /images/cmake-office.webp
|
||||
slug: cmake-basics
|
||||
tags:
|
||||
- cmake
|
||||
- gsoc
|
||||
- fossology
|
||||
- gsoc21
|
||||
title: Hello CMake
|
||||
---
|
||||
|
||||
CMake stands for Cross-platform Make. Normally, a build tool like Make
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
---
|
||||
title: My internship at Red Hat
|
||||
date: 2022-02-25 20:47
|
||||
category: development
|
||||
tags: [kubernetes, redhat, docker, golang, tekton, openshift, intern]
|
||||
description: I made it to the Red Hat as a DevTools intern. This post is about onboarding and how I prepared myself for working on the actual project.
|
||||
image: "/images/fedora-wall.webp"
|
||||
date: 2022-02-25T20:47:00
|
||||
description: I made it to the Red Hat as a DevTools intern. This post is about onboarding
|
||||
and how I prepared myself for working on the actual project.
|
||||
image: /images/fedora-wall.webp
|
||||
tags:
|
||||
- kubernetes
|
||||
- redhat
|
||||
- docker
|
||||
- golang
|
||||
- tekton
|
||||
- openshift
|
||||
- intern
|
||||
title: My internship at Red Hat
|
||||
---
|
||||
|
||||
I have been contributing to open source for the last 3 years and Red Hat
|
||||
@@ -34,7 +42,7 @@ and many more.
|
||||
## Learning on the Go
|
||||
|
||||
There was a lot of learning and still a lot to learn. In a meeting with
|
||||
my manager Pradeepto Bhattacharya, I was told that I will be working on
|
||||
my manager [^1] Pradeepto Bhattacharya, I was told that I will be working on
|
||||
TektonCD or OpenShift Pipelines, and both of them require a sound
|
||||
knowledge of Golang, CI/CD, Containers, Docker, and Kubernetes. I was
|
||||
familiar with CI/CD, containers, and Docker but never used Golang and
|
||||
@@ -116,3 +124,6 @@ corresponding resource on the OpenShift/Kubernetes cluster.*
|
||||
|
||||
So are you interested in how it went? Please follow up with my [next
|
||||
blog](https://avinal.space/posts/development/lovely-dangerous-things-redhat).
|
||||
|
||||
[^1]: [MDN Web
|
||||
Docs](https://developer.mozilla.org/en-US/docs/Glossary/Developer_Tools)
|
||||
|
||||
@@ -1,11 +1,23 @@
|
||||
---
|
||||
title: Developing Minimal Tekton Server
|
||||
date: 2022-02-27 20:47
|
||||
modified: 2022-03-07 22:47
|
||||
category: development
|
||||
image: "/images/development.webp"
|
||||
tags: [tekton, go, kubernetes, openshift, redhat, intern, golang, openshift-pipelines]
|
||||
description: 'This blog is a descreptive account of the development of Minimal Tekton Server. This is highly technical in nature, so please make sure that you have sufficient knowledge about Golang, Docker, Kubernetes and TektonCD. You can refer to my [previous blog]("https://avinal.space/posts/development/i-am-loving-it-redhat.html") to know about these topics.'
|
||||
date: 2022-02-27T20:47:00
|
||||
description: This blog is a descreptive account of the development of Minimal Tekton
|
||||
Server. This is highly technical in nature, so please make sure that you have sufficient
|
||||
knowledge about Golang, Docker, Kubernetes and TektonCD. You can refer to my [previous
|
||||
blog]("https://avinal.space/posts/development/i-am-loving-it-redhat.html") to know
|
||||
about these topics.
|
||||
image: /images/development.webp
|
||||
modified: 2022-03-07 22:47
|
||||
tags:
|
||||
- tekton
|
||||
- go
|
||||
- kubernetes
|
||||
- openshift
|
||||
- redhat
|
||||
- intern
|
||||
- golang
|
||||
- openshift-pipelines
|
||||
title: Developing Minimal Tekton Server
|
||||
---
|
||||
|
||||
This blog is a descreptive account of the development of Minimal Tekton Server.
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
---
|
||||
title: How I implemented WakaTime embeddable Coding Graph GHA?
|
||||
date: 2021-02-02 21:47
|
||||
tags: [wakatime, github-action, coding]
|
||||
category: development
|
||||
image: "/images/waka.webp"
|
||||
description: 'If you use WakaTime to track your coding activity. You can add that to
|
||||
your README as a bar graph or embed it in your blog/portfolio. Just add this
|
||||
action to any of your repositories and there you have it.'
|
||||
date: 2021-02-02T21:47:00
|
||||
description: If you use WakaTime to track your coding activity. You can add that to
|
||||
your README as a bar graph or embed it in your blog/portfolio. Just add this action
|
||||
to any of your repositories and there you have it.
|
||||
image: /images/waka.webp
|
||||
tags:
|
||||
- wakatime
|
||||
- github-action
|
||||
- coding
|
||||
title: How I implemented WakaTime embeddable Coding Graph GHA?
|
||||
---
|
||||
|
||||
If you use WakaTime to track your coding activity. You can add that to
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Move WSL 2 Safely to another Drive
|
||||
date: 2020-12-31 19:07
|
||||
tags: [wsl, wsl2]
|
||||
category: development
|
||||
description: 'It is real pain when you have small SSD and Windows Subsystem for Linux
|
||||
(WSL) is growing exponentially in size. There is no easy way to move the
|
||||
WSL installation to another drive. Here in this blog I will discuss how
|
||||
to tackle this problem with bite size steps.'
|
||||
image: "/images/windows-wsl2.webp"
|
||||
date: 2020-12-31T19:07:00
|
||||
description: It is real pain when you have small SSD and Windows Subsystem for Linux
|
||||
(WSL) is growing exponentially in size. There is no easy way to move the WSL installation
|
||||
to another drive. Here in this blog I will discuss how to tackle this problem with
|
||||
bite size steps.
|
||||
image: /images/windows-wsl2.webp
|
||||
tags:
|
||||
- wsl
|
||||
- wsl2
|
||||
title: Move WSL 2 Safely to another Drive
|
||||
---
|
||||
|
||||
It is real pain when you have small SSD and Windows Subsystem for Linux
|
||||
|
||||
Reference in New Issue
Block a user