ArrowLeft Icon

Welcome to my website

๐Ÿ“† ยท โณ 3 min read ยท ยท ๐Ÿ‘€

Introduction

Hey everyone, welcome to my new website. Iโ€™ve been planning from quite some time to start blogging but never really could take out the time to build this website. So after a long procastination Iโ€™ve finally started my own blogging platform and hopefully you would have a great time here.


Who Am I?

class Akash extends SoftwareDeveloper {
constructor() {
this.fullName = 'Akash Rajpurohit';
this.age = new Date().getFullYear() - 1997;
this.traits = [
'Web Development',
'Mobile Application Development',
'Software Design',
];
}
}

You can read more about me in the About me section of the site.


What to expect?

๐Ÿ’ก Software Development Tips and Tricks

A visual depiction of what is being written about

So one might ask about what kind of content he/she can expect on this website ๐Ÿค”. Well Iโ€™ll mostly be sharing some techniques in software development that Iโ€™ve been learning and applying in my personal and client projects, these could include maybe some code snippets or any series of blogs on certain topics or languages & frameworks.

๐Ÿ‘ซ Interview Experiences

A visual depiction of what is being written about

Since Iโ€™m in my final year of B.E of Engineering ๐ŸŽ“, Iโ€™ve been part of a few recruitment processes for different companies. So Iโ€™m also planning to share my experiences about the entire process and provide some helpful tips for those who are looking forward to any tech interviews.

๐Ÿ’ป Data Structures and Algorithms Practices

A visual depiction of what is being written about

Also Iโ€™ll start with practice problems on topics like data structures and algorithms which are like the basics and yet the most important topics to cover if you are looking forward to join a good company for a good position and obviously, a good compensation package ๐Ÿ’ธ

๐Ÿค“ Personal Experiences

A visual depiction of what is being written about

Now this is something Iโ€™m not quite sure what exactly you could expect from this section or types of blogs, but mostly Iโ€™ll share my journey as a self taught software developer and how I started freelancing and similar technical and non technical blogs. So Iโ€™ll probably write a few blogs on this section as well in near future.


Since Iโ€™m still in my final year I cannot promise anything about the frequency of these blogs. This is something Iโ€™m doing just for fun and share my knowledge with other fellow developers out there. But Iโ€™ll continue with this platform and thats for sure.

What to do next?

Firstly if you have any topics you want to learn which are kind of overlapping with my domain of work and you want me to cover those in articles, Iโ€™ve kept a comment thread at the end of every post. So you can leave your feedbacks there.

Apart from this if you want a notification on email whenever I publish a new blog article then you can subscribe to the newsletter and you would be notified about any of the upcoming blogs.

Lastly if you like my content, and you really would like to support my work, you can share the article with everyone you feel might benefit from it. Iโ€™ve provided quick buttons to most of the social media platforms so that sharing becomes easy.

So thatโ€™s it for this welcome post. Hope to see you around. Happy Coding ๐Ÿค—

EnvelopeOpen IconStay up to date

Get notified when I publish something new, and unsubscribe at any time.

Need help with your software project? Letโ€™s talk

You may also like

  • # projects# engineering

    I built my own in-house Newsletter system

    Discover how I transformed the need for a newsletter system, sparked by Revue's shutdown, into a fulfilling side project. Dive into the my journey of conceptualizing, breaking down, and building a custom newsletter system that seamlessly integrates with my website's content workflows.

  • # linux

    SystemD Timers vs. Cron Jobs

    Explore the world of task scheduling in Linux as we compare the classic Cron Jobs with the modern SystemD Timers. Learn when to use each method and how to set them up to automate your Linux system tasks effectively.

  • # engineering

    Incremental Static Regeneration: Dynamic Websites with SSR and Cache Headers

    Step into the world of web development magic as we unravel the fascinating tale of Incremental Static Regeneration (ISR). Join me on this journey where we'll explore how to leverage Server-Side Rendering (SSR) with smart cache headers to build dynamic websites that load with lightning speed. Buckle up โ€“ we're about to give your website a turbo boost!