Recommended and mentioned products
-
Swift is a programming language for iOS, OS X, watchOS and tvOS apps that builds on the best of C...
-
Cybernetically enhanced web apps
First I wanted to update my tools, maybe I just needed a small patch instead of changing them. So I made a project for a client using Laravel, Inertia.js Svelte, and then other project using Laravel, Inertia and React. I liked Svelte over React, so if future frontend projects appear, my main tool would be Svelte.
-
Spark Framework is a simple and lightweight Java web framework built for rapid development.
In university I learned a bit of Java, so maybe I could use it professionally I guess?. There were many options to choose from. DropWizard, Spark, Play Framework. But the more documented one in the internet I found was Springboot, besides there were some courses in spanish and some friends that knew something about Springboot, so I give it a chance.
-
A JavaScript library for building user interfaces
First I wanted to update my tools, maybe I just needed a small patch instead of changing them. So I made a project for a client using Laravel, Inertia.js Svelte, and then other project using Laravel, Inertia and React. I liked Svelte over React, so if future frontend projects appear, my main tool would be Svelte.
-
Python packaging and dependency manager.
I did not like the way Python manage it dependencies, having so many options like Poetry or Pipenv, it feels non standarized as other languages.
-
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
This server uses NodeJS instead of Python (Used by AirNotifier). Be sure to have NodeJS version >= 10 installed.
-
A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
There are lot of different frameworks out there. If you learn one, there is no guarantee that the next job you find will use the same. For example if you learn Express and the next one used Koa or Nest.
-
A PHP Framework For Web Artisans
Over the years I have tried different frameworks, mostly in PHP, like Code Igniter (2010), ProcessWire (2014) and Laravel (2015).
-
Next generation web framework for node.js
There are lot of different frameworks out there. If you learn one, there is no guarantee that the next job you find will use the same. For example if you learn Express and the next one used Koa or Nest.
-
Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
There are lot of different frameworks out there. If you learn one, there is no guarantee that the next job you find will use the same. For example if you learn Express and the next one used Koa or Nest.
-
Dynamic, functional language designed for building scalable and maintainable applications
Ok so I previously toyed around with Elixir in Exercism and liked a lot the language. I found Phoenix framework but I did not understand it quite well.
-
Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, Linux and z/OS.
My first option other than PHP was using Swift and Vapor. I have made some projects with iOS and Objective-C, maybe I could also learn Swift and create both native iOS apps and backends with the same language.
-
A Fully Baked PHP Framework
Over the years I have tried different frameworks, mostly in PHP, like Code Igniter (2010), ProcessWire (2014) and Laravel (2015).
-
AdonisJs is a Node.js web framework with breath of fresh air and drizzle of elegant syntax on top of it
I already use some Javascript at the frontend, why not use it at the backend?. I tried Adonis.js because it was similar to Laravel, but felt odd to me. Also a client once required some bridge and I used Fastify.