vinay Profile
vinay

@_vinay3

Followers
14
Following
1
Media
45
Statuses
95

#softwareEngineer tweets about #anime and my #dailyGoal updates.

Joined August 2025
Don't wanna be here? Send us removal request.
@_vinay3
vinay
4 months
Hey you , This is a dev with 2 years of exp in one of the MNC earning around Rs.50k. wanted to upgrade my lifestyle.please join these journey of upskilling.
1
0
0
@_vinay3
vinay
13 days
The container will be exited when either process ends or it crashes , we can run any number of containers using simple run command.
0
0
0
@_vinay3
vinay
13 days
10.docker run --name image_name - will assign same name we gave otherwise random name will be assigned. 11.docker run -it image_name - will add interactivity and terminal . 13. docker run -d image_name - runs in detach mode(background) 14 .docker attach container_id - to appear
1
0
0
@_vinay3
vinay
13 days
when ever we are removing either image or container,we need to stop the instance --> remove container --> remove image otherwise errors will be thrown. 9.docker pull image_name:tag tag will be specific version , default :latest 10.docker image prune - if we have tag as none,
1
0
0
@_vinay3
vinay
13 days
5.docker ps -a -- to see all active and inactive process 6.docker stop container_name/container_id - to stop the running containers 7.docker rm container_name- to remove the container (free up the space) 8.docker rmi image_name/image_id - to remove image locally.
1
0
0
@_vinay3
vinay
13 days
1.docker pull image_name - to save image locally 2.docker run image_name- create an instance of image or container 3.docker run image_name sleep 5s - to stop the application after 5 sec 4.docker ps - to see all actively running containers
1
0
0
@_vinay3
vinay
13 days
Started learning Docker today with CodeCamp + KodeKloud labs. Practiced image/container management, pulling logic, and interactive flags (-i, -it). Great hands-on experience! 🚀 #LearningInPublic #learningdevelopment #Containerization #learningwithtech
1
0
0
@_vinay3
vinay
19 days
#TUFWinterArc completed all medium level subsequence patterns.
0
0
0
@_vinay3
vinay
20 days
#TUFWinterArc completed recursions medium problems. I am able to solve them with ease, no need to watch tutorials anymore.
0
0
0
@_vinay3
vinay
22 days
#TUFWinterArc completed basic recursions
0
0
0
@_vinay3
vinay
24 days
#TUFWinterArc Finally solved these hard problems in linkedlist after watching youtube videos . got the hang of linked lists.
0
0
0
@_vinay3
vinay
25 days
#TUFWinterArc Just able to solve only one problem , the Hard are reallly hard for linked lists.
0
0
0
@_vinay3
vinay
26 days
#TUFWinterArc Completed Doubly Linked Lists medium from striver sheet.
0
0
0
@_vinay3
vinay
26 days
#TUFWinterArc completed all the medium linked list questions. moving on to the double linked list.
0
0
0
@_vinay3
vinay
28 days
#TUFWinterArc completed some medium problems in tuf striver sde sheet. it took some time to think logic and to implement but figured out. can't get rid of using '->' in java though .
0
0
0
@_vinay3
vinay
30 days
#TUFWinterArc Linked list medium problems.
0
0
0
@_vinay3
vinay
1 month
#TUFWinterArc Completed basics of java double linked lists in java programming language.
0
0
0
@_vinay3
vinay
1 month
#TUFWinterArc single Linked list basics The only differenct between #cpp and #java is '.' and '->' we don't have concept of pointers in java,where as in cpp we have concept of pointers ,so for pointers we will use '->' and for cpp we use '.' In java everything is reference
0
0
0
@_vinay3
vinay
1 month
The developement time is very peaceful, when the work goes for testing , can't get any free time at all.
0
0
0
@_vinay3
vinay
1 month
#TUFWinterArc Did some slacking , so went behind, trying to close the gap.
0
0
0
@_vinay3
vinay
1 month
#TUFWinterArc Finally completed all easy problems on binary serach.
0
0
0