• Home

  • Custom Ecommerce
  • Application Development
  • Database Consulting
  • Cloud Hosting
  • Systems Integration
  • Legacy Business Systems
  • Security & Compliance
  • GIS

  • Expertise

  • About Us
  • Our Team
  • Clients
  • Blog
  • Careers

  • VisionPort

  • Contact
  • Our Blog

    Ongoing observations by End Point Dev people

    End Point Security Tips: Securing your Infrastructure

    Charles Chang

    By Charles Chang
    February 5, 2020

    phishing key on keyboard

    Photo from comparitech.com

    Implement Security Measures to Protect Your Organization & Employees

    In this post, I’ll address what I believe are the three important initiatives every organization should implement to protect your organization and employees:

    1. Train employees on security culture.
    2. Implement the best technical tools to aid with organizational security.
    3. Implement recovery tools in case you need to recover from a security breach.

    Habits of a Security Culture

    Train everyone in your organization on these fundamentals:

    1. The only time you should be requested to reset your password by email is when you initiate it. There are rare exceptions to this rule, such as when accounts are compromised and providers request all users reset their passwords, but those events should be publicly announced. Staff can confirm with security personnel before acting on such requests.
    2. If you are asked to reset your password, it will typically be after you successfully logged into a website and the old one has expired.
    3. If you receive an email and do not know the sender, do not trust the contents or open attachments. Get advice from security personnel if needed.
    4. If you think the email is from …

    security windows culture backups

    Ecommerce sales tax primer

    Elizabeth Garrett Christensen

    By Elizabeth Garrett Christensen
    January 13, 2020

    Co-authored by Greg Hanson

    Roman tax burning Source image

    Tax collection is one of the topics du jour for those of us in the ecommerce industry. Since state and local authorities are now able to levy taxes on ecommerce goods, taxation for online stores has become quite complicated. The purpose of this post is to give you some next steps and ideas on implementation if you’re new to the topic and need to know how to get started on tax collection for your ecommerce business.

    Current ecommerce sales tax policy stems from the 2018 U.S. Supreme Court decision South Dakota v. Wayfair, Inc. Since that decision, favoring South Dakota, 30 states have enacted legislation to require ecommerce stores to pay sales tax if they fit the definition of having an ‘economic nexus’, that is, they do enough business in the state to be worth taxing.

    Talk to your Tax Accountant

    So the first and most important note is to get your own legal counsel in regards to your taxes. There are many rules and things are changing every month with local and state authorities, so you’ll need reliable counsel on the topic.

    If you’re looking for someone to help, make sure this person has:

    1. Knowledge about product variants. For example, …

    ecommerce saas payments magento interchange

    Decreasing your website load time

    Juan Pablo Ventoso

    By Juan Pablo Ventoso
    January 7, 2020

    Decreasing our website load time Photo by Johan Larsson, used under CC BY 2.0

    We live in a competitive world, and the web is no different. Improving latency issues is crucial to any Search Engine Optimization (SEO) strategy, increasing the website’s ranking and organic traffic (visitors from search engines) as a result.

    There are many factors that can lead to a faster response time, including optimization of your hosting plan, server proximity to your main traffic source, or utilization of a Content Distribution Network (CDN) if you are expecting visitors on an international level. Some of these solutions and many others can be implemented with only a couple hours of coding.

    Inline styles and scripts for the topmost content

    Nobody enjoys waiting for long load times. When opening a Google search link, being met with a blank page or a loading GIF for several seconds can seem agonizing. That’s why optimizing the initial rendering of your page is crucial.

    The content that immediately appears to the user without the need to scroll down is referred to as “above-the-fold”. This is where your optimization efforts should be aimed. So here’s a plan to load and display as quickly as possible:

    • First, differentiate the …


    seo optimization html csharp dotnet aspdotnet compression

    Useful terminal tools

    Jon Jensen

    By Jon Jensen
    January 3, 2020

    Móricz Zsigmond körtér Underground Station (people, escalators)
    Photo by Tee Cee · CC BY 2.0, cropped

    Like most of my co-workers, I spend a lot of time in a terminal emulator (console) in a shell at the Linux command line. I often come across tools that make work there nicer, but sometimes I forget about them before I integrate them into my workflow. So here are notes about a few of them for myself and anyone else who may find them useful.

    HTTPie

    HTTPie is:

    a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more.

    Given how commonly-used curl, wget, and GET/POST (lwp-request) are, it is nice to see some innovation in this space to enhance usability.

    Here is a simple example that demonstrates several HTTP redirects with full request and response headers, colorized:

    http -v --pretty=all --follow endpointdev.com | less -R
    

    The color highlighting of the body, not just response headers, is the main difference here from curl, wget, etc.

    Also nice for ad-hoc interactive use is that the verbose header output is sent to stdout instead of stderr, so it shows up in less without needing to have the shell merge it with 2>&1 before piping to less.

    An aside on HTTP redirects

    In the …


    tips tools

    Making sense of XML/JSON items in the shell

    Muhammad Najmi bin Ahmad Zabidi

    By Muhammad Najmi bin Ahmad Zabidi
    December 31, 2019

    a shell

    Working as a system administrator means I have to spend quite some time during my work (and even during casual surfing) with the terminal. Sometimes I feel that certain information I want could just be fetched and parsed through the terminal, without having to use my mouse and point to the browser.

    Some of the websites I visit use XML and JSON, which we could parse with Bash scripting. Previously I wrote a Ruby script to call Nokogiri to parse the XML elements until I found a Bash tool that could do the same thing.

    These tools have already been around for quite a while—I’d just like to share what I did with them. The tools I used are xmlstarlet for XML parsing and jq for JSON.

    XML

    I have the following XML elements, and I’ll save them to a file called data.xml:

    <rss version="2.0"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:admin="http://webns.net/mvcb/"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
        <channel>
            <title>eSolat JAKIM : Waktu Solat Hari Ini …

    shell json

    A Career Talk for 1st Graders

    Steph Skardal

    By Steph Skardal
    December 6, 2019

    Steph giving a career talk Giving a Career Talk to 1st Graders

    This week, I gave a career talk to my daughter’s 1st grade class and I talked about my job as a software engineer. I started with this video, which depicts two kids explaining to their dad how to make a peanut butter sandwich (called the “Exact Instructions Challenge”), but he takes them very literally and acts as though he has no context on how to work with peanut butter, jelly, and bread. The video got some giggles!

    After the video, I talked about how the video was similar to what I do: I give computers instructions, and like that silly dad, computers don’t know anything about what they are being told to do. I hope they understood the analogy!

    I have 5 Alexas!

    We talked about what a computer is and how we all have a lot of computers at our house (“I have 5 Alexas at my house!”, “I have a PS4!”, “I have a PS2!”), even some that can turn the lights on and off now. I didn’t show them code because I didn’t think it would mean much to them, but a couple of the kids in the class had worked on kid-friendly coding projects.

    I talked a little bit about my education (1st graders aren’t quite sure what this “college” thing is), and how I work from home. …


    development community

    Reviewing the Code

    Kürşat Kutlu Aydemir

    By Kürşat Kutlu Aydemir
    November 26, 2019

    Magnifying glass

    Code review is analysis of source code of a software project by reading the code itself or sometimes using automated tools to analyze it, and it is part of the Software Quality Assurance (SQA) activities which define the quality assurance of the whole software development lifecycle.

    As we go through the flow of a code-review, we’ll understand what to assure by doing code review. Code review lifecycle covers the guidelines and the code review process itself.

    Code review guidelines

    Preparing for code review

    • Pick the right reviewers. The reviewer should be an experienced software architect. Sometimes, less experienced groups can join the review team. Communication is also important, since frequent round table code review meetings with the developers are not usually productive.
    • Let authors annotate the code before review indicating which files have precedence for review. Annotation by the developers to orient the reviewer so they know where changes have taken place and where to review is a good practice.
    • Request code review. Requesting code review just before testing is another good practice.

    Tips for reviewer during the code review

    • Review small pieces of code at a time, for …

    development java culture

    A Project Manager’s Toolkit

    Elizabeth Garrett Christensen

    By Elizabeth Garrett Christensen
    November 16, 2019

    I do a lot of project management work related to web applications. Everyone assembles their own set of useful productivity tools and I’m feeling pretty good about how I’ve got things set up at the moment so I thought I’d share my secret sauce. I’m interested to hear what other people have found useful as well so feel free to share in the comments.

    Chat Tools

    Ok, this one is all over the map. Slack is obviously the big one and many of our clients use that with us. Most larger organizations incur a cost (smaller projects are free). Internally End Point uses Zulip, which is a pretty decent open source application. Zulip doesn’t have as refined a user interface as Slack, but it works for our needs, and also has a mobile app I can use on the go.

    I also highly recommend Skype. While it’s not the best system out there, so many people use it, it is almost impossible to avoid. Skype is really easy way to get someone’s attention and I use it with a lot of my clients for quick one-on-one questions and chats. Google Hangouts chat is also really nice for working with external folks and will run in your menu tray and mobile phone, so you can stay up to date wherever you’re working. …


    tools
    Previous page • Page 34 of 217 • Next page