Posts

3 Tools and 2 Commands to Improve Your Git Workflow

Image
 L et’s start with tools. Takes only a couple of minutes to set them up and soon it will be painful to use Git without them. Micro  as Default Editor Unless you’re using Vim as your main IDE, you need something that resembles your GUI editor but on the command line, with standard navigation, mouse support, and syntax highlighting.  Micro  is exactly that. Install and set it as your Git editor: git config --global core.editor micro diff-so-fancy  Instead of Default Diff Standard diff is fine, but with minimal effort, it can be even better. Take a look: left — standard, right —  diff-so-fancy . Less clutter and more information. Install it and modify the config: git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX" git jump  for Better Experience With Branches I’ve built this tool to fulfill my own need, but the feedback confirmed that other people have the same issues when it comes to dealing with large number of Git branches. git-jump  puts recently used branche

Be proud to be an Indian →→→Be ASHAMED to be an Indian...

87 Rape Cases A Day, Crimes Against Women Up By 7%, Shows National Data The "Crimes in India -2019" report shows that crimes against women have gone up by 7.3 per cent last year. The crime rate registered per lakh women population is 62.4 per cent in 2019, up from the 58.8 per cent figure of 2018. India recorded an average 87 rape cases every day in 2019 and 4,05,861 cases of crimes against women during the year -- a rise of over seven per cent from 2018 -- shows latest data released by the National Crime Records Bureau. The "Crimes in India -2019" report shows that crimes against women have gone up by 7.3 per cent last year. The crime rate registered per lakh women population is 62.4 per cent in 2019, up from the 58.8 per cent figure of 2018. The country had recorded 3,78,236 cases of crimes against women in 2018, data shows. In 2018, 33,356 rapes were recorded across the country, up from 32,559 in 2017, according to the data from corresponding years. "Majorit

steps to success..

Image
  10 th January 2019,                             The most memorable day of his career. This day changed his whole life,like a checkmate to his own king.Firstly he  woke up early that  morning (4'o clock) because it's  exam (jee) day,which is the most important thing of his engineering career,he  went on road for km (kilometer) to write that exam. He is the most confident person on the world after writing that exam. He almost thought that he cracked this exam and no need of preparation for my any other entrance exams.                Anyway that day(results) came,where he  got just qualified for jee,whereas his whole family thought that he got a seat in any of the national institutions......it's his thought too. But that result made to join in tier  3 institution in india. From that result he  and his whole family members are on hope that he may got atleast a tier 2 institution in india, But he hardly try to get any other private institutions by clearing those exams, but he

Database profiling with Visual code

Image
  Database Profiling with Visual Studio Have you ever been tasked with diagnosing a slow performing web application and suspected the database was to blame? Looking into your database tier requires specific tools, now you can quickly and easily investigate using the database profiling tool in Visual Studio’s Performance Explorer! When it comes to diagnosing the performance of web application, one thing we’ve heard in dozens of conversations with developers, is that the database tier of an application is usually a prime suspect for what is causing sluggishness within an application. However, a quick internet search reveals just how challenging it can be to investigate those issues, most solutions require installing a separate tool, gathering huge SQL traces, or changing your application’s code to get the information you need. In order to make this process less cumbersome and complicated, we’ve developed the  Database tool  found within the Performance Profiler in Visual Studio to help y

Visual studio for MAC😎

Image
  Visual Studio 2019 for Mac version 8.7 is now available Visual Studio 2019 for Mac version 8.7 is available today and includes support for gRPC / OpenAPI client generation and improved unit testing integration. Additionally, it includes several improvements for Xamarin developers, including Xamarin.Forms 4.8 Support. This release also includes initial support for macOS Big Sur, with the exception of Xamarin support. macOS Big Sur support for Xamarin is expected in one of the first servicing releases for Visual Studio for Mac 8.7. Download Visual Studio for Mac Are you ready for the latest version of Visual Studio 2019 for Mac? If so, version 8.7 is available for you to  download today ! With this release, we’ve continued to polish the existing experience, paying close attention to many of the problem areas mentioned by our users. gRPC and OpenAPI Client Generation Visual Studio for Mac now includes support for generating an API client from an OpenAPI or gRPC service. This allows you