-
JavaScript
JavaScript Files (From Magecart-Style Attacks)
Most web pages now consist of multiple JavaScript files that are included in various ways (via <script> or in some…
Read More » -
DevOps
Debug your container by overriding the command
The main problem with docker on debugging has to do with images that already have the CMD command specified. If…
Read More » -
Web Dev
The Twelve-Factor App Methodology – Key to Amazing Distributed Web Applications
With the advent of cloud computing, the dynamics of developing web applications has changed astronomically. This transition has not been…
Read More » -
DevOps
Docker compose: run stack dynamically
I use docker compose every day for my local development needs. During the day I might turn on/off various databases…
Read More » -
Ruby
Ruby on Rails Developer Series: Power of Strong APIs using JSON and Postgres Database
Welcome to the second of four Ruby on Rails Developer Series. In this series, the goal is to outline how…
Read More » -
Ruby
Ruby on Rails Developer Series: Spinning Up a JSON API in Minutes
Welcome to the first of four Ruby on Rails Developer Series. In this series, the goal is to outline how…
Read More » -
Ruby
SyncEm: Thread-Safe Decorators in Ruby
I wrote some time ago about thread-safety in OOP and how it can be achieved with decorators. It was also…
Read More » -
Web Dev
Why Choose MEAN Stack for Your Web App Development?
With every passing year, the number of apps being downloaded is increasing rapidly. In 2018, approximately 205 billion apps were…
Read More » -
JavaScript
Oracle JET Common Model Factory Method to Consume REST Services
Previously I have posted about consuming web services in Oracle JET using jQuery method and using Oracle JET Common Model. I have…
Read More »