DGDebadrita Ghosh ๐ฎ๐ณindebadritaghosh.hashnode.devยทJun 22, 2023 ยท 2 min readMy First Internship Experience ๐จ๐พโ๐ปDuring my college days, I joined a very small startup named Inventors Arena. I joined there as a Mobile application developer-intern ( React Native ) and created three applications for them. This was my first internship and it was a great opportunity...00
DGDebadrita Ghosh ๐ฎ๐ณindebadritaghosh.hashnode.devยทAug 1, 2022 ยท 4 min readPush Your Code To GithubWant to push your code to GitHub but don't have time to learn Git? Then this is the best blog for you. The purpose of this blog is not to teach you how git commands. I just want to show you that if you want to upload a project on Github how can you d...00
DGDebadrita Ghosh ๐ฎ๐ณindebadritaghosh.hashnode.devยทJul 26, 2022 ยท 4 min readPush Your Code To GitHub โฌ๏ธWant to push your code to GitHub but don't have time to learn Git? Then this is the best blog for you. The purpose of this blog is not to teach you how git commands. I just want to show you that if you want to upload a project on Github how can you d...01D
DGDebadrita Ghosh ๐ฎ๐ณindebadritaghosh.hashnode.devยทJul 25, 2022 ยท 4 min readIntroduction to CSS PositionToday I will cover the position property in CSS. When I was learning CSS it was so confusing. It is a tricky topic. So let's see how we can use it. There are five main properties we use in the position static relative absolute fixed sticky Other ...01O
DGDebadrita Ghosh ๐ฎ๐ณindebadritaghosh.hashnode.devยทJul 24, 2022 ยท 6 min readIntroduction to Git & Github.What is Version Control System? Version or Source control system is an application that keeps track of the project and manages changes to code. Why do we need Version Control System? problem statement let's assume we are building an application and...00