Skip to content
StartFunction

StartFunction

Software Engineering and Web Design

  • About
  • Contact
  • Twitter
  • Instagram
  • GitHub
  • Dribbble

How to create a Bidirectional Map in JavaScript

November 26, 2020November 26, 2020 Elio RiveroLeave a comment

Bidirectional maps allow you to query by key and get its value or by value and get its key. Learn how to implement them in JS and make them type safe with TypeScript.

Posted in JavaScriptTagged development, typescript

How to use Git hooks to detect changes to a lock file and show a message

November 5, 2020November 9, 2020 Elio RiveroLeave a comment

Learn how to detect changes to a package-lock.json or a yarn.lock file and show a message using Git hooks and Husky

Posted in TechnologyTagged Git, GitHub, Node.js

5 great free resources to learn Python

September 10, 2020September 10, 2020 Elio RiveroLeave a comment

Let's see 5 free resources to learn Python, from courses to books, for both people new to coding and those who have experience coding

Posted in TechnologyTagged development, learning, machine learning, Python

How to create a Firebase login and sign up in React

August 1, 2020January 12, 2021 Elio RiveroLeave a comment

Learn how to create a Firebase login and sign up system in React using hooks.

Posted in JavaScriptTagged development, Firebase, Node.js, React

How to compile Rust into WebAssembly and run it in Deno

July 20, 2020July 20, 2020 Elio RiveroLeave a comment

Learn how to create a Rust library of functions, compile it into WebAssembly, and run it on the Deno JavaScript runtime.

Posted in JavaScriptTagged Deno, development, Rust, WebAssembly

Testing JavaScript in WordPress plugins – JavaScript for WP

July 10, 2020July 10, 2020 Elio RiveroLeave a comment

I spoke at the JavaScript for WP conference about writing tests for the JavaScript in our WordPress plugins. Talk was live online on July 10, 2020. The code and the slides can be found here.

Posted in JavaScript, WordPressTagged Jest, talk, Unit Testing

How to properly create and publish a Deno CLI tool

July 3, 2020July 22, 2020 Elio RiveroLeave a comment

In this Deno tutorial, we'll see how to create a Deno CLI tool with TypeScript. We'll explore how to read a directory and write a file. Finally, we'll learn to publish our Deno module to GitHub and run it directly from that location and also to install it locally so it can work without connection.

Posted in JavaScriptTagged Deno, development, typescript

New Angular TypeScript support changes in version 10

June 29, 2020June 29, 2020 Elio RiveroLeave a comment
New TypeScript Support in Angular 10

Angular 10 introduces new support for TypeScript 3.9, new TS libraries and project structure, plus a stricter mode.

Posted in JavaScriptTagged angular, development, typescript

Rank Math vs Yoast: 5 reasons why Rank Math might be the best free SEO plugin for WordPress

June 22, 2020June 22, 2020 Elio RiveroLeave a comment

Let's compare Rank Math vs Yoast and see how Rank Math surpasses Yoast in terms of features and might be the best free SEO plugin for WordPress

Posted in WordPressTagged plugin, seo

5 reasons why Deno will stop using TypeScript

June 9, 2020June 9, 2020 Elio Rivero8 Comments
Deno will stop using TypeScript

Deno will stop using TypeScript citing several issues like slow compiling times and inefficient code structuring. Deno will start using pure JavaScript for its internal code.

Posted in JavaScriptTagged Deno, typescript

Posts navigation

Older posts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Tags

development freebie free font plugin resources showcase tutorials typeface type foundry web application wordpress themes

Recent Posts

  • How to create a Bidirectional Map in JavaScript
  • How to use Git hooks to detect changes to a lock file and show a message
  • 5 great free resources to learn Python
  • How to create a Firebase login and sign up in React
  • How to compile Rust into WebAssembly and run it in Deno
Powered by WordPress.com.