Month: November 2018

  • Developer v/s Hacker v/s Programmer v/s Computer Scientist.

    Hello Everyone! This is going to be very interesting. In this article, I will talk about Hackers, Programmers, Developers, and Computer Scientists. The level of their knowledge and expertise. I will try to keep it simple while explaining their roles in the industry and how they are different from each other and plays a different role. We…

  • FrameWorks and their pros and cons.

    FrameWorks and their pros and cons.

    Hello Everyone! Let’s talk about Frameworks. Today we are going to look at some pros and cons of using a framework. Before that let’s have a quick explanation of Frameworks. What is a FrameWOrk? In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A…

  • 5 WP plugins every developer must have.

    Hello everyone! If you’re a web developer working with WordPress, read on to get five great plug-ins that can help in every aspect of the development process. WordPress plugins for developers are rated highly by developers since they help make their work easier. I have researched and found these 5 WordPress plugins that stand out…

  • The difference b/w Web-Designer and Web-Developer.

    The difference b/w Web-Designer and Web-Developer.

    “Web Designer” and “Web Developer”.  Oftentimes, the two phrases are used interchangeably by someone who is not familiar with the industry. The role of each is completely different from the other. But let’s have a look into the different roles and methods, of both a web designer and a web developer. At present, the boundaries…

  • How to host your web page on Github?

    Hello Everyone! Let’s talk about hosting, once again. I have talked quite a lot about hosting in other articles, but this one is different. If you want to launch a simple website but don’t want to go through the dull process of setting up yet another hosting package. There is an easier solution. If you just…

  • Removing extra digits after decimal and leave only two decimal places

    your first match will leave the number with max 2 decimal digits. So find with ^(.*?\..?.?).*?$ and replace with \1 Input Output:

  • How to remain updated with changes in web development.

    How to remain updated with changes in web development.

    Hello all! In the world of coding, things keep changing and as a developer, you ought to be always updated with new technologies and things coming up. And nowadays changes happen very fast, almost every month something new comes in the world of web development. Today I will be right to the point. This one is…

  • Understanding Screen resolution.

    Understanding Screen resolution.

    Hello and welcome everyone. So, straight to the topic. Today we are going to decode the science behind the screen resolution and would also see, how it is calculated? There is no rocket science in this, yet it could be a bit complex for some readers, hence pay attention. Why is it a big deal?…

  • How to save Windows 10 Lockscreen wallpaper image in laptop?

    Windows 10 lockscreen feature is called spotlight and you see new beautiful pictures on your window 10 when ever it is locked. These pics are present in Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy folder and are not having correct extensions as these are raw images and probably microsoft doesnt want them to be indexed in your gallery. So, the process…

  • List of Commands for Windows Command Line Interface (CMD)

    Help for any particular command can be found by command: Full List of available commands: