Our Insights from Start Up Festival Malta 2024
By the end of the session, it was clear that the power of personalized, project-based training is resonating not just with educators and learners, but with investors and tech companies seeking to cultivate a skilled, job-ready workforce.
All Blogs
Explore Stories, Insights, and Ideas from Our Community
Discover insights, stories, and practical tips from industry experts and passionate creators to inspire your journey.
Async vs Sync code
What is synchronous code? The browser renders the page when complete the execution of javascript code. If we have some code snippets that take time to finish for example using API.
Creating Upgradeable ERC20 Tokens
The ERC-20 Ethereum token standard is a blueprint for creating fungible tokens that are compatible with the broader Ethereum network. The most important feature of ERC20 is that tokens are fungible.
5 things that every front-end developer careful of
Responsive Design As of 2020, here is the global breakdown of internet traffic: 50.88% Mobile 46.39% Desktop 2.74% Tablet
Templating with EJS
EJS is a powerful tool used for templating. Befittingly, the ‘E’ in EJS stands for ‘Effective’. Coupled with Express, serving views on static websites couldn’t be easier.
React Components
Using React, we build complex pages from small, independent, and re-usable elements called components. There are two types of React components: Functional and Class-based
How to use 80/20 rule to improve productivity?
The **80/20** rule is one of the most helpful concepts for life and time management. The 80/20 rule which is also known as the Pareto principle, basically means that in many events, **80%** of the effects come from **20%** of the causes.