-
JavaScript
JavaScript Check if Variable is a Number Example
1. Introduction JavaScript is referred to as a dynamically typed language. What that means is that the language has data…
Read More » -
Enterprise Java
A Quick Guide to Spring Boot Login Options
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Object-Relational Mapping (ORM) with NetSuite Data Entities in Java
Object-relational mapping (ORM) techniques make it easier to work with relational data sources and can bridge your logical business model…
Read More » -
Software Development
[MEGA DEAL] The Complete Computer Science Bundle (89%)
8 Courses (78+ Hours) to Get a Quality Tech Education—From Coding to Design–without Paying Exorbitant Tuition Hey fellow geeks, This…
Read More » -
Career
5 Powerful Skills That Will Drive Your Programming Career
So you’ve been programming for a while and you’re not sure what to do next to build your portfolio. Maybe…
Read More » -
Software Development
Build your first serverless function in 10 minutes
My teammate Upkar Lidder published a great tutorial on how to create your first serverless function very fast ⚡️. I wanted…
Read More » -
Web Development
4 Tips When Using a CDN
More and more web applications are starting to adopt a Content Delivery Network (CDN). We will share some tips and…
Read More » -
Core Java
Hide It All!
In an earlier post, I wrote the following words: in an object-oriented codebase the kit should be as discrete as…
Read More » -
Core Java
Extending abstract classes with abstract classes in Java
The example issue When I was creating the Java::Geci abstract class AbstractFieldsGenerator and AbstractFilteredFieldsGenerator I faced a not too complex…
Read More »