How to use Moment.js in Angular 2
It took a bit of a figuring it out, but this is how to use Moment.js in Angular 2 application... Install Moment.js first: npm install moment --save Then, edit systemjs.config.js:...
Read full article βIt took a bit of a figuring it out, but this is how to use Moment.js in Angular 2 application... Install Moment.js first: npm install moment --save Then, edit systemjs.config.js:...
Read full article βCouple things come to mind when thinking about metrics and comparison of algorithms. As we all know, the efficiency of an algorithm can be deduced from the resource usage, thus...
Read full article βSome argue that achieving better programmatic and resource use efficiency requires programmers to spend time working out ways to make their algorithms, and implementations of these, more efficient. However, programmer...
Read full article βHow do you get from your home to your office, or the nearest store? If you live in a city, the answer may be complicated, and it might depend on...
Read full article βRecently I've got asked, how would I pseudocode the following number division exercise: Search a string of at least five numbers (for example, 37540). Identify all of the substrings that...
Read full article βA short talk on benefits and disadvantages of two of the most known network topologies. Bus Topology A bus network topology refers to the pattern in which the machines are...
Read full article βThis article will highlight two of the most high-profile computer security violations of 2016, one in the public and second in a private sector. Both of these cases provide an...
Read full article βNowadays, everyone is aware that the data sent over Wi-Fi can be taken by those that can listen and decode the weakly encrypted Wi-Fi signal. I believe that itβs time...
Read full article βThe following article analyzes the most common security vulnerabilities associated with network systems and provides a summary, as well as a recommendation for prevention of these exploitations. Un-patched Network Devices...
Read full article βIn this article, Iβll describe my personal selection of the top three most important criteria for selecting a server operating system. Iβll compare two competing operating systems, Microsoft Windows Server...
Read full article β