-
SharePoint Architect/Admin
We are looking for a part time SharePoint Admin/Architect with experience or knowledge in the following key areas: 1. Perform Network segmentation for CUI enclave (Through Firewall or VLAN) 2. Identity and Access management (Strict control over Access Control, Secure access, Monitoring of access rights) 3. End Point Security (Dedicated storage with end point protection, Continue reading
-
Getting Started with Azure Resources & How To Use Them
Azure Resources are the fundamental building blocks of any solution deployed on Microsoft Azure. This guide dives deep into Azure Resources, providing you with the knowledge and tools to effectively design, deploy, and manage your cloud infrastructure. Azure Resources: Core Concepts Azure Resources are more than just virtual representations of services. They are: Every Azure Continue reading
-
Intro to Azure Resources
The following properties are common across all resources: Always need to create Resource Group (Free) to add resources to. Resource Groups Continue reading
-
IaaS vs PaaS vs SaaS
Infrastructure-as-a-Service vs Platform-as-a-Service vs Software-as-a-Service IaaS: Infrastructure-as-a-Service Cloud provider is provides the infrastructure, such as the physical servers, network, data center services and maintenance. Customer is responsible for installing Operating System, applications and other software and maintaining them. PaaS: Platform-as-a-Service In addition to the physical infrastructure and connectivity, the cloud provider also provides the Operating Continue reading
-
Introduction to the Cloud
Cloud computing is a internet based delivery model for services. A few main components of cloud computing are The following are the main features and technical advantages of cloud computing Availability Downtime Per Year Downtime Per Month Downtime Per Day 99% 3.65 Days 7.31 Hours 14.4 Minutes 99.9% 8.77 Hours 43.83 Minutes 1.44 Minutes 99.99% Continue reading
-
How To Add Multiple Key Pairs to AWS EC2 Instance
Step 1: Create Additional Key Pairs Each user that needs access to the EC2 instance should have a unique key pair. Create a key pair using the following command: Remember to replace MySecondKeyPair with your desired key pair name. Repeat this step for as many key pairs as you need. Step 2: Add Public Keys to the Continue reading
-
Quick Alfresco Installation Steps with Zip
Prerequisites: Java: OpenJDK 11 preferred Application server: Apache Tomcat Download and install Tomcat following the instructions from http://tomcat.apache.org Create an additional classpath to Tomcat, which will be shared among all web applications. Create the directories required for a Content Services installation under <TOMCAT_HOME>:Create the shared/classes directory.Create the shared/lib directory. Open the /conf/catalina.properties file. Change the Continue reading
-
JavafX with Eclipse
Getting JavaFx Java SDK includes JavaFX. Install Eclipse if not installed Plugin requires Eclipse 3.4 or newer. Install plugin Download efx plugin from http://www.eclipse.org/efxclipse/install.html. Unzip into eclipse installation directory There should be new files in ECLIPSE_ROOT/plugins and ECLIPSE_ROOT/features Run Eclipse Create new Java Project Click on Help–>Install New Software Add this url: http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ It may Continue reading
-
Javascript: How to detect which element has focus
If you are tabbing through a page and you seem to suddenly lose “focus”, that is, you are unable to determine which element has the focus currently, you can type the following in the console and tab back and forth. This code will print the the currently active element to the console: document.addEventListener(‘keyup’, function(){console.log(document.activeElement)}) Continue reading
About Me
Senior Software Engineer professional with over 16 years of success with multiple open source technologies and various Content Management platforms and solutions.
Proven technical abilities through numerous projects involving enterprise web application design and development, application installation, configuration and support, and workflow and collaboration system designs.
- Ability to learn new technologies and platforms quickly and apply them to the task at hand.
- Excellent analytical skills, and strong communication and collaboration abilities.
- Technical emphasis in including but not limited to Java, Ruby on Rails, Documentum and Alfresco
in both Linux and Windows based environments