Next

2/2
As a UI UX designer, I often use mockup tools or sketching to communicate ideas.
I usually use digital tools but handwriting can be fun.

Find more info on Dayna's website. https://t.co/U49Z4QIhw0

— Parham (@_pazel) October 30, 2021
Next

1/2
I attended a workshop on design thinking and the instructor asked us to draw digital transformation in Cadastre, planning and property data project.#design #uiuxdesign pic.twitter.com/MajqOEiu01

— Parham (@_pazel) October 30, 2021
Next

Happy birthday 🎂 🥳

— Parham (@_pazel) October 26, 2021
Next

How I feel every time I have to change between too many projects!!#projectmanagement #programming pic.twitter.com/Hn1LiEoVkY

— Parham (@_pazel) October 26, 2021
Next

2/2
Shadow DOM is used by many modern UI frameworks like @Ionicframework to provide encapsulation for styling.

Here is a useful article from @css on Shadow DOM, its benefits and of course "::part()" Pseudo-element.https://t.co/Vtz4FXT7rt

— Parham (@_pazel) October 22, 2021
Next

1/2
Do you remember CSS Pseudo-elements?
Let me introduce you to a relatively newer member of the family.

Say hello to the "::part()" Pseudo-element.

You can use it to style the shadow DOM.https://t.co/f6MJYYNx9M#css #styling pic.twitter.com/kypxtIbAkp

— Parham (@_pazel) October 22, 2021
Next

Is anyone using @gather_town?
What is your experience with it?

Seems like an excellent way to meet. 😎 pic.twitter.com/FX5pgxQxSh

— Parham (@_pazel) October 21, 2021
Next

If you wonder what versions of iOS should you support for your app?

Check the official stats from Apple.
As of today, 93% of iPhones are running iOS 13+

Maybe you don't need to fix bugs to support iOS 12 or earlier?!https://t.co/VLk28A5s57#iOS #development

— Parham (@_pazel) October 20, 2021
Next

4/4
If you need to set the innerHTML using the 2nd or 3rd approach, you can use the Angular DomSanitizer API to prevent XSS.https://t.co/M6Z7ehWS7F

— Parham (@_pazel) October 18, 2021
Next

3/4
I can run some malicious JS on the victim's page by changing the string to something like an image tag.
So now imagine if you are loading this HTML string from an external source that can put your user at risk. pic.twitter.com/IuUUQ8LVox

— Parham (@_pazel) October 18, 2021
Next

2/4
One major difference is the danger of XSS.
2nd and 3rd approaches are prone to XSS attacks since they don't sanitise the string.

Angular runs sanitise method on the innerHTML when used with the template binding.

Angular will warn you if the string contains dangerous code. pic.twitter.com/ji6EJ6fEMQ

— Parham (@_pazel) October 18, 2021
Next

1/4
Given that I have a dynamic HTML to set in my Angular template, which one of the following approaches would you use? Why?#Angular #XSS pic.twitter.com/3QpxncA5wC

— Parham (@_pazel) October 18, 2021
Next

Most cloud platforms have secret managers that makes it easier to share the secrets that need to be shared.
At work, we use https://t.co/MVREduCt6h which is an independent one and it's not locked to a specific vendor.

— Parham (@_pazel) October 17, 2021
Next

💯 agreed.
While back I wrote this.
You can use the same approach to hide your secrets for any runtime you have.https://t.co/R29EOc1z2c

— Parham (@_pazel) October 17, 2021
Next

I have done this and also have two copies of a project locally.
Then run one and change the code in another one. Working on the wrong file.

— Parham (@_pazel) October 14, 2021
Next

There is no absolute language/framework/tool/architecture/methodology to rule them all. It's only a matter of the best one for a particular job. 😉

E.g. I am a JS developer but I used Python for most of the image processing jobs I have done.

— Parham (@_pazel) October 13, 2021
Next

Can you share your example through github?
I can try it out and hopefully find the issue.

— Parham (@_pazel) October 8, 2021
Next

It seems that this is similar to your issue.https://t.co/X2W1SX0thK

— Parham (@_pazel) October 8, 2021
Next

Hey @ajitsinghkaler
Please check the articles from the Auth0 forum.
If you don't find the answer I am happy to help you further and work on your example to see what is the issue.

— Parham (@_pazel) October 8, 2021
Next

This articles might be helpfulhttps://t.co/oeHAcJFLSnhttps://t.co/y4pnsoTgzA

— Parham (@_pazel) October 8, 2021
Next