• Preparing for a Software Developer interview
    Interview Questions,  Tips

    Preparing for a Software Developer Interview

    After working for quite some time at the same company, you decide it’s time to look around for another job. And there’s nothing wrong with that. You want to develop yourself as a person, but you’re also looking for a great opportunity to develop your skillset. Preferably, in a whole different environment. So, you start looking for job applications on the internet. After spending hours looking for the perfect job application, you finally found it. The job hunt was successful. This has got to be the one! You decide to not waste any more time and you start writing your motivational letter. Obviously, you are the most suitable candidate for…

  • What is URL Encoding and How does it work?
    Computer Science,  Software Development,  Technology,  Tips,  Web Development

    What is URL Encoding and How does it work?

    You may think that a "valid" URL is self-evident, but that's not quite the case. A URL entered within an address bar in a browser, for example, may contain special characters (e.g. "上海+中國"); the browser needs to internally translate those characters into a different encoding before transmission. By the same token, any code that generates or accepts UTF-8 input might treat URLs with UTF-8 characters as "valid", but would also need to translate those characters before sending them out to a web server. This process is called URL-encoding or percent-encoding.

  • What did happen or what happened
    English,  Tips

    What did happen or what happened

    This is a LONG answer — the question hits home on a classic example of the English language’s tendency for exceptions. It causes lots of confusion even for native speakers. Both forms are grammatically correct (contrary to the insistence of some British grammar purists). The first one (“What happened?”) is the one most of us would likely ever to need in normal life. The short practical answer:— Use “did” when we knew something had happened but wanted more details. In other words, treat “did” as an emphatic to express some kind or level of surprise, shock, disbelief, doubt or need for confirmation. It’s like, if that didn’t happen, what actually happened? The short technical answer:— The structure depends…

  • Notepad++ tips
    Tips

    Notepad++ tips

    Notepad++ is a text editor and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The project's name comes from the C increment operator.

  • PowerShell in action
    Software Development,  Tips

    PowerShell in Action

    PowerShell is a task-based command-line shell and scripting language built on .NET. PowerShell helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes. PowerShell commands let you manage computers from the command line.