Skip to main content

Posts

What is Microsoft Startups? and how it is helpful.

 Microsoft for Startups, formerly known as Microsoft BizSpark, isn't actually a program that invests in and owns startups itself. Instead, it's a program designed to help existing startups grow  by providing them with a number of resources  like: Azure credits: This gives startups free access to Microsoft's cloud computing platform, Azure, which can be a major cost saver. Free licenses: Startups can get free licenses for various Microsoft products, such as development tools and productivity software. Mentorship: Microsoft connects startups with experienced mentors who can offer guidance and support. Go-to-market resources: Microsoft helps startups develop strategies to bring their products and services to market. So, if you're a startup founder looking for support to take your business to the next level, Microsoft for Startups could be a valuable resource. You can find out more about the program on the Microsoft website https://www.microsoft.com/en-us/startups. It has a...
Recent posts

G V S Abhishek Varma

  Abhishek Varma G V S | Software Engineer | Data Science Enthusiast | Cloud Solutions Architect 🌐 varma59.github.io | abhishekvarma.gvs@outlook.com | 9515970836 I am a passionate software engineer pursuing a BTech in Computer Science with a focus on machine learning and data science. With a cumulative GPA of 8.03, I have acquired a solid foundation in programming and relevant coursework, including Machine Learning, Data Mining, Cloud Computing, and Computer Networks. As a Microsoft Learn Student Ambassador, I actively promote technology education and have been recognized as a Beta Student Ambassador. I have conducted Azure courses in the community and participated in Microsoft events. In addition, I have reported bugs in Microsoft products, contributing to their improvement. During my internship at The Sparks Foundation, I deployed a scalable website for a bank using Azure and performed user testing to ensure a seamless experience. I have also earned certifications in Python prog...

GitHub Codespaces by Microsoft Student Ambassador

  GitHub Codespace in 5 minutes and hands on by Microsoft Student Ambassador * http://github.com/varma59?wt.mc_id=studentamb_209515 * studentambassadors.microsoft.com/?wt.mc_id=studentamb_209515 * docs.microsoft.com/en-us/?wt.mc_id=studentamb_209515 * github.com/features/codespaces?wt.mc_id=studentamb_209515 In 1 minute 8 minutes Visitors proof:

Want to Participate in Windows Insider Program

 Want to Participate in Windows Insider Program: Click on the Below link:                                                             https://insider.windows.com/?wt.mc_id=studentamb_209515 https://insider.windows.com/en-us/about-windows-insider-program?referral=RD40YGZQ Abhishek Varma G V S, Microsoft Learn Student Ambassador.

Cisco packet tracer dynamic

enable    configure terminal (conf t)    interface gigabitethernet 0/0 (int Fa0/0)    ip address 10.10.10.1 255.0.0.0    no shutdown   exit     interface serial 0   ip address 192.168.1.1 255.255.255.0   no shutdown   exit  interface gigabitethernet 0    ip dhcp pool network    network 10.0.0.0 255.0.0.0    default – router 10.10.10.1    exit    interface serial 0    ip dhcp pool network    network 192.168.1.0 255.255.255.0    default – router 192.168.1.1    exit    exit