Posts

Showing posts from June, 2023

my icons to use in projects

Image
 

OUR PROJECT

Global warming, Carbon emissions are the greatest concern to humanity. Less dependence on fossil fuels and more on  Green energy is the only way out. A mechanism to balance the global objectives and the personal objective of life comfort is required that will automatically meet the objectives even without being noticed. Measuret, balance and control the sources optimally is the way out. We propose to accurately measure the consumption of energy from different sources, at device level by installing a single device at the switch board that will be trained to auto detect the electrical equipment state and issue alert based on the user preferences. On consent, it will also auto isolate / restart the device. We intend to use a circuit board built around the successful SD3004 energy measurement chip to measure the electrical parameters and using IOT, properly provide information by charts, logs and alerts based on presets to the user. A good number of similar devices are there in the market,

chrome side panel

 Oliver Dunk Side Panel API manifest.json sidePanel permission sidePanel key and default_path in service worker define conext menu item register a listener define sidepanel html file include a script and listen for messages from service worker update dom on appropriate event occurance  have access to all apis available to trusted extension pages https://github.com/avirads/sidepanel_mvp g.co/io/ExtensionsSidePanel

seo bruce clay udemy freee course notes

 seo = traffic technical page improvements keyword targeting via content acquired links traffic comes from organic search results what is the QUERY to which page on your website can the QUERY map to? discovery by query discovery by prompt mobile search results vary by position of the result on the screen getting to page 1 zero click behaviour. presenting results without clicking the top ranking goes to the site thats least imperfect the sites that comes before ours site are our competitors. the search algorithm has many variables and they change with time and it does the RANKING georaphic zone bias content design for web page to be specific rather than generic in links out links proximity of the words  relative performance keyword - topic - theme page rank spider crawl fetch the page caffeine index scheduler https://www.udemy.com/course/bruceclay-executive-guide-overview-for-seo/learn/lecture/37674828#overview

trent wax session

https://www.youtube.com/watch?v=uh8kZSS9_Tg pnpm i -g astro pnpm i nanostores pnpm astro@latest astro__wharfkit pnpm i @wharfkit/session @wharfkit/web-renderer @wharfkit/wallet-plugin-anchor @wharfkit/wallet-plugin-cloudwallet @wharfkit/antelope astro add react astro add vercel astro add tailwind astro dev import { Session, SessionKit, BrowserLocalStorage} from '@wharfkit/session' import { WebRenderer } from '@wharfkit/webrenderer' import { WalletpluginAnchor } from '@wharfkit/wallet-plugin-anchor' import { WalletPluginCloudWallet } from '@wharfkit/wallet-plugin-cloudwallet' import { onMount, atom } from 'nanostores' let _sessionStorage = JSON.parse(localStorage.getItem('wharf-wharf-wax-sessions-session') as any) export const sessionStorage: any = atom<any>(_sessionStorage) export const session: any = atom<Session | undefined>(undefined); export const sessionkit: any = atom<Session | undefined>(undefined); const ui = new