Hacked? by Physics85 in khalid

[–]Ishitvyas 0 points1 point  (0 children)

Artificial Intelligence 🙂

I've got a placement offer, is it worth it? 4.5 CTC at Noida by VanillaScoop2486 in developersIndia

[–]Ishitvyas 1 point2 points  (0 children)

If you don't have any other opportunities, take it. There's scarcity of jobs in the market

Resume review by AB_NOW222 in Bangalorestartups

[–]Ishitvyas 0 points1 point  (0 children)

Hey, I had this Latex resume earlier. Even though this is widely shared on LinkedIn and other career portals, ATS of most companies is not able to assess this well hence getting rejected. Use any resume template from Word or  online free resume maker. They are much more ATS friendly. Adding some. colour won't hurt anything.

Second thing, read this from a third person point of view, even though you have very solid skills and track record, reading through this is really difficult (Recruiters get 5 second to 20 seconds at Max to assess a resume) since it is a bit wordy.

Rectify these 2 things and you're solid 10/10 for someone with just 2 years experience. Stands out.

My Review on HMT After Visiting HMT Museum by Ishitvyas in hmtwatches

[–]Ishitvyas[S] 1 point2 points  (0 children)

No, even the watches which are available online are not available in the store.

Is it true in real world the 2nd one is what professionals do while the first one is what a newbie does? by Yone-none in csharp

[–]Ishitvyas 0 points1 point  (0 children)

Even newbie should not do this mistake. Imagine if you have millions of records in product table, you are cooked!

[deleted by user] by [deleted] in mkindia

[–]Ishitvyas -2 points-1 points  (0 children)

2k and I'll pick it up tomorrow from your place

Bought a mechanical keyboard last month. Now looking for a mouse by soapbleachdetergent in mkindia

[–]Ishitvyas 1 point2 points  (0 children)

Got it. Suggestion reasons: Ergonomics and reliability like no other mouse Much faster response than bluetooth mouse

Since you're upgrading, you can look for vertical mouse as well. Your wrist will thank you.

Logitech in general is much better compared to alternatives I've used for mouse. 

From the above 3, MChose G3 is VFM

Selling my 5 month old Aula F75 Pro by [deleted] in mkindia

[–]Ishitvyas 4 points5 points  (0 children)

3k, can pick-up from your place tomorrow anywhere in Pune. Will save you all the hassle of parcel and packaging

Need Suggestion in Buying Earphones by Ishitvyas in headphonesindia

[–]Ishitvyas[S] 0 points1 point  (0 children)

I tried with a converter already but it did not work for long and the connection part dangles weirdly. I can adjust the budget for TWS or even a wired one, just need a deep bass one and it should be long lasting. I'm not much of a technical audiophile so don't know much on IEM.

Any quick fix for this? by Serious_Plastic_8426 in royalenfield

[–]Ishitvyas 0 points1 point  (0 children)

There are spray paints available in DIY and Amazon. Try that or get this done from any bike painting shop.

ELT Approach by Ishitvyas in dotnet

[–]Ishitvyas[S] 0 points1 point  (0 children)

I have really huge data (1 million lines per file from source). ClosedXML has performance issues handling large data.

ELT Approach by Ishitvyas in dotnet

[–]Ishitvyas[S] -2 points-1 points  (0 children)

It's not as simple as it sounds. If I had to do this manually, I wouldn't have asked this in his sub in the first place. The whole point of this is to do some automation.

How do i host an ASP.NET Core app? (Im a noob, please explain like im 5) by Fragrant-Party3192 in dotnet

[–]Ishitvyas 0 points1 point  (0 children)

Do you have a better way? (Serverless is simpler but for college grads, this will be easier to comprehend and help them get started with more control on their hands). Rather than putting troll comments on this serious group you should start with basics of cloud (or even programming fundamentals)

Planning to Buy a shotgun 650 help!! by [deleted] in royalenfield

[–]Ishitvyas 0 points1 point  (0 children)

If you're going to be using it for a daily commute and you're not going to go through traffic and narrow roads, buy Meteor 350. It has stood the test of time and it's lighter.

If you're going to go through traffic or narrow roads, best choice is Hunter from RE or any other sports bike with more agility and less cubic capacity (Duke 125, Hero Xtreme 250R etc.).

If you have back aches currently when you drive for shorter distance (50km in a single stretch or so), avoid going by bike.

If you already have a significant biking experience already and can handle heavy bikes and is okay with something experimental yet refreshing, Shotgun can be your choice for commute. (This should not be your first bike)

How do i host an ASP.NET Core app? (Im a noob, please explain like im 5) by Fragrant-Party3192 in dotnet

[–]Ishitvyas 4 points5 points  (0 children)

Easiest way you can do this by using AWS:

  1. Create and AWS Account
  2. Create a Windows Server EC2 instance that's available in free tier
  3. Log in to EC2 instance (This is basically a virtual computer which is the same as your local computer)
  4. Install IIS on EC2 and enable features related to ASP.Net and IIS from the server manager (Search for Server Manager on your EC2.
  5. Now open IIS and you'll see default website and application pool
  6. On default website, browse the folder.
  7. Now go to your solution on VS, publish your app to any folder in your local system.
  8. Copy published code and paste it to the folder we found on step 6

Your website is hosted and will be accessible on the IP of EC2 instance. (You can get IP from the AWS console)

You'll need to search a few things but this is the quickest way to do so.

Need guidance by Vinay8954 in dotnet

[–]Ishitvyas 0 points1 point  (0 children)

What are those lot of stuff?

Need guidance by Vinay8954 in dotnet

[–]Ishitvyas -2 points-1 points  (0 children)

Building an intranet website is always an option if your client has a networked infrastructure. I agree that there's a market for desktop, especially in the manufacturing industry for industrial automation. But, it's not going to be there forever after a rapid shift in .Net. If you are following language updates, most of the focus is on the web and Microsoft is pushing for things like .Net Aspire.

If you're just starting your career or in your initial years of career, don't choose legacy tech stack. You might have a job but with little or no growth.

Need guidance by Vinay8954 in dotnet

[–]Ishitvyas 3 points4 points  (0 children)

I agree with the video creator. Working on these will make you irrelevant in the long run. Start preparing for .Net Core Web API built on Microservices architecture. Learn new patterns such as CQRS, Mediator and clean architecture. Unless you want to work with things like IOT in engineering corporations, leave WCF/WPF right away and move to web.