skip to Main Content

How To Learn Quickly (ft. Regex and Anki)

Tools To practice: https://regexr.com/ https://regex101.com/ https://regexlearn.com/learn/regex101 https://www.hackerrank.com/domains/regex Cheat sheet: https://www.rexegg.com/regex-quickstart.html Anki: https://apps.ankiweb.net/ How to There are two parts to get good at something. Learn it and remember it. Anki will help us with the second part. Remember learning doesn't mean you need to you have to first learn all the concept and then move to practice. Learn by practice. What is Anki? https://apps.ankiweb.net/ Anki is a program which makes remembering…

Read more

Teams meeting creation using Power automate

[tta_listen_btn] Below are the steps for creating teams meeting using Power automate on creation of records in Dynamics 365: Teams meeting can be created directly by performing actions like create, update or delete of any records in dynamics 365 or by using buttons in entity records. When using button click option to create a teams meeting, fetch the entity details using Get Row step in power automate. Here we are…

Read more

Monitoring with Prometheus and Grafana

What is Prometheus? https://prometheus.io/ Prometheus is a monitoring tool which was created to monitor highly dynamic container environments like Kubernetes, Docker swarm etc. It can also be used to monitor bare server where applications are directly deployed. Prometheus working. Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels. More info…

Read more

Automatic Deployment Using GitHub Actions

Software development is a continuous process, with regular code updates from time to time. Whether from adding new features, fixing bugs or just performing general chores like updating project dependencies now and then. One effective approach to easily push and preview these local development changes to a staging or production environment is to create a continuous integration and deployment workflow. In the next few steps, I will teach you how…

Read more

Nextcloud: Why Should You?

Nextcloud is open source file sync and share software for everyone from individuals operating the free Nextcloud Server in the privacy of their own home, to large enterprises and service providers supported by the Nextcloud Enterprise Subscription. Nextcloud provides a safe, secure, and compliant file synchronization and sharing solution on servers that you control. You can share one or more files and folders on your computer, and synchronize them with…

Read more

Growth Of Mobile Applications

A mobile application, most commonly referred to as an app, is a type of application software designed to run on a mobile device, such as a smartphone or tablet. Mobile applications frequently serve to provide users with similar services to those accessed on PCs. The purposes of the apps is to provide utility, productivity, and navigation to entertainment, sports, fitness, and just about any other imaginable. Smart watches and fitness…

Read more

Lexical Environment & Closure

Code Blocks If a variable is declared inside a code block {...} it's only visible inside that block. For example: { let message = "Hello"; alert(message); } alert(message); We can use this to isolate a piece of code that does its own task, with variables that only belong to it: { let message = "Hello"; alert(message); } { let message = "Goodbye"; alert(message); } For if, for, while and so…

Read more

App Clips! How Can App Clips Help Your Business Acquire More Customers

Twelve years ago Apple revolutionized the industry with the launch of App Store, and nine years ago Apple came up with a phrase,"There's an application for that!". In June 2020 at WWDC, the phrase saw itself getting tweaked:"There's an App Clip for that!". It is the first time, the tech giant took user experience outside of application install. What is App Clip ? An app clip is a small part…

Read more

Osmosys locks-in their campus selects during the lockdown

As we complete 2 months of lockdown due to the Covid-19 pandemic, organizations are still adjusting to the"new normal" - work from home, managing teams via online meetings and messaging. It is now inevitable for organizations to alter their business models and embrace digital transformation so that business continues seamlessly despite this unfavorable situation. With the IT industry in India expected to have a lower growth rate due to this…

Read more
Search