taku – Author –

-
[Super Introduction] React Three Fiber × Drei × TypeScript! Basics of 3D expressions made with standard objects
3D design is now attracting a lot of attention not only in game development, but also in the world of websites and next-generation interfaces. Have you ever thought, "I want to create that charming world myself!"? However, many people probably find that 3D is difficult. Traditional Thre... -
[Super Introduction] Easy even for beginners! Build a 3D environment for TypeScript x React Three Fiber with Vite!
Recently, on the web, we have seen more and more interactive and beautiful 3D representations. For example, 3D animation backgrounds, game-style designs, and even next-generation interfaces. At first glance, these may seem like "advanced skills required", but React T... -
Control 3D models in glb format generated using Meshy AI using React and Three.js! How to manage multiple animations
Are you interested in controlling animations for 3D models? Recently, there are an increasing number of 3D model generation tools that utilize AI, and among them, Meshy AI is attracting attention as a tool that allows you to easily create high-quality 3D models. However, the generated 3D model is... -
For beginners: Practice with Spring Boot and MyBatis! SQL Injection Risks and Prevention
Security measures are unavoidable when developing web applications. Among them, "SQL injection" is known as a serious threat to databases. In this article, we will explain in an easy-to-understand manner how SQL injection works, and we will explain what it actually is... -
I tried making bears walk with React x Three.js! Easy 3D modeling with Meshy AI!
As AI technology evolves, 3D modeling has become easier and more enjoyable. With the introduction of "Meshy AI," which can be easily used by beginners of programming, 3D modeling, which we have previously found difficult, has suddenly lowered the hurdle. 📺 Check Mesh: This Lin... -
Bolt.new thorough explanation! I actually tried to create a React app using AI super fast! Will this be a new era tool that doesn't require code?
Have you ever thought, "I want to try app development, but I'm not confident in programming..." or "I wish I could make an app easier"? "Bolt.new" is perfect for such people. With this tool, you can enjoy app development intuitively without writing any code... -
Generate AI with Meshy! How to instantly display 3D models that even beginners can do with React x Three.js!
Recently, generating 3D models using AI has become surprisingly easy. Among them, the AI tool called "Meshy" allows you to quickly generate high-quality 3D models with intuitive operations. In this blog, we will explain how to display 3D models generated using Mesh in a browser using React and Three.js... -
Exploding 3D buttons!? I created an amazing UI using React x Three.js!
Have you ever thought, "I want to add a little surprise to your website's UI..." Simple buttons aren't enough, but too complicated animations are difficult to handle... The perfect idea for such occasions is the "explosive 3D button"! Click this button to... -
Use Cloudflare Tunnel to publish your Ubuntu home server (Docker)!
I was originally using an XServer VPS, but due to lack of memory, I was incurring too much operational costs, so I'm planning to use my home PC as a server to publish it on Cloudflare Tunnel. The following PCs were used for my home server: The mini PC is a popular thing these days... -
[SECCON Beginners CTF 2024] WEB Writeup
It wasn't a very good result, but I participated in the SECCON Beginners CTF 2024, so I'll leave a Writeup as a memo. ssrforlfi source check The folder structure after unzipping tar.gz is as follows. $ find ./ ./ ./docker-compose.yml ./.env ./app...