Skip to content

Instantly share code, notes, and snippets.

View senthilsweb's full-sized avatar
💭
I may be slow to respond.

Senthilnathan Karuppaiah senthilsweb

💭
I may be slow to respond.
View GitHub Profile
<div class="absolute inset-0 -z-10 mx-0 max-w-none overflow-hidden">
<div class="absolute left-1/2 top-0 ml-[-38rem] h-[25rem] w-[81.25rem] dark:[mask-image:linear-gradient(white,transparent)]">
<div class="absolute inset-0 bg-gradient-to-r from-[#ec4899] to-[#fbcfe8] opacity-40 [mask-image:radial-gradient(farthest-side_at_top,white,transparent)] dark:from-[#ec4899]/30 dark:to-[#fbcfe8]/30 dark:opacity-100">
<svg aria-hidden="true" class="dark:fill-white/2.5 absolute inset-x-0 inset-y-[-50%] h-[200%] w-full skew-y-[-18deg] fill-black/40 stroke-black/50 mix-blend-overlay dark:stroke-white/5">
<defs>
<pattern id=":S1:" width="72" height="56" patternUnits="userSpaceOnUse" x="-12" y="4"><path d="M.5 56V.5H72" fill="none"></path></pattern>
</defs>
<rect width="100%" height="100%" stroke-width="0" fill="url(#:S1:)"></rect>
<svg x="-12" y="4" class="overflow-visible">
<rect stroke-width="0" width="73" height="57" x="288" y="168"></rect>
<div class="mx-auto mt-16 px-4 sm:px-6 md:max-w-2xl md:px-4 lg:max-w-7xl lg:px-8">
<ol role="list" class="grid grid-cols-1 gap-x-8 gap-y-10 [counter-reset:video] sm:grid-cols-2 lg:grid-cols-4">
<li class="[counter-increment:video]">
<div class="relative flex h-44 items-center justify-center rounded-2xl px-6 shadow-lg" style="background-image:conic-gradient(from -49.8deg at 50% 50%, #7331FF 0deg, #00A3FF 59.07deg, #4E51FF 185.61deg, #39DBFF 284.23deg, #B84FF1 329.41deg, #7331FF 360deg)">
<div class="flex overflow-hidden rounded shadow-sm"><img alt="" loading="lazy" width="300" height="108" decoding="async" data-nimg="1" style="color:transparent" src="https://res.cloudinary.com/nathansweb/image/upload/w_700,c_fit,l_text:Arial_60_bold:Mastering%20SQL%20Queries%20with%20the%20Tickit%20Database%20on%20DuckDB,g_north_west,x_300,y_25/v1711924071/senthilsweb-scl-card-template_cyxogj.png" /></div>
</div>
<h3 class="mt-8 text-base font-medium tracking-tight text-slate-900 before:mb-2 bef

Variables

select distinct(status) from defects
select distinct(priority) from defects
@senthilsweb
senthilsweb / how-to-resize-and-extend-an-ebs-volume-on-aws-ec2-running-amazon-linux.md
Last active January 26, 2024 12:59
How to Resize and Extend an EBS Volume on AWS EC2 Running Amazon Linux

Title: How to Resize and Extend an EBS Volume on AWS EC2 Running Amazon Linux

Introduction: Expanding the storage space of an Amazon EC2 instance is a common task that many users encounter. AWS allows you to increase the size of Elastic Block Store (EBS) volumes on-the-fly, which is incredibly useful when you run out of disk space. However, resizing the volume through the AWS Management Console isn't the final step – you also need to extend the file system within your EC2 instance to make use of the new space. This article will guide you through the process using Amazon Linux.

Step 1: Increase EBS Volume Size through AWS Management Console Before we dive into the command-line steps, the resizing process begins in the AWS Management Console. Here's what you need to do:

[
{
"department": "ENT",
"first_name": "Kavya",
"last_name": "Mehta",
"gender": "Female",
"hospital": "Lake view hospitals",
"mobile_phone": "+91 98069 31902",
"office_phone": "+91 84120 81198",
"status": "Active"
{
"basics": {
"name": "SENTHILNATHAN KARUPPAIAH",
"email": "nathansweb@icloud.com",
"website": "www.senthilsweb.com",
"phone": "+1 732-955-1143",
"summary": "A technical hands-on solution architect with extensive experience in product engineering, innovation, business analysis, and solution design in Data Engineering, Web, Mobility, and IoT technologies.",
"location": {
"address": "",
"postalCode": "",
{
"data": {
"user": {
"edge_owner_to_timeline_media": {
"count": 235,
"page_info": {
"has_next_page": true,
"end_cursor": "QVFBNjRUQVYyOUViRjc5a0NzeUFabkNOTFpkSjVEMEtjZm1aOHdtbllfRjdUOUJEbzMwZGlWV0FvdlBpdHVscVROQkFKb0FJM0dPaEtYblpiejRnUFdSYg=="
},
"edges": [
@senthilsweb
senthilsweb / products-and-services
Created April 3, 2023 01:57
v2-content-products-and-services
# Products and Services
At Questpay, Inc. d/b/a V2 Technologies, Inc., our core focus is Enterprise Content and Knowledge Management. We work with software developers and programmers, majority of them from a part of our strategic association partner. Questpay, Inc. d/b/a V2 Technologies, Inc. provides exceptional services and solutions for its valued clients in the areas of
::list{type="success"}
- C/C++
- .NET
- Java
- Microsoft Technologies
- Oracle and Web Development.
@senthilsweb
senthilsweb / wordandpdfexport.yml
Last active January 20, 2023 11:54
spotlight api demo
openapi: 3.0.0
info:
title: Word & PDF -exporters
version: 1.0.0
servers:
- url: http://141.148.58.100:3000
- url: http://129.158.218.211:3000
paths:
/api/health:
get:
{"openapi":"3.0.0","info":{"description":"You're looking at the current **stable** documentation of the OpenProject APIv3. If you're interested in the current\ndevelopment version, please go to [github.com/opf](https://github.com/opf/openproject/tree/dev/docs/api/apiv3).\n\n## Introduction\n\nThe documentation for the APIv3 is written according to the [OpenAPI 3.0 Specification](https://swagger.io/specification/).\nYou can either view the static version of this documentation on the [website](https://www.openproject.com/docs/api/introduction/)\nor the interactive Swagger UI version in your OpenProject installation under `/api/docs`.\nIn the latter you can try out the various API endpoints directly interacting with our OpenProject data.\nMoreover you can access the specification source itself under `/api/v3/spec.json` and `/api/v3/spec.yml`\n(e.g. [here](https://community.openproject.org/api/v3/spec.yml)).\n\nThe APIv3 is a hypermedia REST API, a shorthand for \"Hypermedia As The Engine Of Application State\" (