Blogs

Discover tech insights, tutorials, and coding tips

blog cover
Ruby Proc, Lambda, and Blocks
In Ruby, there are three powerful constructs that allow for flexible and reusable code: Procs, Lambdas, and Blocks. These constructs play a significant role in making Ruby a highly expressive and dynamic language. In this blog post, we will explore e...
Ruby on Rails
Ruby on Rails
published 2024-07-10 18:07:07 +0700 · 3 mins read
blog cover
[PART 1] Unlocking React Interview: Key Questions and In-Depth Answers
React.js is one of the most popular JavaScript libraries for building user interfaces. Whether you're a seasoned developer or just starting out, understanding the core concepts of React is crucial for interviews and real-world applications. This blog...
Frontend
Frontend
Interview
Interview
published 2024-07-10 17:37:25 +0700 · 3 mins read
blog cover
Interpreted vs Compiled Programming Languages
Programming languages serve as powerful tools for developers to create software applications and bring their ideas to life. Behind the scenes, these languages are executed by either compiling or interpreting processes. In this blog, we will explore t...
Software Engineer
Software Engineer
published 2024-07-10 17:07:38 +0700 · 4 mins read
blog cover
Tips for optimizing images on your website
Images are a vital component of web design, adding visual appeal and context to your content. However, poorly optimized images can significantly impact website performance, leading to slower load times and frustrating user experiences.  In this ...
Frontend
Frontend
published 2024-07-10 12:05:02 +0700 · 2 mins read
blog cover
Exploring TypeScript Decorators
TypeScript, a statically typed superset of JavaScript, is a modern-age programming language that offers a wide array of advanced features. One of these features is decorators, a concept that greatly extends your ability to modify classes, properties,...
Frontend
Frontend
published 2024-07-10 10:04:13 +0700 · 3 mins read
Loading more ...