xmysql - :rocket: ONE command to generate REST APIs for any MySql Database
One command to generate REST APIs for any MySql Database.

seen from Malaysia

seen from Malaysia
seen from China
seen from Nigeria

seen from United States

seen from United States

seen from United States
seen from China

seen from Malaysia
seen from United States

seen from Australia

seen from Malaysia

seen from United States
seen from Germany
seen from Malaysia

seen from United States

seen from Malaysia
seen from Trinidad & Tobago

seen from Malaysia
seen from United States
xmysql - :rocket: ONE command to generate REST APIs for any MySql Database
One command to generate REST APIs for any MySql Database.
Todo rest api
Today I started to write my study REST api for todo list app. Hahaha... I thought like “Alright... I will be trying to do it for an hour, and of course I will get a lot of problems and something will not work of course, but OK, i will handle it later”. BUT, I had done it after 1 hour! It was amazingly simple! Yes, now I need to write some logic for add todo and remove it from a local variable, but it is very simple to understand and do. Answers to every question I got in the documentation. And IT’S JUST SIMPLE WORKS! Goddamn... I’ve really never had so predictable and easy-to-understand development. Here is my repo if it is interesting - https://github.com/tokaygekko/clj-todo-rest
Node.js Restful API template with TypeScript, Fastify and MongoDB
Node.js Restful API template with TypeScript, Fastify and MongoDB
Why
Have you recently started a new Node.js API project? Did you use some template or started the project from scratch? I was asking the same questions myself and I was looking for minimal boilerplate for a while. There were so many options that it was hard to pick one. Most of them are using Express.js, others are using ES5 or lack test setup. So I decided to spin one on my own and reuse it in…
View On WordPress
Upload file to DropBox using REST api
Hey.. this is actually post related to Dropbox API section. In this post i'm going to show you how to upload a file to Dropbox using REST api by writing a simple JAVA code.