Tag: Frameworks
-
HTML, CSS and Go: Vugu premise and example
Posted on December 28, 2019, Level intermediate Resource Length medium
An article by Brad Peabody about Vugu andd WwebAssembly. Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Tags javascript frameworks nodejs web-development miscellaneous
-
Java theory and practice: Explore new Java SE 11 and 12 APIs and language features
Posted on June 23, 2019, Level beginner Resource Length long
Mohamed Taman from IBM wrote this guide focusing on what is new in Java. New classes, security features, HTTP Client, and a no-compile code launch technique that every developer should know.
Tags java programming frameworks ibm
-
Things I learnt the hard way (in 30 years of software development)
Posted on June 22, 2019, Level beginner Resource Length long
This is a cynical, clinical collection of things Julio Biason learnt in 30 years working with software development.
Tags agile programming career how-to code-refactoring frameworks
-
Culture follows structure
Posted on May 12, 2019, Level beginner Resource Length short
An article by Dave van Herpen who led break out session during conference on Organizational Design. The objective of the workshop was to share practical do's and dont's on how to drive true organizational change towards self-organizing teams, to deal with the turbulent markets these organizations find themselves in. YThis was during a highly interactive event "Fit for the Future," enabled by CIO Platform Nederland and the DevOps Agile Skills Association (DASA).
Tags agile software-architecture devops teams frameworks
-
Comparison between Angular and React and their core languages
Posted on October 18, 2018, Level beginner Resource Length long
Dler Ari brings you an article, in which he will compare two of the most popular web technologies in 2018, and also address their history, key differences, core languages used (TypeScript and JavaScript) and so forth.
Tags angular javascript frameworks web-development
-
Six layout myths busted
Posted on September 20, 2018, Level intermediate Resource Length long
An older article encapsulating thoughts by Jen Simmons on topic of six layout myth. Every website reaches for an identical 12-column symmetrical grid. Every site uses the same shapes and patterns over and over. And we are totally bored.
Tags ux browsers app-development web-development frameworks
-
Django REST with React tutorial
Posted on September 17, 2018, Level intermediate Resource Length long
Valentino Gagliardi published on his blog tutorial how to do REST with Django framework 2 and React. If you need quick API prototype quickly and is build for development speed.
Tags python apis javascript web-development frameworks
-
Development of a REST API in Spring Boot Framework
Posted on June 17, 2017, Level beginner Resource Length short
Dario Carrasque wrote post blog on topic of the evaluation of frameworks to develop REST APIs to satisfy requirements of modularity and availability.
Tags microservices frameworks restful apis