Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
Tinker
9 posts
members
Sample DDD structure in C#.NET
Domain-Driven Design (DDD) is an approach to software development that emphasizes the importance of understanding the business domain and incorporating that understanding into the software design. DDD
Tinker
Jan 9, 2024 | 2 min read
members
Spring Boot and Spring MVC
Spring FrameworkSpring is an open-source framework developed based on the Java platform, designed to simplify the building and development of enterprise Java applications. It provides a comprehensive
Tinker
Dec 27, 2023 | 2 min read
members
Sample VueJS Frontend and C# Backend to Heroku
VueJS FrontEnd Let's create a basic Vue.js app using the Vue CLI. If you haven't installed the Vue CLI, you can do so by running the following commands (choose one) npm install -g @vue/cli # yarn g
Tinker
Dec 27, 2023 | 3 min read
members
Differences between VueJS 2 and VueJS 3
Vue.js 3 introduced several significant improvements and changes compared to Vue.js 2. Here are some key differences: Composition API: Vue.js 2: Relies on Options API where data, methods, computed pro
Tinker
Dec 27, 2023 | 3 min read
members
Unit test React JS with Jest - Step by Step
Unit testing in React with Jest is a common practice to ensure the reliability and correctness of your components. Jest is a JavaScript testing framework that works seamlessly with React applications.
Tinker
Dec 27, 2023 | 2 min read
members
Useful tips when developing Ruby apps
Hi everyone, bellow are some advises for developers developing Ruby / Rails apps for newbie. Avoid too much logic in controllers From my view, Ruby is mainly focus on MVC, and one common mistake that
Tinker
Mar 27, 2023 | 1 min read
members
New major features in Vue 3
Vue 3.0.0 was officially released as a major release. It introduced many new features such as: Composition APITeleportFragmentsComponent Option EmissioncreateRenderer API from @vue/runtime-coreSFC Com
Tinker
Jan 10, 2023 | 2 min read
members
Build Rails application
Below are steps to build a simple Rails application with PostgreSQL database. If you don't know where to start, or want to have a quick overview, this guide is made for you. Now let's start. Make sure
Tinker
Nov 30, 2022 | 1 min read
testing
members
Postman for beginner
Okay, this is my first blog ever. Thank you for entering this link. Now come to the title, what's Postman? Postman is an API client, an app, that's mainly used to create, share, test and document APIs
Tinker
Nov 18, 2021 | 3 min read
Load more posts