introduction
Am doing these to store what i have learnt, maybe unverifiered or untrusted. My aim is to store my research work or methods or as programmers say "if it works, don't change it" for future reference. Please Contact me if you find error or perhaps a legal issue
Sunday 21 july 2024
Creating A microsoft account for Power Bi (1 months free trial period)
Normal Emails will not work for power Bi as i think you should have known otherwise this article is not for you. [catch:2FA locks you out sometimes]Simply google the prompt "microsoft account for small businesses" and select the first link or one just singleword "microsoft" in it or click here.
Scroll down and select Try free for one monthany of the plans, follow the prompts and images, whatever you select is fine except the phone number and country... PS:when you reach the payments page, just close the tab, if cookies and cache was stored you will automatically be signed in otherwise sign in using ___ so try to save it.
This account can be used for power Bi service allowing sharing via web power Bi dashboards for public non sensitive data
1
2
3
Publishing to web
Login into your power bi service(powerBi Web) click here using the credentials you just created. On the upperright corner there should be a setting icon, Select that and scroll down to Admin Portal > tenant setting > publish to web > enable and allow users to create ..... Just to be safe too scroll down, still under tenant setting > developer setting > Embed content in apps > enabled. Don't forget to apply
To share via web, Go back to your dashboard in your powerBi service workspace under file > Embed Report > Publish to Web and follow prompts
png image zoom in entire page on mobile [under construction]
Thursday 1st August 2024
will be teaching Javascript indepth here too
javascript summary 1
javascript summary 2
Basic JavaScript roadmap {try to be very good at the core javascript}
- small small intro (DNS too)
- outputting to console
- variable and data types(const, var, let)[string,number,null, undefined,object, etc]
- Arithematic operations[sub, add, modulo, increment,unary plus, math.random()]
- condtions(switch, AND||OR, tenary, nullish coalescing operator)
- functions(arrow, with/out parameter,return statement,anonymnous,callback,high order,sort())
- var, let. const (Temporal DeadZone)
- Scope and hoisting in depth, callback que
- reassignment
- .loops (do...while, for...of,for....in,while, for)[map,reduce,filter,find,for each]
- Arrays and objects(push,pop,shift,unshift,slice,splice)
- DOM(dom tree, json files)
- Async JS
- typecasting hierachy(to string, to number, to boolean in order)
- strings(str.lenght,str.charAt,str.charCodeAt,immutable,REGEX expressions>quantifeirs, anchors, modifeirs)
- Closures[interviews like this]
- Destructuring and Spread Operator
micro projects
1.data manipulation(sort data, filter it, add search to it)
NB:use objects instead of Array because they are more readable(code readability)
its easy to get lost and study useless stuff as self taught developer, follow the road as per above courstey of eduskill_UG
Advanced javascript Roadmap
- object cloning(deep vs shallow) [interviewers like this]
- call, apply and bind exit to a bunny callback hole to hell
- polyfills(depth of array || flat) interview
- OOPs in js is prototype[everything in advance js ]
- Promises(then, try and catch)
- >fetch, cookies, local storage(async await,)
- handling APIs, moving data through local storage
projects to do
youtube clone(most likely to be asked) for advanced js for API and data movement learning
google sheets(most likely to be asked) basic js for element state storage and Json file manipulation
to be updated daily
DSA algorithms in Java starting Soon (well explained code will be available soon)
- Linked List in depth and advanced
- Stack
- Binary Search
- Hashing
- Trees
- 2 pointer
- Prefix and Sliding window
REACT
Node lessons
Spring Boot
Spring is all about OOPs from Java. estimated study time 1 month of 6hours daily