JavaScript

112 Articles 0 Followers


Free Programming courses for a limited time! - 3/1/2021

1 Mar 2021 1 minute read 0 comments Slank

Check out these free courses on Udemy. The coupon code is embedded in the link, so no need to type anything. If you see any courses that peaks your interest, just enroll through the below links. I have not taken any of these courses, so I can not rec...

Some Free IT Udemy Courses 2/20/2021

21 Feb 2021 1 minute read 0 comments Slank

Here are some free Udemy Courses that are currently being offered with a Coupon code. Get them while you can. Some coupon codes end at the end of the day and some end in a few days. Either way, add them to your Udemy account if you are interested in...

Desktop application with Electron

9 Jan 2021 2 minute read 0 comments T89

Today we tolk about Electron, that is a fantastic framework that allows you to create desktop applications with Javascript, HTML and CSS. You can use Typescript and other framewrok like Angular, React or Vue.js. You can create a single dasktop applic...

What is the tecnology behind "The Graph"?

5 Jan 2021 2 minute read 0 comments T89

  As we all know "The Graph" is an indexing protocol for querying networks like Ethereum and IPFS.To create this, "The Graph" uses GraphQL Api. GraphQL is a query language that provides clients with exactly the data requested by the user. It was crea...

JavaScript Coding: I May Have Underestimated Things

5 Jan 2021 1 minute read 2 comments R23

Hey all, Intro: I thought I would provide a little insight into how my coding journey is going. I've done an ok job of staying away from gambling (slip ups here or there), but I have been rather consistent in my coding practice. Though I am still on...

What is Deno? Deno or Node?

2 Jan 2021 1 minute read 0 comments T89

In short Deno  is a new runtime for JavaScript, create from Ryan Dahl (creator of Node.js).Deno supports TypeScript natively, this means you don't need to have a TypeScript configuration. All compilation is done by it. Why we need a new runtime? Den...

Coding is REALLY Difficult

3 Dec 2020 1 minute read 2 comments R23

Hi everyone, I wrote a while back about starting my journey as a coder following a realization that I needed to get my life in gear. I have now been trying to code for a few weeks now and wanted to provide a little update (even if nobody is really li...

My $25,000 Mistake

18 Nov 2020 2 minute read 2 comments R23

I am not a very experienced investor, but I made some decent returns during my first year doing crypto-trading. That being said, I only have about $200 in investments left to my name. I am lucky that I am only a student, so I have plenty of time to r...

IOST – Forbidden Identifier Bypass With Unicode Encoding

7 Nov 2020 3 minute read 2 comments art_of_bug

Welcome back. Once more today we come back to IOST. After some cooperation with the team, we were told the funds were exhausted for our cause and hence they can't incentivize our efforts anymore. Since the incentive is gone, today's report is somewha...

Regex: practical developping and testing

20 Oct 2020 1 minute read 0 comments d-erf

Hello all!   You know i don't write for nothing, so here i won't cover whole regex theory, other sites does it well.   Here i want to present a great tool boosting your regex composing time.   It brings: - Didactic live regex composing - Dynamic test...