Enigma
Welcome to Enigma! We're a team of engineering students from Pulchowk Campus who are passionate about technology. Stay tuned for updates on our tech projects and initiatives!
Featured
Most needed devtool for web development vite
By Rabin Lamichhane
Updated: at 12:25 PMVite is an innovative build tool, created by Evan You (the creator of Vue.js), that focuses on speed and responsiveness in modern web development.
Is game terrain generated using randomness or noise?
By Rabin Lamichhane
Updated: at 12:25 PMGame terrain is generated using noise, a type of randomness that creates natural-looking patterns. Noise algorithms like Perlin noise and Simplex noise are used to create realistic landscapes in games.
How to reorder certificates in LinkedIn ?
By Enigma
Updated: at 12:25 PMLinkedIn doesn't provide way to reorder certificates, but we can change detail of certificate to order them as per our wish.
How to add and edit application in Cloudflare, without need of Payment Method ? No credit card required!
By Anuj Paudel
Published: at 01:51 PMAre you tired of Cloudflare asking for payment method while configuring new application ? Don't worry, there is simple method to bypass it.
Wanna make awesome 3d in web ? Use Three.js
By Rabin Lamichhane
Updated: at 06:58 AMThree.js is a popular open-source JavaScript library used for creating and displaying 3D computer graphics in a web browser. It provides a wide range of features and functionality for creating 3D scenes, such as rendering, lighting, texturing, animation, and interaction.
Best to optimize memory usage in JavaScript
By Rabin Lamichhane
Published: at 12:33 PMMemory management is a critical aspect of web development that can significantly impact the performance and user experience of web applications. In this blog post, we’ll take a closer look at memory management in web development and explore some strategies for optimizing memory usage in JavaScript.
How to make awesome materials in Three.js
By Rabin Lamichhane
Published: at 12:33 PMThree.js Material is a powerful feature that allows you to define the appearance of 3D objects in your scene. With various types of materials available, such as LineBasicMaterial and LineDashedMaterial, you can control the color, shading, and other visual properties of your objects. This markdown file provides examples and explanations of how to use different materials in Three.js to create stunning visual effects in your 3D scenes.
Recent Posts
How to easily install MinGW ( C, C++ compiler based on GCC ) ?
By Enigma
Updated: at 10:38 AMQuickly set up MinGW with a single line of code. Simplify C/C++ development by following this easy installation guide.
Completely Free Domains: No Hosting Purchase Required! [Step-by-Step Guide]
By Anuj Paudel
Updated: at 04:45 PMClaim your free .co .us .biz .study .courses .club and many more through MLH challenges for free.
Chocolatey: Windows Package Manager [Installation Guide & Cheatsheet]
By Ashish Pandey
Published: at 02:03 PMChocolatey is an open-source package manager for Windows. It builds on top of existing technologies like PowerShell and NuGet. Chocolatey operates via command-line interface (CLI), which makes it easy to automate software installation and management.