Stylesheet

Image
import * as React from 'react'; import styles from './Employeespotlight.module.scss'; import { IEmployeespotlightProps } from './IEmployeespotlightProps'; import { escape } from '@microsoft/sp-lodash-subset'; import * as $ from 'jquery'; import { WebPartContext } from '@microsoft/sp-webpart-base'; import { SPHttpClient, SPHttpClientResponse } from '@microsoft/sp-http'; import { SliderHelper } from './Helper'; export interface SpotlightDetails { userDisplayName: string; userEmail: string; userProfilePic: string; description: string; designation?: string; } export interface IStateEmployeeSlider { value:SpotlightDetails[]; } var result=[]; export interface ResponceDetails { title: string; id: string; } export default class Employeespotlight extends React.Component { private defaultProfileImageUrl: string = "/_layouts/15/userphoto.aspx?size=L"; private helper: SliderHelper = new SliderHe...

How to grab your first job as Dotnet developer

Posted by Ganesan - +919042710472

  1. Engineers after completing their degree in Computers, they have to learn technologies to get into Job market.
  2. Upskilling and learning technologies is a continuous process and it will not end up.
  3.  In my point of view Engineering does not makes to land you in your first dream job. It just acts as a mere degree or a qualification expected in Software industry.
  4. Every engineer will be in a dream to pursue their first job in top MNC 's like CTS, Infosys, HCL, Wipro or any other bigger MNC.
  5. Only 10 -20 % of the engineers will get their jobs in On Campus that too in Urban areas.
  6. It’s a bitter fact that students from Rural areas are not even able to crack the MNC interviews in first shot.
  7. You will realise that grabbing a job in top mnc's as a fresher is not possible without any technical skill.
  8. The first thing that comes on to the mind after completing the studies is to pursue a job.
  9. Everyone will be in a curiosity to start earning money after completing their studies.
  10. As usual everyone will search for career once after completing the degree, most of them will land in a irrelevant job in beginning like in BPO, finance / Banking sector.
  11. It will take some time for us to start the software engineering career that we aspire.
  12. Better option is to join a course or to join a small company to kick start their software career.
Hope these ideas help you to kick start :-)

Article by Maria Academy


Comments

Popular posts from this blog

Stylesheet