E r a C o d e s
CATEGORIESARCHIVESTAGSABOUT
  • Enable GUI Support in WSL2

    Feb 23, 2021 About 6 mins

    There must be a good reason for anyone to switch to WSL given how much hate the Windows community gets from developers. I was in the same boat a while ago and was using a dual boot setup with focal Ubuntu as my daily driver. My reason for switching was...

    #microsoft#computer-science#wsl2#linux
  • Principle of Dynamic Programming

    Jan 10, 2021 About 8 mins

    I’m sure a lot of you have heard of dynamic programming maybe while getting into competitive programming and it’s usually part of any preliminary algorithm’s class too. A lot of people usually run away from DP problems, mainly because it involves recursion even I’ll admit it they are a little...

    #explained#computer-science#js#web
  • Understanding JS Prototypes

    Jan 02, 2021 About 16 mins

    A prototype is a fundamental concept that every JavaScript developer must understand, and this article tries to explain it in simple terms. Prerequisites JavaScript Objects All objects in JavaScript have a prototype. Stated simply, the prototype is another object that the original object inherits from, which is to say, the...

    #explained#computer-science#js#web
  • Sending a Secret Message

    Dec 05, 2020 About 5 mins

    Let’s say you want to send a secret message from yourself to a neighbor down the street What would you normally do? You right the message down on a sheet of paper and put the paper into a box and hand the box to a messenger who delivers the box...

    #explained#computer-science#algorithms#web
Prev 2/2 Next
  • All9
  • AWS 1
  • Algorithms 1
  • Authentication 1
  • Django 1
  • JavaScript 1
  • Linux 1
  • Python 1
  • Security 1
  • Web 1
Copyright © 2020 @AnimeshRy