Just A Service

A blog about software development

  • Setup JEST for LWC OSS

    Setup JEST for LWC OSS

    and don’t become crazy Solution Using npm, install the following packages in your project (in devDependencies recommended) and create a jest.config.js in the root of your project with the following content finally run your test and that’s all, easy pease.  now if you are using another lwc sources for example as lightning-base-components, you have to…

  • Using git to Distribute “Private” NPM Packages

    Using git to Distribute “Private” NPM Packages

    and share code with your internal team Prerequisites This is a recipe to use git and npm to distribute your code in your internal team. This will not teach you about Git or NPM. you must know about Git, tags, npm and their configuration files. Context npm allows distributing and sharing code between developers, the…

  • SSH in 10 minutes or less

    SSH in 10 minutes or less

    Introduction SSH stands for Secure SHell, and it’s a technology commonly used to secure the communication between 2 computers allowing send commands from 1 computer to the other. Let’s check what is this technlogy with a metaphor and a technical example including how to distribute the keys. Metaphor Explaining in a few words, SSH is…

Got any topic recommendations?