Git Product home page Git Product logo

tutoringtrainingstudents's Introduction

Note To Students (Feb 2nd 2024)

This repo is archived and is no longer updated. But, I keep seeing people coming and seeing this. So, here are some things I am working.

  1. for the latest coding things, check out my blog, https://medium.com/projectwt
  2. learn c sharp, here, https://github.com/Jay-study-nildana/CSharpForStudents
  3. learn front end, here, https://github.com/Jay-study-nildana/FrontEndForStudents

For all other things, check out, https://jay-study-nildana.github.io/developerprofile, and https://stories.thechalakas.com/.

All the best.

Old Stuff Here.

  1. Feedback to my Training Batch (which I wrapped up recently). YouTube video link : https://youtu.be/iOEMZcBhje0
  2. How to stay in touch. YouTube video link : https://youtube.com/shorts/9PkFfAQ3Jt0
  3. New Tutor coming for Batch. more details here, New Tutor Coming for Batch. It was a pleasure teaching you guys. Jay. May 5th 2023
  4. Batches. March 2023 Batch, go here. November 2022 Batch, go here.
  5. Homework and Projects to Practice? Check out the MiniProjectsDiary.
  6. Project Templates HTML Basic Template Bootstrap5 Template Starter AmeeshaPatelJavaScript Starter Template

hire and get to know me

find ways to hire me, follow me and stay in touch with me.

  1. https://jay-study-nildana.github.io/developerprofile/
  2. https://thechalakas.com

tutoringtrainingstudents's People

Contributors

jay-study-nildana avatar sukhepadda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tutoringtrainingstudents's Issues

Career Preparation : Part One

Dear Students.

First, make sure you have two things ready.

  1. GitHub Account.
  2. CodePen Account.

Second, make sure your GitHub Account, looks like my account.

MakeYourGitHubAccountPresentable

  1. Put a nice photo. Please. Let people know how you look.
  2. 'Pin' 6 repositories on the main page. Even if you have nothing to show, just put your favorite 6 public repositories. If you don't have 6 public repositories, then create them. Just put some simple mini projects.
  3. Contributions. Make sure you commit at least 5 times every week. The more the better.
  4. Short introduction about yourself.
  5. Email address to contact you.

Once you have done this, feel free to put your github link here, and screenshot for feedback.

Thanks.

Jay.

Phani Telegram Group Issue

    Hello, Jay Sir and all my co-interns. I'm Phani Sekhar. I have an update regarding telegram groups. Edureka has stopped creating groups in Telegram and WhatsApp. So, asking the same doubt, again and again, may irritate our Jay sir. Hope this message will reach everyone.

Thank you.

Originally posted by @phani-sekhar in #1 (comment)

GitHub Actions : Demo Ready

Dear Students

Those of you who are serious about deployment (and of course, building a nice developer profile for your career), please check the following.

#29

#27

And, I have already prepared a demo for deployment that takes care of "Continuous Deployment" aka CICD using GitHub Actions and Azure Web App.

https://github.com/Jay-study-nildana/GitHubActionsBasics

I will be teaching deployment and GitHub Actions and Azure.

** BUT PLEASE REMEMBER. IF YOU CANNOT CREATE AZURE ACCOUNT, THERE IS NO WAY YOU CAN PRACTICE.**

Thanks

Jay.

Local Storage

sir can you explain about how to access the Local Storage in JavaScript?

Thanks,
Seshu

Pointer Trail

Hi, I was trying to make my portfolio page.
I am taking a referenc to this amazing portfolio page.
https://jacekjeznach.com/

This has a cool pointer trail animation. I want to use that in my portfolio.
I belleive this would only be possible by using some complex js

Preparing For Deployment : Heroku

Dear Students

Please note that in January or February, we will be doing some deployment things. As per syllabus, we have to use Heroku. For example, here are steps that I use for some basic deployment.

https://medium.com/projectwt/deploying-a-react-js-project-to-heroku-from-github-3bf449fbe834

But, THERE IS A MAJOR PROBLEM THAT STARTED IN NOVEMBER, WITH HEROKU.

You can read about it here.

https://medium.com/projectwt/heroku-is-stopping-free-stuff-this-is-sad-just-sad-72e6f6b0cb06

Heroku no longer gives free options.

Obviously, I have money and I will be using a paid Heroku plan in the classes. This means, if you have to do the steps I show in class, you also find some solution with your parents or something, and get the paid plan from Heroku.

More details, you can find here.

https://www.heroku.com/pricing

Thanks

Jay.

Query related to API key

If I make many projects and their is a requirement of API key.

Can we use the same API key for multiple projects.

Issue in Recursion Function

Hi jay,

I am doing some js in freecodecamp and there is one function i cannot get it, so can you pls explain me whats happening in this function(explain else part) (Replace Loops using Recursion)

function multiply(arr, n) { 
	if (n <= 0) { 
		return 1; 
	} else { 
		return multiply(arr, n - 1) * arr[n - 1]; 
	}
}

thanks.

Create a 10 digits number Problem

    Hello Everyone,

I came across a problem and need a solution program in JS or python or any language
Create a 10 digits number with given conditions

  1. first digit always 9
  2. sum of all digits must be either 1 or 9
  3. 10th digit always greater than 9th digit
  4. digits must be 1-9 i.e., no zeros in the number.
    Please help me..!

Originally posted by @phani-sekhar in #1 (comment)

Welcome to the batch!

Hello students.

Welcome to all students. Here, you can post your feedback, questions and comments. Introduce yourself and get to know each other.

Thank you.

Json Data for assignment and mini project

I am having problem making / getting right dummy data for the Movies and restaurants. If anyone has done the assignment and can share the dummy data in JSON format would be very helpful. The movie db data is not suffice.

Thank You

college javascript or python project submission

Hello sir, Aditya bhosale here ,i am a msc (cs) last year student this is my last semester and i want to submit a javascript or python project
in my college till friday and till now we have not completed any session of javascript in edureka classes so plz send me any Running project and the report of the project so that i can run and show it in my college university exam

How to Show our work on github ?

Hello sir this is Supriya and I tried cloning zomato website using html and css and I have successfully completed that and now I wanted to show my work on Github. But I dont know How? Will you please Guide me.

Preparing For Deployment : GitHub Actions and Azure

Dear Students,

I have been a Azure developer for more than 10 years. Heroku (you can find details here, #26 ) is part of syllabus.

But, for interested students, I don't mind discussing Azure Deployment also in the class. We will be doing deployment and related topics in January/February 2023, along with Heroku.

Just like Heroku, Azure is not free. So, if students want to do Azure deployment, for this also, you will have to talk to your parents or something, get a paid plan from Azure.

You can find more details here.

https://azure.microsoft.com/en-in/pricing/calculator/

Thanks.

Jay.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.