package main
import "fmt"
func aboutMe() string {
return `
-> Currently working on improving my skills ๐
-> I code in .ts, .js, .ex, .go, .java ๐ป
-> ๐ป Check out my portfolio at https://www.rahulbhardwaj.codes/
-> ๐ฌ Talk to me about anime, music, ๐ป gadgets๐ฑ & anything related to tech ๐คฉ.
-> โก Fun fact I love drawing โ๏ธ and playing ๐ธ.
`
}
func main() {
about := aboutMe()
fmt.Println(about)
}
Pinned Loading
-
-
-
pathfinder
pathfinder PublicThis web app shows the visualization of the very popular a-star(A*) algorithm.
TypeScript
-
kaarva
kaarva PublicThis app allows the you to carpool with with co-workers at your workplace easily. Get to know who is leaving when and where to.
Dart
-
Natural-Language-Processing
Natural-Language-Processing PublicThis is a simple web app which predicts the sentiment of a given sentence/paragraph. It uses the LSTM model which was trianed on the sentiment-140 dataset.
Jupyter Notebook 2
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.