|
1 | 1 | [](https://www.avni.sh/) |
2 | 2 |
|
3 | | -Hi, I’m Avnish. |
4 | | -As a Software Developer working at Autodesk, I strive to share my knowledge on computer science, mathematics, and technology through articles. If you'd like to stay in the loop with the latest content from this blog, I invite you to subscribe to my <b><a target=_blank href="https://www.avni.sh/index.xml">RSS feed</a></b>. |
5 | | -For a glimpse into my journey and the projects I've been involved in, feel free to check my <b><a target=_blank href="https://www.avni.sh/Resume-AvnishPal.pdf">resume</a></b>. |
6 | | - |
7 | | - |
8 | | -## Index |
9 | | -- <a target=_blank href="https://www.avni.sh/posts/kubernetes/">Kubernetes</a> |
10 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/containers/">Containers</a> |
11 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-architecture/">Container Architecture</a> |
12 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-lifecycle/">Container Lifecycle</a> |
13 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-images/">Container Images</a> |
14 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/building-container-images/">Building Container Images</a> |
15 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/kubernetes-operators/">Kubernetes Operators</a> |
16 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/operators-on-openshift/">Operators on OpenShift</a> |
17 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/operator-sdk/">Operator SDK and Bundle Images</a> |
18 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/helm-charts/">Helm Charts</a> |
19 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-network-interfaces/">Container Network Interfaces (CNI)</a> |
20 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/container-storage-interfaces/">Container Storage Interfaces (CSI)</a> |
21 | | - - <a target=_blank href="https://www.avni.sh/posts/kubernetes/network-functions/">Network Functions</a> |
22 | | -- <a target=_blank href="https://www.avni.sh/posts/homelab/">Homelab</a> |
23 | | - - <a target=_blank href="https://www.avni.sh/posts/homelab/building-your-own-homelab/">Building Your Own Homelab</a> |
24 | | - - <a target=_blank href="https://www.avni.sh/posts/homelab/self-hosting-ollama/">Self Hosting LLMs using Ollama</a> |
25 | | -- <a target=_blank href="https://www.avni.sh/posts/go/">Go</a> |
26 | | - - <a target=_blank href="https://www.avni.sh/posts/go/go-programming-language/">Go Programming Language</a> |
27 | | - - <a target=_blank href="https://www.avni.sh/posts/go/file-handling-in-go/">File Handling in Go</a> |
28 | | - - <a target=_blank href="https://www.avni.sh/posts/go/concurrency-in-go/">Concurrency in Go</a> |
29 | | - - <a target=_blank href="https://www.avni.sh/posts/go/rest-api-requests-in-go/">REST API Requests in Go</a> |
30 | | -- <a target=_blank href="https://www.avni.sh/posts/linear-algebra/">Linear Algebra</a> |
31 | | - - <a target=_blank href="https://www.avni.sh/posts/linear-algebra/tensors/">Tensors</a> |
32 | | - - <a target=_blank href="https://www.avni.sh/posts/linear-algebra/vectors/">Vectors</a> |
33 | | - - <a target=_blank href="https://www.avni.sh/posts/linear-algebra/matrices/">Matrices</a> |
34 | | - - <a target=_blank href="https://www.avni.sh/posts/linear-algebra/gaussian-elimination/">Gaussian Elimination</a> |
35 | | -- <a target=_blank href="https://www.avni.sh/posts/dsa/">Data Structures and Algorithms</a> |
36 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/time-complexity/">Time Complexity</a> |
37 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/arrays-strings-hashmaps/">Arrays, Strings, and HashMaps</a> |
38 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/rabin-karp-substring-search/">Rabin-Karp Substring Search</a> |
39 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/contains-duplicate/">Checking an Array for Duplicate Values</a> |
40 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/identifying-anagrams/">Identifying Anagrams</a> |
41 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/finding-elements-that-sum-up-to-target/">Finding Elements in an Array that Sum Up to a Target Value</a> |
42 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/group-anagrams-in-an-array/">Group Anagrams in an Array</a> |
43 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/finding-most-frequent-elements-in-an-array/">Finding Most Frequent Elements in an Array</a> |
44 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/building-a-product-array-without-the-element-itself/">Building a Product Array without the Element Itself</a> |
45 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/is-valid-sudoku/">Checking Validity of a Sudoku Grid</a> |
46 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/encoding-and-decoding-strings/">Encoding and Decoding Functions for Strings</a> |
47 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/longest-consecutive/">Finding the Longest Consecutive Sequence in an Array</a> |
48 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/linked-lists/">Linked Lists</a> |
49 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/two-pointers-approach/">Two-Pointer Approach</a> |
50 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/reverse-linked-lists/">Reversing Linked Lists</a> |
51 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/merge-sorted-linked-lists/">Merge Two Sorted Linked Lists</a> |
52 | | - - <a target=_blank href="https://www.avni.sh/posts/dsa/reorder-linked-list/">Reorder Linked Lists</a> |
53 | | -- <a target=_blank href="https://www.avni.sh/posts/developer-tools/">Developer Tools</a> |
54 | | - - <a target=_blank href="https://www.avni.sh/posts/developer-tools/my-development-environment/">My Development Environment: kitty, zsh, Neovim, tmux, and lazygit</a> |
| 3 | +## Hi I'm Avnish. |
| 4 | +* Building software at Autodesk, passionate about simplifying technical concepts. |
| 5 | +* This is my blog, where I document my learnings on computer science and mathematics through articles. |
| 6 | +* Explore my <a target=_blank href="https://www.avni.sh/posts/projects">personal projects</a> or check my <a target=_blank href="https://www.avni.sh/resume/latest/Resume_Avnish_Pal.pdf">resume</a> for professional experience. |
| 7 | +* Connect with me on <a target=_blank href="https://github.com/bovem">GitHub</a> or <a target=_blank href="https://www.linkedin.com/in/avnish-pal/">LinkedIn</a> to discuss ideas or collaborate. |
| 8 | +* Subscribe to my <a target=_blank href="https://www.avni.sh/index.xml">RSS feed</a> to be notified when I publish new articles. |
| 9 | + |
| 10 | +## <a target=_blank href="https://www.avni.sh/contents">Index of Blog Contents</a> |
55 | 11 |
|
56 | 12 | ## Technologies Used |
57 | 13 | - [Hugo Static Site Generator](https://gohugo.io/) |
|
0 commit comments