Category Archives: Blog

5 Best Universities to Study Computer Science

Here’s a great article from The Crazy Programmer These days, software engineering and creating computer programs are need regions, for which numerous understudies pick foreign instruction. Schools the world over offer understudies state-of-the-art coding courses that coordinate the most recent industry patterns and genuine understudy needs. What’s more, the understudies are given the most recent […]

An Introduction to JSX

Here’s a great article from SitePoint When React was first introduced, one of the features that caught most people’s attention (and drew the most criticism) was JSX. If you’re learning React, or have ever seen any code examples, you probably did a double-take at the syntax. What is this strange amalgamation of HTML and JavaScript? […]

Getting Started with Eleventy

Here’s a great article from SitePoint Eleventy (or 11ty) is a Node.js static site generator (SSG). SSGs do most rendering work at build time to create a set of static HTML, CSS, and JavaScript files. The resulting pages need not have server-side dependencies such as runtimes or databases. This leads to several key benefits: hosting […]