omid.saifpanahi1991·۲ ماه پیشواسه یادگیری و تمرین gitواسه یادگیری و تمرین git یه چیزی پیدا کردم که خیلی خوبه خودم تمام تمرین های local رو انجام دادم و باید بگم با حال بود، خوشم اومد ازش...لینک…
omid.saifpanahi1991·۲ ماه پیشWhat is a REST API?A REST API (Representational State Transfer Application Programming Interface) is a set of rules that allows different software systems to…
omid.saifpanahi1991·۲ ماه پیشAPI architectural patternsAPI architectural patterns are essential for designing and structuring APIs effectively to meet various requirements such as scalability, m…
omid.saifpanahi1991·۳ ماه پیشComparing npm and Yarn CommandsInstall dependenciesnpm install => yarnInstall a packagenpm install [package_name] => yarn add [package_name]Install a package globallynpm…