Cristian CedaceroReact Props and TypeScriptIn this post, we’ll be covering using React with TypeScript. If you need a quick refresher on TypeScript, I recommend you read my previous…Oct 1, 2021Oct 1, 2021
Cristian CedaceroTypeScript BasicsTypeScript’s docs define typescript as a strongly typed programming language based on JavaScript. TypeScript was built and is maintained by…Sep 29, 2021Sep 29, 2021
Cristian CedaceroMy experience with the Ruby CommunityThis year I’ve had the opportunity to attend two major Ruby events; Ruby for Good, and Ruby Conf, and as someone who recently transitioned…Nov 24, 2020Nov 24, 2020
Cristian CedaceroImportant Regex Flags and String MethodsRegular expressions(regex) can be scary. I remember the first time seeing a regular expression and wondering what on earth was going on…Nov 9, 2020Nov 9, 2020
Cristian CedaceroHost a website(+ssl) with Nginx and a Digitalocean dropletNowadays there’s an endless number of cloud hosting solutions and they make it super easy to host your own website online. Some hosting…Nov 4, 2020Nov 4, 2020
Cristian CedaceroMaster your terminal with AliasesDo you ever find yourself typing furiously just to change directories? Typing the same command combination multiple times throughout the…Jul 23, 2020Jul 23, 2020
Cristian CedaceroinBetter ProgrammingWhat Is _proto_ in JavaScript?Have you ever noticed the _proto_ property while debugging some JavaScript code?Jul 8, 2020Jul 8, 2020